oscarmlage.com/TODO.md

26 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# TODO
> List of things to do
- [x] Take a look to the li margin-bottom
- [x] About, social section, maybe something similar to the index page could fit better
- [x] Review <link rel="stylesheet" href="{{ "css/fonts.css" | relURL }}"> in metas.html. It´s necessary?
- [x] og + twitter card
- [x] Index, 5 posts
- [x] Archive + About: Change title
- [ ] Emphasize `<code>`
- [ ] Favicon
- [ ] Index call2action that leads you to "posts"
- [ ] Change paginators (no vertical separator |)
- [ ] Fonts, use one font for the title and another one (more readable) for the post text
- [ ] Some images contains a `<p>`, get rid of it.
- Images with p in the post content (as it is html now)
- ![image.png](path/to/image.png) -> <p><img src=""></p>
- [ ] There is a `<h2>` that contains a `<p>` too. Try to get rid of it
- ## -> <h2><p>Whatever</p></h2>
- [ ] Different sizes for the images (full-width, mid, normal, narrow...)
- [ ] Review pending texts (off-screen)
- [ ] Index
- [ ] About, Colophon, CV... (add Setup info?)
- [ ] Remove `tale` theme and clean some stuff here and there
- [ ] Import some other posts from other years
- [ ] Support something like microposting (as bebu does)