The next version of nostr-resources.com — rebuilt with Hugo and Tailwind CSS.
- Hugo (extended) — static site generator
- Tailwind CSS (standalone CLI) — styling, no Node.js required
- GitHub Actions — build and deploy to GitHub Pages
# Install Hugo: https://gohugo.io/installation/
# Install Tailwind standalone CLI: https://tailwindcss.com/blog/standalone-cli
# Build CSS + site
make build
# Dev server with live reload
make serveContent lives in content/<lang>/. UI strings live in i18n/<lang>.yaml.
Currently supported: English (en), German (de).
- Copy
content/en/_index.mdtocontent/<lang>/_index.md - Translate the content
- Copy
i18n/en.yamltoi18n/<lang>.yamland translate UI strings - Add the language to
hugo.yamlunderlanguages: - Open a PR