A personal blog about PowerShell, Automation and more.
Marco Blessing
00bdfcf4a7
* fix edit url * update pwsh resource page * add stackoverflow link on profile |
||
---|---|---|
.vscode | ||
archetypes | ||
assets | ||
config/_default | ||
content | ||
layouts | ||
static | ||
themes | ||
.dockerignore | ||
.drone.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.markdownlintignore | ||
Caddyfile | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
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