Skip to content

Commit

Permalink
Merge branch 'dev' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao authored Jan 30, 2025
2 parents cbce208 + 1ad0fa3 commit 36ec58d
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 121 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-config-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
zip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: zip -r config-default.zip config/_default
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: config-default
path: config-default.zip
- name: Upload to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: config-default.zip
tag_name: ${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion assets/lib/katex/katex.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/katex/katex.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
[module.hugoVersion]
extended = true
min = "0.87.0"
max = "0.140.2"
max = "0.142.0"
25 changes: 22 additions & 3 deletions exampleSite/content/users/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,12 +814,31 @@
]
},
{
"title": "zzzhome",
"url": "https://zzzhome.cc/",
"title": "WillHack - service for reality hackers",
"url": "https://willhack.top/",
"source": "https://github.com/willhack-g/hugo.git",
"tags": [
"Technology Blog",
"News that matters Blog",
"AI",
]
},
{
"title": "Lazy Product Reviews",
"url": "https://lazyproductreviews.com/",
"source": "n/a",
"tags": [
"Personal site",
"Blog"
]
}
},
{
"title": "zzzhome",
"url": "https://zzzhome.cc/",
"source": "n/a",
"tags": [
"Personal site",
"Blog"
]
}
]
Loading

0 comments on commit 36ec58d

Please sign in to comment.