A personal blog about PowerShell, Automation and more.
Go to file
Marco Blessing c34c96a13a
Update theme to Congo 2 (#12)
* update congo submodule

* ignore temp gen files

* update congo 2 config

* move assets to new default location

* add new default values to archetype

* use integrate lead in homepage

* upate note box to congo 2 stype

* icon breaks toc

* disable dark switcher
2022-02-24 08:34:17 +01:00
.vscode Update privacy post (#5) 2022-01-05 14:14:00 +01:00
archetypes Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
assets Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
config/_default Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
content Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
layouts Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
static Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
themes Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
.dockerignore prepare initial release (#2) 2022-01-04 09:27:51 +01:00
.drone.yml Add trigger service update step (#3) 2022-01-04 11:42:42 +01:00
.editorconfig adds basic ignore and config files 2021-12-22 14:16:55 +01:00
.gitattributes adds basic ignore and config files 2021-12-22 14:16:55 +01:00
.gitignore Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
.gitmodules start hugo site with congo theme 2021-12-22 14:23:07 +01:00
.markdownlint.json prepare initial release (#2) 2022-01-04 09:27:51 +01:00
.markdownlintignore prepare initial release (#2) 2022-01-04 09:27:51 +01:00
docker-compose.yml Switch to nginx server (#8) 2022-01-13 09:35:23 +01:00
Dockerfile increase healtcheck timeout due to systemload (#9) 2022-01-20 16:12:38 +01:00
LICENSE Initial commit 2021-12-22 13:58:26 +01:00
nginx.conf Switch to nginx server (#8) 2022-01-13 09:35:23 +01:00
package-lock.json prepare initial release (#2) 2022-01-04 09:27:51 +01:00
package.json Adds pihole post (#11) 2022-01-28 11:26:16 +01:00
README.md fix html typo 2022-01-13 10:33:58 +01:00

OCram85.com Logo

OCram85.com

A personal blog about PowerShell, Automation and more.

Project License Drone.IO Build Docker Image Tags

Tags

latest

This tag contains currently active source for OCram85.com and will be updated by changes on the master branch

next

The next tag is used for testing any code changes on development branches and pull request. Site preview is available on next.OCram85.com

Content

This image contains the hugo based sources for my personal blog. It's made with the Congo theme. The static pages are served by the included nginx server with a custom config. The custom config is needed to redirect 404 errors to a custom page.

You can simply run the container with docker run -it --rm -p "8080:80" ocram85/blog:latest