From 9717faaab5f135898f88699820a139e3044212de Mon Sep 17 00:00:00 2001 From: danix Date: Thu, 2 Feb 2023 17:25:43 +0100 Subject: [PATCH] added todo list to keep track of progress --- TODO.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..63524cd --- /dev/null +++ b/TODO.md @@ -0,0 +1,24 @@ +Here's a short list of things to do for the site +================================================ + +CONTENT +------- + +- check every article added for image references, shortcodes, links and tidy up everything +- check metadata in every article + +THEME +----- + +- fontawesome is too big for our use case. we could use just some SVG's and inspect other implementations, like shortcodes or partials to display them. + + [interesting approach using SVG's](https://www.client9.com/using-font-awesome-icons-in-hugo/) + + [using js and a shortcode](https://matze.rocks/posts/fontawesome_in_hugo/) +- content presentation before styling + + we should finalize templates for different kinds of content before working on styling + * homepage + * articles + * pages + * _other ?_ + + we should implement shortcodes and partials for the most used use cases. + * article author gravatar? + * article author signature? \ No newline at end of file -- 2.20.1