A personal blog about PowerShell, Automation and more.
OCram85
62b99a54dc
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Reviewed-on: #57 |
||
---|---|---|
.gitea | ||
.github | ||
.vscode | ||
.woodpecker | ||
archetypes | ||
assets | ||
config/_default | ||
content | ||
layouts | ||
static | ||
themes | ||
.changelog.yml | ||
.dockerignore | ||
.drone.yml.bak | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.markdownlintignore | ||
contributing.md | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json |
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
.