A personal blog about PowerShell, Automation and more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
CI-Bot be103753f5
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details
Update dependency markdownlint-cli to ^0.33.0 (#45)
2 months ago
.gitea update congo to version 2.4.2 (#36) 3 months ago
.github Create dependabot.yml 11 months ago
.vscode Add addtional about me section (#48) 2 months ago
.woodpecker Update aquasec/trivy Docker tag to v0.36.1 (#44) 2 months ago
archetypes Add PsTypeName post (#14) 1 year ago
assets Update theme to Congo 2 (#12) 1 year ago
config/_default update congo to version 2.4.2 (#36) 3 months ago
content Add addtional about me section (#48) 2 months ago
layouts Update theme to Congo 2 (#12) 1 year ago
static Update theme to Congo 2 (#12) 1 year ago
themes update congo to version 2.4.2 (#36) 3 months ago
.changelog.yml Adds renovate-bot support (#24) 4 months ago
.dockerignore prepare initial release (#2) 1 year ago
.drone.yml.bak Implements woodpecker pipeline (#19) 7 months ago
.editorconfig adds basic ignore and config files 1 year ago
.gitattributes adds basic ignore and config files 1 year ago
.gitignore Update theme to Congo 2 (#12) 1 year ago
.gitmodules start hugo site with congo theme 1 year ago
.markdownlint.json prepare initial release (#2) 1 year ago
.markdownlintignore prepare initial release (#2) 1 year ago
Dockerfile Update nginx Docker tag to v1.23.3 (#37) 3 months ago
LICENSE Initial commit 1 year ago
README.md Adds gitea link (#20) 7 months ago
contributing.md Adds ModuleBase Post (#15) 1 year ago
docker-compose.yml Switch to nginx server (#8) 1 year ago
nginx.conf Switch to nginx server (#8) 1 year ago
package-lock.json update congo to version 2.4.2 (#36) 3 months ago
package.json Update dependency markdownlint-cli to ^0.33.0 (#45) 2 months ago
renovate.json fix fileMatch regex (#35) 4 months ago

README.md

OCram85.com Logo

OCram85.com

A personal blog about PowerShell, Automation and more.

Project License Woodpecker 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