This is my personal cookbook.
Go to file
jtom38 81cd3f6064
continuous-integration/drone/push Build is passing Details
Merge pull request 'chicken orzo' (#7) from features/chicken-orzo into main
Reviewed-on: #7
2024-06-17 22:34:18 -07:00
.github/workflows ci: add Azure Static Web Apps workflow file 2023-05-28 17:28:56 -07:00
.vscode added webp to spell check 2023-12-06 17:30:24 -08:00
archetypes Updated default template 2023-12-06 17:30:46 -08:00
content chicken orzo 2024-06-17 22:34:00 -07: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
Dockerfile 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
config.yaml updated config 2023-12-06 17:31:28 -08: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

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.