Blog/README.md

39 lines
1.5 KiB
Markdown

<p align="center">
<a href="https://getdoks.org/">
<img src="https://raw.githubusercontent.com/OCram85/Blog/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://github.com/OCram85/Blog">
<img src="https://img.shields.io/github/license/OCram85/Blog" alt="Project License">
</a>
<a href="https://cloud.drone.io/OCram85/Blog">
<img src="https://cloud.drone.io/api/badges/OCram85/Blog/status.svg" alt="Drone.IO 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`