Hugo Learn theme

“Hugo-theme-learn is a theme for Hugo, a fast and modern static website engine written in Go. Where Hugo is often used for blogs, this multilingual-ready theme is fully designed for documentation” 1. The GitHub repo of Learn has MIT license.

  1. Create a new chapter with:
1
hugo new --kind chapter hugo/_index.md
  1. Create a new entry.
1
hugo new hugo/quick_start.md
Licensed under CC BY-NC-SA 4.0