added todo list to keep track of progress
[theme-danix.xyz.git] / TODO.md
1 Here's a short list of things to do for the site
2 ================================================
3
4 CONTENT
5 -------
6
7 - check every article added for image references, shortcodes, links and tidy up everything
8 - check metadata in every article
9
10 THEME
11 -----
12
13 - 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.
14 + [interesting approach using SVG's](https://www.client9.com/using-font-awesome-icons-in-hugo/)
15 + [using js and a shortcode](https://matze.rocks/posts/fontawesome_in_hugo/)
16 - content presentation before styling
17 + we should finalize templates for different kinds of content before working on styling
18 * homepage
19 * articles
20 * pages
21 * _other ?_
22 + we should implement shortcodes and partials for the most used use cases.
23 * article author gravatar?
24 * article author signature?