My personal yet public technical notes.
Forked from https://github.com/google/docsy-example .
You need recent extended version of Hugo to do local builds and previews of sites (like this one) that use Docsy.
See Hugo installation guide to know how to get extended version.
git clone git@github.com:progrhyme/tech-notes.git
cd tech-notes
git submodule update --init --recursive
hugo serve
Then you can see the site at http://localhost:1313/tech-notes/
You need Node.js to build site.
npm install
hugo
# Add a section page
hugo new a/path/to/section/_index.md
# Add a note under the section
hugo new a/path/to/section/note.md