Meta Mesh Website

Publish Status

  1. Pull site down with git clone https://github.com/metamesh/metamesh.org.git
  2. After Hugo is installed locally, hugo server starts the livereload local server
  3. 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.