Bellingham Firefighters Community Ball
This repository has been archived on 2026-04-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • CSS 40.8%
  • Dockerfile 30.6%
  • HTML 19.9%
  • Shell 8.7%
Find a file
2019-11-09 09:38:55 -08:00
archetypes Initial commit for bfdball 2018-10-10 07:59:00 -07:00
content Started updates for 2019...unneeded. They have a website already through squarespace 2019-11-09 09:38:55 -08:00
layouts Initial commit for bfdball 2018-10-10 07:59:00 -07:00
static Started updates for 2019...unneeded. They have a website already through squarespace 2019-11-09 09:38:55 -08:00
themes Add theme as submodule 2018-10-10 08:01:35 -07:00
.gitignore Ignore public/ directory 2018-10-10 07:59:30 -07:00
.gitmodules Add theme as submodule 2018-10-10 08:01:35 -07:00
build.sh Started updates for 2019...unneeded. They have a website already through squarespace 2019-11-09 09:38:55 -08:00
config.toml Enable robots.txt 2018-10-24 17:52:51 -07:00
Dockerfile Started updates for 2019...unneeded. They have a website already through squarespace 2019-11-09 09:38:55 -08:00
README.md More 2018 updates 2018-10-10 11:53:10 -07:00

  • 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 .