Skip to content

fossdot/bodhya-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bodhya Website

Building tech opportunities for Bihar students. This is the source code for bodhya.net.

Tech Stack

  • Static Site Generator: Zola (Rust-based, lightning-fast)
  • Styling: Custom minimal CSS (no frameworks)
  • Hosting: Netlify (free tier)
  • Version Control: Git + GitHub

Quick Start

Prerequisites

  • Linux/macOS: Homebrew or package manager
  • Windows: WSL2 recommended
  • Git: Install here

Installation

  1. Install Zola:

    # Linux (Ubuntu/Debian)
    sudo snap install --classic zola
    
    # macOS
    brew install zola
    
    # All platforms (via Cargo)
    cargo install --locked zola
    
    # Verify
    zola --version
  2. Clone and run:

    git clone https://github.com/fossdot/bodhya-site.git
    cd bodhya-site
    zola serve

Visit http://localhost:1111 – auto-reloads on changes!

Project Structure

bodhya-site/
├── config.toml           # Site configuration
├── content/              # Markdown pages
├── static/               # Images, fonts, assets
├── templates/            # HTML templates
├── sass/                 # Stylesheets
└── README.md            # This file

Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Push: git push origin feature/your-feature
  5. Open a Pull Request

Resources

Questions or Ideas?

Reach out through any of these:


Built with ❤️ for Bihar’s students

Want to contribute? We’d love to have you! Start with this README and reach out if you have questions. 🚀

About

Resources

License

Stars

Watchers

Forks

Languages