From 067ee4d66d0174be408d4051148f33b9a428ac3b Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 28 Jun 2023 21:05:01 -0500 Subject: first commit --- TODO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..819f64c --- /dev/null +++ b/TODO.md @@ -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 -- cgit v1.2.3