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.
|
2 months ago | |
---|---|---|
.gitea | 3 months ago | |
.github | 11 months ago | |
.vscode | 2 months ago | |
.woodpecker | 2 months ago | |
archetypes | 1 year ago | |
assets | 1 year ago | |
config/_default | 3 months ago | |
content | 2 months ago | |
layouts | 1 year ago | |
static | 1 year ago | |
themes | 3 months ago | |
.changelog.yml | 4 months ago | |
.dockerignore | 1 year ago | |
.drone.yml.bak | 7 months ago | |
.editorconfig | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
.markdownlint.json | 1 year ago | |
.markdownlintignore | 1 year ago | |
Dockerfile | 3 months ago | |
LICENSE | 1 year ago | |
README.md | 7 months ago | |
contributing.md | 1 year ago | |
docker-compose.yml | 1 year ago | |
nginx.conf | 1 year ago | |
package-lock.json | 3 months ago | |
package.json | 2 months ago | |
renovate.json | 4 months ago |
README.md
OCram85.com
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 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