Project 2 — Hugo static generator

due at 23:59 on   +100

For this assignment, you will design and implement a web site using the Hugo static site generator. See my Hugo notes for tips on getting started.

  • Write the contents for at least 3 posts or pages using Markdown notation.

  • Edit one or more of the files in the theme to change it at least slightly from the default look.

  • Instead of using “Lorem ipsum”, this time try adding some content to make the site into a portfolio or technical blog about your learning experiences.

  • Note: Before committing again, make sure to add the line public/ to your .gitignore file in your CS120 folder. (This is where hugo puts its generated files.) If you don’t have .gitignore, it’s just a text file (without extension), so you can create it in your text editor.