Blog/README.md

47 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2022-01-13 10:31:04 +01:00
<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">
2022-01-13 10:31:04 +01:00
<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">
2022-01-13 10:33:58 +01:00
</a>
</p>
2022-01-05 09:13:10 +01:00
<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>
2022-01-05 09:29:24 +01:00
## Tags
2022-01-13 10:31:04 +01:00
### `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)
2022-01-05 09:29:24 +01:00
## 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.
2022-01-05 09:29:24 +01:00
2024-03-24 09:26:43 +01:00
You can simply run the container with `docker run -it --rm -p "8080:80" ocram85/blog:latest`.