In this repository I will build my personal blog with SvelteKit while learning it. (I already have some experience with Svelte but never used SvelteKit).
Good to mention that the articles are fetched from my profile on DEV. At some point, I will probably host them myself, we'll see..
You can access a live demo of this repository on my personal blog available here
- Clone this repository with
git clone git@github.com:yafkari/blog.git
- Create a
.env
file by copying the.env.example
file and adapting it. - Run
yarn install
to install the dependencies. - Run
yarn dev
to start developing.
- Add a error template
- Add dark mode
- Add 'New comment' feature
- Make footer stick bottom and body take all height - nav height - footer height