Source code for https://applecreekband.com
  • CSS 33.1%
  • SCSS 28.8%
  • HTML 25.6%
  • JavaScript 9.2%
  • Go 1.7%
  • Other 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-26 18:38:49 -04:00
assets Initial website Creation 2023-11-09 14:55:34 -05:00
images Initial website Creation 2023-11-09 14:55:34 -05:00
k8s Fix incorrect yaml anchor formatting 2025-06-13 11:45:46 -04:00
.gitignore Replace npm server with golang server 2025-03-30 10:40:28 -04:00
.gitlab-ci.yml Incorporate new go-common with concurrent object storage pulling 2025-06-13 08:56:36 -04:00
applecreek.go Adapt to new generic git server 2026-09-26 18:38:49 -04:00
Dockerfile Adapt to new generic git server 2026-09-26 18:38:49 -04:00
favicon.ico Initial website Creation 2023-11-09 14:55:34 -05:00
go.mod Adapt to new generic git server 2026-09-26 18:38:49 -04:00
go.sum Adapt to new generic git server 2026-09-26 18:38:49 -04:00
index.html Replace npm server with golang server 2025-03-30 10:40:28 -04:00
LICENSE.txt Initial project creation 2023-10-22 07:13:00 -04:00
README.md Replace npm server with golang server 2025-03-30 10:40:28 -04:00
run_tests.sh Replace npm server with golang server 2025-03-30 10:40:28 -04:00

Apple Creek Band Website

Coverage

This site utilizes the go-common server framework to host the source for applecreekband.com

Running the Site

Just use go.

go run applecreek.go

For a list of options, use the --help flag:

go run applecreek.go --help