Skip to content

Commit 82d5774

Browse files
committed
Add idea
1 parent 5337f34 commit 82d5774

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ideas.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ Flexible Static Site Generator
2424
- [x] Rebuild automatically with a fs watching library.
2525
- [x] Implement a `skip` config var.
2626
- [x] Document most built-in functions.
27-
- [x]
28-
- [x]
29-
- [x]
30-
- [x]
31-
- [x]
3227

3328
---
3429

3530
* Top 2:
3631
* 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
32+
* A `--zip` flag that create a zip file of the outputted website, with a special `_raw` directory in there containing the raw source code of the website as well (or maybe that should be a separate option, or sub-option).
3733
* Also, the `--dev` flag serve the site. E.g. see: https://stackoverflow.com/questions/33028624/run-python-httpserver-in-background-and-continue-script-execution
3834
* 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.
3935
* Caching in the GitHub action. See:

0 commit comments

Comments
 (0)