diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 09:32:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 09:32:07 +0300 |
| commit | 762589bd807c4888f4d7dcac32606b157216a049 (patch) | |
| tree | c57505973bc31ec9007f5876610412248064b6f1 /cmd | |
| parent | f3155cbc866a1b261a0aafe61683da1e3c25b1ef (diff) | |
enhance WebGL scenes, modal transparency, new cosmos theme, UX polish
Themes:
- glass → cosmos: ringed planet with asteroid belt, nebula clouds, 2500 stars
- ocean: sea rock spires, bioluminescent jellyfish, rising bubbles, whale
- volcano: glowing lava floor with vertex animation, molten boulders,
smoke plume particles, underground furnace glow sphere
UX / shared:
- Modal background changed to rgba(0,0,0,0.55) so WebGL stays visible
behind expanded post view (all themes)
- Max-width 1200px applied to all themes via shared navmodal CSS
- Default theme changed from "neon" to "random"
Sample content:
- 120 example entries processed into dist/ for pagination testing
(4 pages of 42 posts each)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/snonux/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/snonux/main.go b/cmd/snonux/main.go index 58d6cb5..d3f8064 100644 --- a/cmd/snonux/main.go +++ b/cmd/snonux/main.go @@ -41,7 +41,7 @@ func parseFlags() (*config.Config, error) { flag.StringVar(&cfg.InputDir, "input", "./inbox", "directory containing new source files to process") flag.StringVar(&cfg.OutputDir, "output", "~/git/snonux.foo/dist", "root directory for generated static site output") flag.StringVar(&cfg.BaseURL, "base-url", "https://snonux.foo", "canonical base URL used in Atom feed links") - flag.StringVar(&cfg.Theme, "theme", "neon", "visual theme name, or \"random\" to pick one at random") + flag.StringVar(&cfg.Theme, "theme", "random", "visual theme name, or \"random\" to pick one at random") flag.Parse() if *listThemes { |
