From c85a7861e6da777ff0067a64f152393026392c4e Mon Sep 17 00:00:00 2001 From: Joss Date: Tue, 19 Nov 2024 22:53:42 +0100 Subject: [PATCH] Updated ToDo --- src/about.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/about.md b/src/about.md index 0f513f2..956d65b 100644 --- a/src/about.md +++ b/src/about.md @@ -1,6 +1,6 @@ # About this page -This page is written in Markdown, and transformed to HTML using a custom templating engine written in Bash script. It makes heavy use of `sed` and other Unix utilities. +This page is written in Markdown, and transformed to HTML using a custom templating engine written in Bash script. It makes heavy use of `sed`, `awk` and other Unix utilities. Writing this was really fun, and a great little project to test and improve my skills :smiley: Once I cleaned up the code, the generator will be made public under the MIT license. @@ -10,6 +10,10 @@ Feature ToDo-list: - Properly support subdirectories - Add more buttons to the nav bar - Make mobile friendly -- Make templates more powerful +- Write markdown parser in bash + +Feature Done-list: + +- Make templates more powerful (using `awk`) If you have any questions about this, you can reach out to me.