Skip to content

Commit e36d148

Browse files
authored
Add idea in ideas.md
1 parent 831b12e commit e36d148

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ideas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Flexible Static Site Generator
1818
* Document this behavior: with Name Registry, this will make the unique names rule non-case-sensitive, at least with `defaultNameEncode` converting all chars to lower case.
1919
* Top 2:
2020
* 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.
21+
* Caching in the GitHub action. See:
22+
* https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
23+
* https://github.com/actions/setup-python#caching-packages-dependencies
24+
* https://jcdan3.medium.com/4-ways-to-speed-up-your-github-action-workflows-a0b08067a6c6
2125
* Enforce directory name uniqueness--currently multiple directories that are all without index pages can share the same name.
2226
* Rectify `linkName` (if necessary).
2327
* In addition to the `files` field, we'll need some other fields.

0 commit comments

Comments
 (0)