diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
commit | 067ee4d66d0174be408d4051148f33b9a428ac3b (patch) | |
tree | c9f76456355b49785a08864022fd7c011075267e /TODO.md |
first commit
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +# TODO File + +## site.go +* Re-implement filesystem.Walk() to sort tree by 'date created' +* Chop trailing '/' from URL path +* Simplify loadPosts() / loadPost() functions (lots of shared code) + +## about.html +* Write an 'about' + +## Overall +* Change misleading and false *.html extension to something custom +* Add tag system +* Move over some old site content +* Add year and month header for appropriate sections in the blog
\ No newline at end of file |