- Pull site down with
git clone https://github.com/metamesh/metamesh.org.git - After Hugo is installed locally,
hugo serverstarts the livereload local server - Developing with SCSS? Do this:
- Navigate to
themes.hugo-theme-meshna/assets - Install appropriate NPM files with
npm i -D - Start up Gulp with
gulp - Make changes to
sass/style.scss
Forestry.io stores and fills all standalone pages, but if you want to see them they're in content/english/...
The base HTML formatting lives in layouts/_default/standalone.html. Partials can be found in layouts/partials.