4 Commits

Author SHA1 Message Date
e34aea7194 Merge pull request 'Fix edit link' (#1) from dustin-gundrum/blog:fix-link into main
Reviewed-on: #1
2026-02-28 01:01:55 +00:00
a52a95c6bd Update config.yml 2026-02-27 13:37:27 +00:00
fc5afd8668 set the path to blog.paulmontag.info
All checks were successful
GitHub Pages / deploy (push) Successful in 13s
2026-02-25 22:41:36 -06:00
d59033d4f6 more nonsene
All checks were successful
GitHub Pages / deploy (push) Successful in 11s
2026-02-24 22:02:45 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -29,5 +29,5 @@ jobs:
context: .
file: Dockerfile
push: true
tags: "docker.paulmontag.info/blog:${{ github.ref }}"
tags: "docker.paulmontag.info/blog:${{ github.ref_name }}"

View File

@@ -1,4 +1,4 @@
baseURL: "https://d1ngd0.github.io/blog/"
baseURL: "https://blog.paulmontag.info/"
title: Paul Montag
pagination:
pagerSize: 5
@@ -97,7 +97,7 @@ params:
hiddenInSingle: true # hide on single page
editPost:
URL: "https://github.com/d1ngd0/blog/content"
URL: "https://git.paulmontag.info/paul-montag/blog/src/branch/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link