This is my personal cookbook.
Go to file
jtom38 1d45288099
continuous-integration/drone/push Build is passing Details
Merge pull request 'adding corn casserol and other pending cards' (#2) from features/corn-casserole into main
Reviewed-on: #2
2023-11-13 17:23:57 -08:00
.github/workflows ci: add Azure Static Web Apps workflow file 2023-05-28 17:28:56 -07:00
.vscode corrected spelling and bumped the version to 0.2.2 2022-10-27 10:10:54 -07:00
archetypes removed the old theme and prep work for 0.2.0 theme 2022-10-25 17:28:46 -07:00
content adding corn casserol and other pending cards 2023-11-13 17:23:15 -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 removed the old theme and prep work for 0.2.0 theme 2022-10-25 17:28:46 -07: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 made improvements to have hugo be a docker image for self hosting 2023-10-14 13:36:25 -07:00
go.mod bumped theme version 2023-05-31 06:57:32 -07:00
go.sum bumped theme version 2023-05-31 06:57:32 -07: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.