OCram85
376a0155e8
#### 📖 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
47 lines
1.7 KiB
Markdown
47 lines
1.7 KiB
Markdown
<p align="right">
|
|
<img src="http://forthebadge.com/images/badges/built-with-love.svg">
|
|
<img src="http://forthebadge.com/images/badges/for-you.svg">
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://ocram85.com/">
|
|
<img src="https://gitea.ocram85.com/OCram85/Blog/raw/branch/master/assets/img/logo_square.png" alt="OCram85.com Logo" width="300" height="300">
|
|
</a>
|
|
</p>
|
|
|
|
<h1 align="center">
|
|
OCram85.com
|
|
</h1>
|
|
|
|
<p align="center">
|
|
A personal blog about PowerShell, Automation and more.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://gitea.ocram85.com/OCram85/Blog">
|
|
<img src="https://img.shields.io/badge/license-MIT-green" alt="Project License">
|
|
</a>
|
|
<a href="https://ci.ocram85.com/OCram85/Blog">
|
|
<img src="https://ci.ocram85.com/api/badges/OCram85/Blog/status.svg" alt="Woodpecker Build">
|
|
</a>
|
|
<a href="https://hub.docker.com/r/ocram85/blog/tags">
|
|
<img src="https://img.shields.io/docker/image-size/ocram85/blog/latest" alt="Docker Image Tags">
|
|
</a>
|
|
</p>
|
|
|
|
## Tags
|
|
|
|
### `latest`
|
|
|
|
This tag contains currently active source for [OCram85.com](https://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](https://next.OCram85.com)
|
|
|
|
## Content
|
|
|
|
This image contains the hugo based sources for my personal blog. It's made with the [Congo theme](https://github.com/jpanther/congo). 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`
|