Skip to content

Commit 5dc8a44

Browse files
committed
update hugo
1 parent 9db67ae commit 5dc8a44

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.github/workflows/BuildPage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Build and push
66
on:
77
# Triggers the workflow on push and pull request events
88
push:
9+
pull_request:
910

1011
# Allows you to run this workflow manually from the Actions tab
1112
workflow_dispatch:
@@ -24,7 +25,7 @@ jobs:
2425
- name: Setup Hugo
2526
uses: peaceiris/actions-hugo@v2
2627
with:
27-
hugo-version: '0.81.0'
28+
hugo-version: '0.121.2'
2829
extended: true
2930

3031
- name: Setup Node

config.toml.source

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseURL = "https://koneko096.github.io"
22
title = "Postmortem"
33
author = "Afrizal Fikri"
4-
copyright = "Copyright © 2022 - Afrizal Fikri"
4+
copyright = "Copyright © 2024 - Afrizal Fikri"
55
canonifyurls = true
66
theme = "paper"
77
languageCode = "en-us"
@@ -16,9 +16,11 @@ disqusShortname = "postmortem-1"
1616
googleAnalytics = "UA-111769411-1"
1717

1818
[params]
19-
name = "koneko096"
19+
name = "Afrizal Fikri"
20+
bio = "Best outcomes come from trials"
21+
avatar = "https://avatars.githubusercontent.com/u/9217338"
22+
2023
github = "koneko096"
2124
gitlab = "icalF"
2225
linkedin = "afrizalf"
2326
facebook = "icalFikr"
24-
twitter = "koneko096"

config.toml.staging

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseURL = "https://koneko096.github.io/staging"
22
title = "Postmortem"
33
author = "Afrizal Fikri"
4-
copyright = "Copyright © 2022 - Afrizal Fikri"
4+
copyright = "Copyright © 2024 - Afrizal Fikri"
55
canonifyurls = true
66
theme = "paper"
77
languageCode = "en-us"
@@ -14,10 +14,12 @@ draft = true
1414
paginate = 4
1515

1616
[params]
17-
name = "koneko096"
17+
name = "Afrizal Fikri"
18+
bio = "Best outcomes come from trials"
19+
avatar = "https://avatars.githubusercontent.com/u/9217338"
20+
1821
github = "koneko096"
1922
gitlab = "icalF"
2023
linkedin = "afrizalf"
2124
facebook = "icalFikr"
22-
twitter = "koneko096"
2325

0 commit comments

Comments
 (0)