This repository contains the source code and content for the CoderDojo Poland website, built with Hugo and the Blowfish theme.
- Promote volunteering as a meaningful and empowering activity.
- Preserve and showcase the legacy of the CoderDojo Poland initiative (2013–2020).
- Provide a landing page and onboarding flow for potential mentors.
The site is focused on promoting the idea of volunteering, with CoderDojo as a successful past example.
- Hugo (v0.147.9+ recommended)
- Git (for theme submodule)
-
Clone the repository:
git clone --recurse-submodules https://github.com/CoderDojoPL/coderdojo-org-pl.git cd coderdojo-org-pl -
Start the development server:
hugo server --buildDrafts
-
Open your browser and navigate to
http://localhost:1313
hugo --minifyThe generated files will be in the public/ directory.
This site uses the Blowfish Hugo theme, which provides:
- Modern, responsive design
- Dark/light mode support
- Excellent performance
- SEO optimization
- Multi-language support
The Blowfish theme includes comprehensive documentation both locally and online:
- Online: https://blowfish.page/docs/ (always up-to-date)
- Local:
themes/blowfish/exampleSite/content/docs/(included in the repository)
To view the local documentation:
# Run the theme's example site
cd themes/blowfish/exampleSite
hugo server
# Or browse the markdown files directly
cat themes/blowfish/exampleSite/content/docs/configuration/index.mdThe local docs include detailed information on configuration, shortcodes, customization, and all theme features.
content/- Markdown content filesconfig/_default/- Site configurationstatic/- Static assets (images, files, etc.)themes/blowfish/- Theme submodule
This site is designed to be deployed via Netlify with automatic builds from the Git repository.
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally with
hugo server - Submit a pull request
CC BY-NC 4.0