Skip to content

Commit acf1e36

Browse files
committed
Add ideas in ideas.md
1 parent dd36a47 commit acf1e36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ideas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Flexible Static Site Generator
1616
* Use a regex & validate that what's returned by `nameEncode` is acceptable for a URL.
1717
* 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.
1818
* Rebuild automatically with a fs watching library.
19+
* Rename `subDirs` to `dirs`, etc.?
20+
* An `after` function defined in __config__.py that gets run after all children are processed.
21+
* Installing pip requirements.txt for the site being built.
1922
* Top 2:
2023
* 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.
2124
* Caching in the GitHub action. See:

0 commit comments

Comments
 (0)