hugo

Hugo is an effective alternative for Website building

This is the summary Goto hugo releases and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at installing hugo

Continue reading

Migrate from Jekyll to Hugo

Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ <root>/ ▾ images/ logo.png should become ▾ <root>/ ▾ static/ ▾ images/ logo.png Additionally, you’ll want any files that should reside at the root (such as CNAME) to be moved to static.

Continue reading

Linked post

I’m an example of a linked post in the menu. You can add other posts by adding the following line to the frontmatter: menu = "main"

Continue reading