HealthyByte is a cybersecurity blog built with MkDocs Material, featuring in-depth blogs.
- Python 3.9+
- pip
# Clone the repository
git clone https://github.com/Shasheen8/h.byte.git
cd h.byte
# Create virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt# Start development server
mkdocs serve
# Visit http://localhost:8000# Build static site
mkdocs build
# Output in /site directory- Material Theme with dark/light mode toggle
- Mermaid Diagrams for visual explanations
- Search with suggestions and highlighting
- Code Copy Buttons for easy copying
- RSS Feed for blog updates
- Responsive Design optimized for all devices
- Navigation organized by security topics
Contributions, suggestions, and corrections are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Shasheen Bandodkar
- GitHub: @Shasheen8
- Blog: HealthyByte
Built with ❤️ using MkDocs and Material for MkDocs