TODO updated

feature/oscar-theme
Óscar M. Lage 2022-03-24 10:06:31 +01:00
parent 12b970a231
commit b296850bd6
1 changed files with 17 additions and 6 deletions

23
TODO.md
View File

@ -1,5 +1,9 @@
# TODO # TODO
## For the release
> List of things to do > List of things to do
- [x] Take a look to the li margin-bottom - [x] Take a look to the li margin-bottom
- [x] About, social section, maybe something similar to the index page could fit better - [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] Review <link rel="stylesheet" href="{{ "css/fonts.css" | relURL }}"> in metas.html. It´s necessary?
@ -7,21 +11,28 @@
- [x] Index, 5 posts - [x] Index, 5 posts
- [x] Archive + About: Change title - [x] Archive + About: Change title
- [x] Emphasize `<code>` - [x] Emphasize `<code>`
- [x] Favicon (Added)* - [x] Favicon (Added)
- [ ] *Review the favicon imgs directory. Not sure if the images are in the right directory. - [x] Review the favicon imgs directory. Not sure if the images are in the right directory.
- [ ] Index call2action that leads you to "posts"
- [x] Change paginators (no vertical separator |) - [x] Change paginators (no vertical separator |)
- [x] Fonts, use one font for the title and another one (more readable) for the post text - [x] Fonts, use one font for the title and another one (more readable) for the post text
- [x] Remove background pre on about - [x] Remove background pre on about
- [x] Remove `tale` theme
- [ ] Some images contains a `<p>`, get rid of it. - [ ] Some images contains a `<p>`, get rid of it.
- Images with p in the post content (as it is html now) - Images with p in the post content (as it is html now)
- ![image.png](path/to/image.png) -> <p><img src=""></p> - ![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 - [ ] There is a `<h2>` that contains a `<p>` too. Try to get rid of it
- ## -> <h2><p>Whatever</p></h2> - ## -> <h2><p>Whatever</p></h2>
- [ ] Different sizes for the images (full-width, mid, normal, narrow...)
- [ ] Review pending texts (off-screen) - [ ] Review pending texts (off-screen)
- [ ] Index - [ ] Index
- [ ] About, Colophon, CV... (add Setup info?) - [ ] About, Colophon, CV... (add Setup info?)
- [ ] Remove `tale` theme and clean some stuff here and there - [ ] Clean some stuff here and there
## For the future
> List of wanna-have things for the future
- [ ] Give a try to [this font](https://berkeleygraphics.com/typefaces/berkeley-mono)
and take a look to the license
- [ ] Index call2action that leads you to "posts"
- [ ] Different sizes for the images (full-width, mid, normal, narrow...)
- [ ] Import some other posts from other years - [ ] Import some other posts from other years
- [ ] Support something like microposting (as bebu does) - [ ] Support some thing like microposting (as bebu does)