Website for sharing my thoughts on whatever I find interesting with the world!
Visit at https://yashjawale.github.io/
- Image optimization on build
- Accessible emojis
- Automatic reading time display for posts
- Automatic last update status for posts
- Dark mode support
- RSS feed
- Clone this repository
- Install dependencies with
npm i - Start dev server with
npm run dev
- Add
your-blog-post.mdfile undersrc/content/blog(filename denotes the URL slug) - Write content in file using Markdown syntax
- Add cover image at
src/assets/blogimages/<YOUR_SLUG>/cover.jpg- Recommended dimensions:853x480px - For adding images to content, use the folowing syntax for caption support
 - Create a PR & merge after passing workflow checks
