This is my personal cookbook.
Go to file
jtom38 35dceda18a
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'added sugared pecans. Thought this was lost to time.' (#9) from features/20250124 into main
Reviewed-on: #9
2025-01-24 08:16:28 -08:00
.github/workflows ci: add Azure Static Web Apps workflow file 2023-05-28 17:28:56 -07:00
.vscode added the japanese curry 2025-01-15 18:58:53 -08:00
archetypes Updated default template 2023-12-06 17:30:46 -08:00
content added sugared pecans. Thought this was lost to time. 2025-01-24 08:16:05 -08:00
static/images added the japanese curry 2025-01-15 18:58:53 -08:00
.dockerignore made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00
.drone.yml made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00
.gitignore ignoring generated resources 2023-11-26 10:59:45 -08:00
config.yaml updated config 2023-12-06 17:31:28 -08:00
Dockerfile made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00
go.mod theme was added and config was updated 2023-11-26 11:00:14 -08:00
go.sum theme was added and config was updated 2023-11-26 11:00:14 -08:00
makefile made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00
README.md made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00

cookbook

This is my personal Cookbook hosted on Github built with Hugo.

This project has a docker file in it to build a small image that you can deploy where you want. This uses caddy for the web server. The build process will take the project and generate the static files. These files are used to run the web server. If you want more information on that process check the Dockerfile.