Building tech opportunities for Bihar students. This is the source code for bodhya.net.
- Static Site Generator: Zola (Rust-based, lightning-fast)
- Styling: Custom minimal CSS (no frameworks)
- Hosting: Netlify (free tier)
- Version Control: Git + GitHub
- Linux/macOS: Homebrew or package manager
- Windows: WSL2 recommended
- Git: Install here
-
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
-
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!
bodhya-site/
├── config.toml # Site configuration
├── content/ # Markdown pages
├── static/ # Images, fonts, assets
├── templates/ # HTML templates
├── sass/ # Stylesheets
└── README.md # This file
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Push:
git push origin feature/your-feature - Open a Pull Request
Reach out through any of these:
- Email: vishal@bodhya.net
- GitHub Issues: Open an issue
- GitHub Discussions: Join the discussion
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. 🚀