aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
commit067ee4d66d0174be408d4051148f33b9a428ac3b (patch)
treec9f76456355b49785a08864022fd7c011075267e /TODO.md
first commit
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md15
1 files changed, 15 insertions, 0 deletions
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