✨ add todo list for website
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
a68a2970b6
commit
81d9f394a2
2 changed files with 18 additions and 0 deletions
|
@ -16,6 +16,8 @@ layout: "../layouts/Layout.astro"
|
||||||
|
|
||||||
[💬 **quotes**](/quotes) · my favorite quotes
|
[💬 **quotes**](/quotes) · my favorite quotes
|
||||||
|
|
||||||
|
[📋 **todo**](/todo) · todo list for website
|
||||||
|
|
||||||
[✨ **uses**](/uses) · what i use on a daily basis
|
[✨ **uses**](/uses) · what i use on a daily basis
|
||||||
|
|
||||||
[📀 **vinyl collection**](/vinyl) · all my vinyls
|
[📀 **vinyl collection**](/vinyl) · all my vinyls
|
||||||
|
|
16
src/pages/todo.md
Normal file
16
src/pages/todo.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "📋 TODOs"
|
||||||
|
description: ""
|
||||||
|
layout: "../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
> *Last update: June 02, 2024*
|
||||||
|
|
||||||
|
List of changes and new features I plan for this website.
|
||||||
|
|
||||||
|
- Add page for recipes
|
||||||
|
- Add page filled with wine/gin I like
|
||||||
|
- Add page dedicated to work I'm proud of
|
||||||
|
- Fix CSS for tables
|
||||||
|
- Add an 88x31 button (One Piece themed)
|
||||||
|
- Change default text-highlight color to follow themes
|
Loading…
Add table
Reference in a new issue