Skip to content

ByteBlogs/byteblogs

Repository files navigation

ByteBlogs

ByteBlogs uses theme from Thulite - Doks

This website is designed by Pranav Dhawale & Gajanan More

Live Website 🔗

Documentation 📖

git clone https://github.com/ByteBlogs/byteblogs.git
cd byteblogs/
npm install

Project Commands 🧑‍💻

To start server

npm run dev

To create new blog *

npm run create blog/blog_name/index.md

Note: Always stop the server to create new blog and Rebuild the project

To add cover image

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]

To rebuild project

npx shx rm -rf public resources .hugo_build.lock && npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published