added bg image to header. Fixed backtotop link and icons in home and footer.
[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 + [using partials and svgs](https://codingnconcepts.com/hugo/social-icons-hugo/)
17 - content presentation before styling
18 + we should finalize templates for different kinds of content before working on styling
19 * homepage
20 * articles
21 * pages
22 * _other ?_
23 + we should implement shortcodes and partials for the most used use cases.
24 * article author gravatar?
25 * article author signature?