Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 514 Bytes

Usage

Requirements

  • Hugo
  • NPM
    • postcss-cli (npm install -g postcss-cli)
    • autoprefixer (npm install -g autoprefixer)
  • Fontawesome Pro npm config set "@skymatic:registry" https://npm.pkg.github.com/ && npm config set "//npm.pkg.github.com/:_authToken" TOKEN

Building

  1. npm install
  2. run hugo
  • for production simply run hugo
  • for local development run HUGO_ENV=development hugo server