Skip to content

Ivan Deyna's personal tech blog built with Hugo static site generator and deployed on GitHub Pages.

License

Notifications You must be signed in to change notification settings

literally-bug-creator/blog

Repository files navigation

Ivan Deyna's Blog

A personal blog built with Hugo and deployed on GitHub Pages.

🔗 Live Site: blog.bugme.tech

🚀 Tech Stack

  • Static Site Generator: Hugo
  • Theme: PaperMod
  • Deployment: GitHub Pages
  • CI/CD: GitHub Actions

✨ Features

  • 📱 Responsive design
  • 🌙 Dark/Light theme toggle
  • 🔍 Search functionality
  • 📝 Reading time estimation
  • 🏷️ Tags and categories
  • 📄 Archive page
  • 🔗 Social media integration
  • 📋 Code copy buttons

🛠️ Quick Start

Prerequisites

Local Development

# 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

📝 Content Management

  • Posts are located in content/posts/
  • Create new post: hugo new posts/my-new-post.md
  • Configuration: config.yml

🚀 Deployment

The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.

🤝 Contributing

Please read CONTRIBUTING.md for details on the contribution process.

📄 License

This project is licensed under the terms specified in the LICENSE file.

👤 Author

Ivan Deyna


⭐ If you found this project helpful, please give it a star!

About

Ivan Deyna's personal tech blog built with Hugo static site generator and deployed on GitHub Pages.

Topics

Resources

License

Contributing

Stars

Watchers

Forks