2022-03-09 22:59:55 +00:00
|
|
|
|
# TODO
|
2022-03-24 09:06:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## For the release
|
2022-03-11 21:01:25 +00:00
|
|
|
|
> List of things to do
|
2022-03-24 09:06:31 +00:00
|
|
|
|
|
2022-03-11 21:01:25 +00:00
|
|
|
|
- [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?
|
2022-03-11 22:17:57 +00:00
|
|
|
|
- [x] og + twitter card
|
|
|
|
|
- [x] Index, 5 posts
|
|
|
|
|
- [x] Archive + About: Change title
|
2022-03-12 01:16:36 +00:00
|
|
|
|
- [x] Emphasize `<code>`
|
2022-03-24 09:06:31 +00:00
|
|
|
|
- [x] Favicon (Added)
|
|
|
|
|
- [x] Review the favicon imgs directory. Not sure if the images are in the right directory.
|
2022-03-12 01:16:36 +00:00
|
|
|
|
- [x] Change paginators (no vertical separator |)
|
|
|
|
|
- [x] Fonts, use one font for the title and another one (more readable) for the post text
|
|
|
|
|
- [x] Remove background pre on about
|
2022-03-24 09:06:31 +00:00
|
|
|
|
- [x] Remove `tale` theme
|
2022-03-30 20:38:38 +00:00
|
|
|
|
- [x] Review pending texts (off-screen)
|
|
|
|
|
- [x] Index
|
|
|
|
|
- [x] About, Colophon, CV...
|
2022-03-31 18:17:05 +00:00
|
|
|
|
- [x] Add dotfiles to the resume
|
|
|
|
|
- [x] Add segun to the colophon
|
2022-03-31 18:38:07 +00:00
|
|
|
|
- [x] Take a look to the twitter-card/og for the index page
|
2022-03-30 20:47:20 +00:00
|
|
|
|
- [ ] RSS
|
2022-03-31 18:17:05 +00:00
|
|
|
|
- [ ] Add vim + productivity to "hobbies" or "tools" section
|
2022-03-30 20:38:38 +00:00
|
|
|
|
- [ ] General review + Clean some stuff here and there
|
2022-03-11 21:01:25 +00:00
|
|
|
|
- [ ] Some images contains a `<p>`, get rid of it.
|
|
|
|
|
- Images with p in the post content (as it is html now)
|
2022-03-24 09:08:06 +00:00
|
|
|
|
- `![image.png](path/to/image.png)` -> `<p><img src=""></p>`
|
2022-03-11 21:01:25 +00:00
|
|
|
|
- [ ] There is a `<h2>` that contains a `<p>` too. Try to get rid of it
|
2022-03-24 09:08:06 +00:00
|
|
|
|
- `##` -> `<h2><p>Whatever</p></h2>`
|
2022-03-24 09:06:31 +00:00
|
|
|
|
|
|
|
|
|
## 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...)
|
2022-03-11 21:01:25 +00:00
|
|
|
|
- [ ] Import some other posts from other years
|
2022-03-24 09:06:31 +00:00
|
|
|
|
- [ ] Support some thing like microposting (as bebu does)
|
2022-03-30 20:38:38 +00:00
|
|
|
|
- [ ] Setup info?
|
2022-03-30 22:30:31 +00:00
|
|
|
|
- [ ] @adrianmg suggested webp optimization
|