Get Involved
StaticWGen is open source and community-driven. Whether you want to report a bug, suggest a feature, or contribute code, there's a place for you.
Links
- GitHub: github.com/Atypical-Consulting/StaticWGen
- Issues: Report a bug or request a feature
- Discussions: Ask questions and share ideas
Contributing
We welcome contributions of all kinds:
- Bug reports — found something broken? Open an issue with steps to reproduce
- Feature requests — have an idea? Start a discussion first
- Pull requests — fork, branch, code, test, PR
- Documentation — typo fixes, better explanations, new guides
- Content examples — share your Markdown templates and themes
Development Setup
# Clone the repo
git clone https://github.com/Atypical-Consulting/StaticWGen.git
cd StaticWGen
# Build and generate the site
nuke
# The generated site is in /output
Project Structure
StaticWGen/
build/ # NUKE build interfaces (C#)
src/ # Core library (Markdown processing)
input/ # Content files (Markdown + assets)
template/ # Scriban HTML template
output/ # Generated static site
License
StaticWGen is released under the MIT License. Use it for personal projects, commercial sites, or anything in between.
Built by Philippe Matray
A .NET developer passionate about build automation, clean architecture, and developer experience.