A personal blog built with Hugo and deployed on GitHub Pages.
🔗 Live Site: blog.bugme.tech
- 📱 Responsive design
- 🌙 Dark/Light theme toggle
- 🔍 Search functionality
- 📝 Reading time estimation
- 🏷️ Tags and categories
- 📄 Archive page
- 🔗 Social media integration
- 📋 Code copy buttons
- Hugo Extended (v0.112.0+)
- Git
# Clone the repository
git clone https://github.com/literally-bug-creator/blog.git
cd blog
# Install theme (if submodule)
git submodule update --init --recursive
# Start development server
hugo server -D
# Build for production
hugo
The site will be available at http://localhost:1313
- Posts are located in
content/posts/
- Create new post:
hugo new posts/my-new-post.md
- Configuration:
config.yml
The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Please read CONTRIBUTING.md for details on the contribution process.
This project is licensed under the terms specified in the LICENSE file.
Ivan Deyna
- GitHub: @literally-bug-creator
- Telegram: @literally_bug_creator
- Blog: blog.bugme.tech
⭐ If you found this project helpful, please give it a star!