Bellingham Firefighters Community Ball
- CSS 40.8%
- Dockerfile 30.6%
- HTML 19.9%
- Shell 8.7%
| archetypes | ||
| content | ||
| layouts | ||
| static | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| build.sh | ||
| config.toml | ||
| Dockerfile | ||
| README.md | ||
-
Website for Bellingham Firefighter's Community Ball
- Setup to use Hugo
- Content pages are in content/
- Images and CSS are in static/
- public/ is in .gitignore. That's where the actual site is generated by Hugo.
- The themes are submodules
- Hugo uses an absolute url for the background image, so it may not show up while testing unless the site URL in config.toml is actually being used.
-
When creating the Paypal button, make sure to select advanced options so the quantity can be changed and the buyer is redirected to complete.html after the sale.
-
To build nginx container containing the site:
docker build -t bfdball .