Skip to content

CMNA-Workshop/cmna21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository for the website for CMNA'21.

The site is built using Hugo and the "even" theme. The generated site is built into the 'docs' folder to ease deployment to GitHub Pages.

If you want to rebuild the site:

  • Install Hugo for your platform, i.e. $ brew install hugo (It's also available on Linux and Windows)
  • Clone this repo
  • Make your changes, probably in the content folder which contains information about all the site pages. More rarely in the static/assets/ folder, and even more rarely in the config.toml. Everything else needn't be touched too often.
  • Preview your changes locally using $ hugo server on localhost:1313
  • If you're happy with the preview then generate your site (automatically into the docs folder) using $ hugo
  • Add & Commit to the repo the push your changes
  • Then visit the live deployment here