Blog/README.md
OCram85 376a0155e8
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
Adds gitea link (#20)
#### 📖 Summary

- adds Gitea link in header
- adds Woodpecker / CI link in footer
- updates links in Readme. (Github removed)

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested via 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. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #20
2022-09-13 14:55:12 +02:00

1.7 KiB

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