Skip to content

Commit

Permalink
Add idea
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Sep 4, 2024
1 parent c3d19bd commit 5337f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Flexible Static Site Generator
---

* Top 2:
* Support auto-refresh, using an approach similar to: https://github.com/baalimago/wd-41/blob/main/internal/wsinject/delta_streamer.ws.go
* A `--dev` flag with supports auto-refresh, using an approach similar to: https://github.com/baalimago/wd-41/blob/main/internal/wsinject/delta_streamer.ws.go
* Also, the `--dev` flag serve the site. E.g. see: https://stackoverflow.com/questions/33028624/run-python-httpserver-in-background-and-continue-script-execution
* Add a trailing `/` slash for Markdown page dirs since: (a) if a Markdown page is turned into a dir/collection of smaller essays, this would allow that change to happen naturally/seamlessly, and (b) since many web servers including the one used by GH pages add a trailing `/` slash to directories using a 301 Redirect anyways.
* Caching in the GitHub action. See:
* https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
Expand Down

0 comments on commit 5337f34

Please sign in to comment.