local server
hugo server --verbose --source=src --destination=public
local scss -> css build
node-sass.cmd _scss/main.scss src/static/css/main.css
- hugo (can be installed either in the
/directory of the site, or in the%PATH%) - node
- grunt
- grunt-cli
- node-sass (global is ideal)
- toml
- string
git clone https://gitlab.com/erichiller/erichiller.gitlab.io
- From the repo directory run
npm install- this will installgruntand dependencies hugo newin order to create new articles will open Visual Studio code which is the currently configured editor- Once finished, simply
git commit,git addandgit push
- revive
Manage-Site.ps1for testing and other utilitarian purposes