This is a minimal blog template, inspired from a dribbble post by Nicolas Solerieu. This is solely focused on writing blogs from your text editor(like a real developer).
I'm working on this template, so I'll see some breaking changes sometimes! ;)
- Minimal theme with page transitions and smooth scroll
- Ships with no client-side logic
- support for RSS, Image optimisation and OpenGraph Images
- Small bundle size around ~ 3KB
-
Index page
/
The landing page which summarizes about you. -
Work page
/work
Here, you can mention about your past experiences or projects that you've been working on. -
Contact page
/contact
It holds links to all your socials and work. -
About page
/about
Here, you can ramble long about yourself and what you like. -
Blog page
/blog
Contains list of all written blogs under/src/pages/posts
folder. -
404 page
/*-unknown
There is also a custom 404 page. -
RSS feed
/rss.xml
Dedicated rss route.
You can change the data by checking out respective pages under /src/pages
folder. The files represent the corresponding routes in the application. Copy and Paste!
All the blogs are written under the /src/pages/posts
folder. Do check out the front-matter for blog before starting to write a new one. Also, you can add og-images in /public/blogs
folder and link them up in the front-matter.
To check further refer to CHANGELOG.md
. It will also explains changes brought in by each update.
Report it under issues
tab. Be clear about it and do list steps to reproduce it.
I would love to accept contributions. And now how?
- Open an issue regarding feature or bug fix
- Fork it - Branch it
<feat>-<name>
- Work and submit a PR
Thank you!