ByteBlogs uses theme from Thulite - Doks
This website is designed by Pranav Dhawale & Gajanan More
npm run dev
npm run create blog/blog_name/index.md
Note: Always stop the server to create new blog and Rebuild the project
byteblogs/
├── content/
│ └── blog/
│ └── blog_name/
│ ├── index.md
│ └── cover.png
The width of the cover image should be of the following [480, 576, 768, 1025, 1200, 1440]
npx shx rm -rf public resources .hugo_build.lock && npm run dev