Compare commits
4 Commits
1.0.0
...
e34aea7194
| Author | SHA1 | Date | |
|---|---|---|---|
| e34aea7194 | |||
| a52a95c6bd | |||
| fc5afd8668 | |||
| d59033d4f6 |
@@ -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 }}"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user