We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bff80c + 4c3a7ee commit cc9b2ffCopy full SHA for cc9b2ff
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.152.2
+ HUGO_VERSION: 0.152.1
35
steps:
36
- name: Install Hugo CLI
37
run: |
config.yaml
@@ -2,7 +2,7 @@ baseURL: https://blog.bear-su.dev
2
disablePathToLower: true
3
languageCode: en-us
4
title: Bear Su's Blog
5
-copyright: "Copyright © 2015 - 2024 Bear Su's Blog"
+copyright: "Copyright © 2015 - 2025 Bear Su's Blog"
6
7
theme: simplecss
8
contentDir: content/posts
0 commit comments