Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shasheen8/h.byte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthyByte

HealthyByte Logo

Your go-to resource for enhancing digital security awareness

MkDocs License


About

HealthyByte is a cybersecurity blog built with MkDocs Material, featuring in-depth blogs.

Quick Start

Prerequisites

  • Python 3.9+
  • pip

Installation

# 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

Local Development

# Start development server
mkdocs serve

# Visit http://localhost:8000

Build for Production

# Build static site
mkdocs build

# Output in /site directory

Features

  • 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

Contributing

Contributions, suggestions, and corrections are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Shasheen Bandodkar


Built with ❤️ using MkDocs and Material for MkDocs

About

HByte blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published