This is my personal cookbook.
Go to file
James Tombleson 11d56fe443 ignoring generated resources 2023-11-26 10:59:45 -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 recipes have been updated for the new template 2023-11-26 10:59:26 -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
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.