A personal blog about PowerShell, Automation and more.
Go to file
OCram85 00bdfcf4a7
fix minor typos and config (#6)
* fix edit url

* update pwsh resource page

* add stackoverflow link on profile
2022-01-11 09:41:50 +01:00
.vscode Update privacy post (#5) 2022-01-05 14:14:00 +01:00
archetypes extend achetypes by addional page settings 2021-12-23 11:06:49 +01:00
assets Adds logo and favicon files (#4) 2022-01-05 08:45:38 +01:00
config/_default fix minor typos and config (#6) 2022-01-11 09:41:50 +01:00
content fix minor typos and config (#6) 2022-01-11 09:41:50 +01:00
layouts prepare initial release (#2) 2022-01-04 09:27:51 +01:00
static Adds logo and favicon files (#4) 2022-01-05 08:45:38 +01:00
themes start hugo site with congo theme 2021-12-22 14:23:07 +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 ignore hugo build data 2021-12-23 08:51:53 +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
Caddyfile prepare initial release (#2) 2022-01-04 09:27:51 +01:00
Dockerfile prepare initial release (#2) 2022-01-04 09:27:51 +01:00
LICENSE Initial commit 2021-12-22 13:58:26 +01:00
README.md sync docker hub image description 2022-01-05 09:29:24 +01:00
package-lock.json prepare initial release (#2) 2022-01-04 09:27:51 +01:00
package.json prepare initial release (#2) 2022-01-04 09:27:51 +01:00

README.md

logo

A personal blog about PowerShell, Automation and more.

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 caddy 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:8080" ocram85/blog:latest