2024-06-10 04:17:23 -04:00
|
|
|
# Todo
|
|
|
|
|
2024-06-25 11:18:16 -04:00
|
|
|
- [x] Add colophon and licensing info
|
2024-06-10 14:42:50 -04:00
|
|
|
- [x] Clean up and polish landing page
|
2024-06-10 04:17:23 -04:00
|
|
|
- [ ] Do some i18n? (e.g., English, German, Tagalog, Bisaya, Spanish, etc.)
|
|
|
|
- [ ] Add more graphical stuff to site so it doesn't look so bland
|
|
|
|
- [ ] Banner image
|
|
|
|
- [ ] Global background
|
|
|
|
- [ ] Custom badge
|
|
|
|
- [ ] Make a webring with ringfairy and join webrings
|
2024-06-25 11:18:16 -04:00
|
|
|
- [x] Redo about page
|
|
|
|
- [x] Add blog post
|
2024-06-10 14:42:50 -04:00
|
|
|
|
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
2024-06-19 20:39:27 -04:00
|
|
|
- Added landing page
|
|
|
|
|
|
|
|
## 0.0.2
|
|
|
|
|
2024-06-24 00:01:58 -04:00
|
|
|
- Changed to layout based on CSS grid
|
|
|
|
- Switched to [include-media](https://github.com/eduardoboucas/include-media) to simplify media queries
|
|
|
|
- Added blog/lib sections (empty for now)
|
|
|
|
- Partially reorganized of SCSS files
|
2024-06-20 21:41:04 -04:00
|
|
|
|
|
|
|
## 0.0.3
|
|
|
|
|
2024-06-24 00:01:58 -04:00
|
|
|
- Added pagination to blog
|
|
|
|
- Added `home` layout
|
2024-06-20 21:41:04 -04:00
|
|
|
- Refactored base template
|
2024-06-24 00:01:58 -04:00
|
|
|
- Switched layout back to CSS flex
|
|
|
|
- Created `theme-default`, which provides default theming based on browser preference
|
2024-07-08 01:17:58 -04:00
|
|
|
|
|
|
|
## 0.0.4
|
|
|
|
|
|
|
|
- Removed landing page
|
|
|
|
- Added `markdown-it-anchor` and `markdown-it-footnote` for header anchors and footnotes respectively
|
|
|
|
- Changed date parsing filter
|