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 24, 2024
2 parents 9256ecd + 0097326 commit d3b9f1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
10 changes: 9 additions & 1 deletion exampleSite/content/users/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,20 @@
"Blog"
]
},
{
"title": "DXPetti.com",
"url": "https://www.dxpetti.com/",
"tags": [
"Personal site",
"Technology Blog"
]
},
{
"title": "asterisk.lol",
"url": "https://asterisk.lol",
"tags": [
"Personal Site",
"Blog"
"Blog"
]
}
]
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.51.0",
"version": "2.52.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"postinstall": "vendor-copy",
Expand Down Expand Up @@ -40,7 +40,7 @@
"jquery": "^3.7.1",
"katex": "^0.16.9",
"packery": "^2.1.2",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.11",
"puppeteer": "^21.7.0",
Expand Down

0 comments on commit d3b9f1b

Please sign in to comment.