Skip to content

hirenchhatbar/abilita

Repository files navigation

abilita

Goal

Simple, impressive and clean personal / portfolio website

Installation

  • Install nvm
  • Setup node
nvm install
nvm use
  • Install NPM packages
npm install
  • Start development server
npm run dev

Deployment

  • Perform build, this will generate static HTML site using SSG
npm run build

Enable Google Analytics

Method 1

  • Set NEXT_PUBLIC_GOOGLE_ANALYTICS_ID environment variable
# .env.production
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = "G-<GA_ID>"

Method 2

  • Set environment variable in your Linux shell and perform build
export NEXT_PUBLIC_GOOGLE_ANALYTICS_ID="G-<GA_ID>" && npm run build

NPM Packages / Libraries

Google Fonts

Refer assets/scss/globals.scss

Icons