All Projects → Integralist → Integralist.github.com

Integralist / Integralist.github.com

Github Pages

Labels

www.integralist.co.uk

Build

  • cd src
  • hugo new ./posts/<some-title>.md
  • vim **<Tab> (using fzf for file searching)
  • edit the file content (copy meta header from another post for consistency)
  • hugo server (for visual testing)
  • cd ../ && ./build.sh (to compile files to be pushed to GitHub)

Note: images should be placed into src/static/images
When building the static site, those will be copied into public/images
Similarly, custom CSS/JS should go inside src/static/css and src/static/js

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].