- Go 50.9%
- CSS 24.5%
- HTML 23.5%
- Shell 0.8%
- JavaScript 0.3%
Move some images to repo (post images are still linked to Unsplash) Remove unhelpful alt text Change colors, and add comments |
||
|---|---|---|
| example | ||
| helpers | ||
| log | ||
| web | ||
| .gitignore | ||
| build.sh | ||
| go.mod | ||
| go.sum | ||
| init.go | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| serve.go | ||
WebMUN generator
- Run
webmun initto initialize a new project at the current directory; - Modify generated files (
webmun.yaml, posts and assets) according to your specific needs; - Run
webmun generateto generate a brand-new static website at./dist; - 🌈
To-do
- Add
feed.xml; - Add sitemap;
This is a new version of a boilerplate repo built with SvelteKit. It worked ~OK, until things started to break with their updates (they were on alpha at the time). As it turns out, such a powerful framework also adds much unnecessary bloat and complexity to the application, delivering massive JS files (although much more performant if compared to others) and offering little benefits for such a small use case.
For now, unfortunately I'll lose features such as SCSS, Typescript and automatic JS/CSS bundling and processing, but it's a small price to pay for salvation (and I can always add them later if I really need to; adding new features just became much easier with this new setup).
I'm using two lines of JS for the whole website. I don't need such a framework at all.