A personal blog about PowerShell, Automation and more.
Go to file
CI-Bot 0091fa0dce
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details
Update dependency hugo-installer to v4 (#27)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hugo-installer](https://github.com/dominique-mueller/hugo-installer) | devDependencies | major | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/hugo-installer/3.1.0/4.0.1) |

⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjIuMiJ9-->

Reviewed-on: #27
Co-authored-by: Drone-Bot <noreply@ocram85.com>
Co-committed-by: Drone-Bot <noreply@ocram85.com>
2022-12-09 12:25:18 +01:00
.gitea Adds Gitea meta files (#21) 2022-09-13 14:39:27 +02:00
.github Create dependabot.yml 2022-04-26 09:03:24 +02:00
.vscode adds PSCredentialStore 1.1.0 release post (#23) 2022-09-21 13:55:07 +02:00
.woodpecker fix fileMatch regex (#35) 2022-12-09 12:08:31 +01:00
archetypes Add PsTypeName post (#14) 2022-03-17 11:43:17 +01:00
assets Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
config/_default adds PSCredentialStore 1.1.0 release post (#23) 2022-09-21 13:55:07 +02:00
content adds PSCredentialStore 1.1.0 release post (#23) 2022-09-21 13:55:07 +02:00
layouts Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
static Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
themes Add PsTypeName post (#14) 2022-03-17 11:43:17 +01:00
.changelog.yml Adds renovate-bot support (#24) 2022-11-28 20:31:02 +01:00
.dockerignore prepare initial release (#2) 2022-01-04 09:27:51 +01:00
.drone.yml.bak Implements woodpecker pipeline (#19) 2022-09-13 13:24:46 +02:00
.editorconfig adds basic ignore and config files 2021-12-22 14:16:55 +01:00
.gitattributes adds basic ignore and config files 2021-12-22 14:16:55 +01:00
.gitignore Update theme to Congo 2 (#12) 2022-02-24 08:34:17 +01:00
.gitmodules start hugo site with congo theme 2021-12-22 14:23:07 +01:00
.markdownlint.json prepare initial release (#2) 2022-01-04 09:27:51 +01:00
.markdownlintignore prepare initial release (#2) 2022-01-04 09:27:51 +01:00
Dockerfile debug woodpecker renovate (#29) 2022-12-07 20:26:35 +01:00
LICENSE Initial commit 2021-12-22 13:58:26 +01:00
README.md Adds gitea link (#20) 2022-09-13 14:55:12 +02:00
contributing.md Adds ModuleBase Post (#15) 2022-03-22 08:34:32 +01:00
docker-compose.yml Switch to nginx server (#8) 2022-01-13 09:35:23 +01:00
nginx.conf Switch to nginx server (#8) 2022-01-13 09:35:23 +01:00
package-lock.json Bump markdownlint-cli from 0.30.0 to 0.31.1 (#18) 2022-05-09 08:23:53 +02:00
package.json Update dependency hugo-installer to v4 (#27) 2022-12-09 12:25:18 +01:00
renovate.json fix fileMatch regex (#35) 2022-12-09 12:08:31 +01:00

README.md

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