Source code for Backa Boulder website. This is a static site that is generated using Hugo.
├── assets
│ └── css - css files
├── content
│ ├── en - English content pages
│ └── se - Swedish content pages
├── data - Data files (opening hours, prices and contact info)
├── i18n - Some translations of things that don't live in the content folder
├── layouts - HTML layouts
└── static
└── images - Images
Changes will be deployed on merge to main branch by cloudflare pages.
- Install Hugo.
- Checkout this repo locally.
- Open a terminal in the folder where the project lives.
- Run
hugo server(outout of this commend shows where you can view the site). - Make changes and view them locally until happy.
- Commit, push changes, open merge request and merge to deploy.