Skip to content

Commit

Permalink
fix rss + pin hugo ver
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Nov 7, 2024
1 parent bdd9ba4 commit 7ce8466
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.138.0'
extended: true

- name: Build
Expand Down
6 changes: 6 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ enableGitInfo = true
copy = true
maxShownLines = 10

[params.feed]
# The number of posts to include in the feed. If set to -1, all posts.
limit = 5
# whether to show the full text content in feed.
fullText = false

[author]
name = "Moohoo"
email = "[email protected]"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"css/style.min.css","MediaType":"text/css","Data":{}}

0 comments on commit 7ce8466

Please sign in to comment.