This is my personal cookbook.
Go to file
James Tombleson e4bc7e2d5d Updated default template 2023-12-06 17:30:46 -08: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 Updated the index, but not sure if it matters 2023-11-26 10:59:58 -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 theme was added and config was updated 2023-11-26 11:00:14 -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.