diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-06-13 09:15:45 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-13 09:15:45 -0400 |
commit | aac859a46c4b0ab82ca154ef01683f600da9db57 (patch) | |
tree | 844fe8350e3f07a7c4def7672afa3207ce25bab5 /TODO.org | |
parent | 62707908ed5e2525930b483e1a9c29a8ec7652ba (diff) |
Add to-do items.
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,16 @@ -* TODO +* To-do list +** Allow for cache-busting assets +Providing the option to incorporate a hash of CSS, JS, etc. assets +into the URLs for those assets would be nice to ensure browser cache +misses when updates occur. Using the query string for this would keep +the URL paths the same but the overall URL different. +** Allow #:prefix arg for 'blog' to be a procedure +In addition to a string. Will allow for custom placement of blog +posts. Some people want a hierarchy based on date, for example. +** Add blog theme example to manual +** Remove website directory +That is no longer used for the actual website +** Add docs for artifacts ** Allow collection pages to live in a different directory than posts. ** Feature request: Auto-reload pages when --watch detects changes ** External command processing @@ -44,3 +56,5 @@ Hacky experimentation: (error "command failed" command*)))))))))))) #+END_SRC +** Org-mode support +Just shell out to emacs using batch mode! |