damouse / hugo-sample

Testing Hugo as a documentation site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Site Testing

Experimenting with style and capability.

Run with:

docker-compose up 

Remove the .en.md with

find . -name "*.en.md" -exec rename -v 's/\.en.md$/\.md/i' {} \;

but the existing references complain.

About

Testing Hugo as a documentation site


Languages

Language:CSS 47.9%Language:JavaScript 26.5%Language:HTML 25.5%Language:Dockerfile 0.1%