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 installgrunt
and dependencies hugo new
in order to create new articles will open Visual Studio code which is the currently configured editor- Once finished, simply
git commit
,git add
andgit push
- revive
Manage-Site.ps1
for testing and other utilitarian purposes