40 lines
1 KiB
Markdown
40 lines
1 KiB
Markdown
# Todo
|
|
|
|
- [x] Add colophon and licensing info
|
|
- [x] Clean up and polish landing page
|
|
- [ ] 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
|
|
- [x] Redo about page
|
|
- [x] Add blog post
|
|
|
|
# Changelog
|
|
|
|
## 0.0.1
|
|
|
|
- Added landing page
|
|
|
|
## 0.0.2
|
|
|
|
- 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
|
|
|
|
## 0.0.3
|
|
|
|
- Added pagination to blog
|
|
- Added `home` layout
|
|
- Refactored base template
|
|
- Switched layout back to CSS flex
|
|
- Created `theme-default`, which provides default theming based on browser preference
|
|
|
|
## 0.0.4
|
|
|
|
- Removed landing page
|
|
- Added `markdown-it-anchor` and `markdown-it-footnote` for header anchors and footnotes respectively
|
|
- Changed date parsing filter
|