Skip to content

Commit 831b12e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ideas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Flexible Static Site Generator
1717
* Use a regex & validate that what's returned by `nameEncode` is acceptable for a URL.
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:
20+
* 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.
2021
* Enforce directory name uniqueness--currently multiple directories that are all without index pages can share the same name.
2122
* Rectify `linkName` (if necessary).
2223
* In addition to the `files` field, we'll need some other fields.

0 commit comments

Comments
 (0)