Wiki Cafe apex site
https://wiki.cafe
archetypes | ||
content | ||
layouts/shortcodes | ||
themes/wikidarity | ||
.gitignore | ||
compose.dev.yaml | ||
hugo.yaml | ||
README |
# Wiki Cafe Site This is the source code for https://wiki.cafe. ## Reference Serve Hugo site with Docker ``` docker run --rm -v $(pwd):/src -p 1313:1313 hugomods/hugo:base-non-root-0.145.0 server -D ```