From 7519a423f126244cf9ad12030eda829dae1f3e47 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 14 Aug 2020 16:01:13 +0200 Subject: [PATCH] Add todo --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cb9ba8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Blog + +Simple blog management system. + +## Todo +1. Implement tags (don't render them as titles) +2. Add pagination links +3. Add some more style +4. Find a nice way to display metadata (author, dates, etc) +5. Allow adding pages (pinned articles ?)