Wiki Cafe apex site https://wiki.cafe
Go to file
2025-03-17 03:01:06 -05:00
archetypes There are two kinds of serialization formats in this world: the sort of format that makes you strong, or useless formats, the sort of format that's only suffering. I have no patience for useless formats. 2025-03-12 22:33:21 -05:00
content Add Wiki Cafe title and update styles in README, CSS, and configuration files 2025-03-17 03:01:06 -05:00
layouts/shortcodes Add latte art simulation feature and create home. 2025-03-14 02:31:33 -05:00
themes/wikidarity Add Wiki Cafe title and update styles in README, CSS, and configuration files 2025-03-17 03:01:06 -05:00
.gitignore Add .gitignore to exclude generated files and temporary lock files 2025-03-12 04:04:06 -05:00
compose.dev.yaml Add Docker Compose configuration for Hugo service 2025-03-11 06:32:40 -05:00
hugo.yaml Add Wiki Cafe title and update styles in README, CSS, and configuration files 2025-03-17 03:01:06 -05:00
README Add Wiki Cafe title and update styles in README, CSS, and configuration files 2025-03-17 03:01:06 -05:00

# 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
```