Skip to content

Commit

Permalink
Merge pull request #1067 from nunocoracao/dev
Browse files Browse the repository at this point in the history
🔖 v2.45.0
  • Loading branch information
nunocoracao authored Nov 22, 2023
2 parents 77764f9 + 3ec0017 commit 45d634f
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 53 deletions.
24 changes: 24 additions & 0 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,26 @@ select {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
[type='checkbox']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
[type='radio']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
border-color: transparent;
background-color: currentColor;
Expand All @@ -585,6 +601,14 @@ select {
background-repeat: no-repeat;
}

@media (forced-colors: active) {
[type='checkbox']:indeterminate {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
border-color: transparent;
background-color: currentColor;
Expand Down
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.120.3"
max = "0.120.4"
2 changes: 1 addition & 1 deletion exampleSite/content/docs/partials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ googleAnalytics = "G-MEASUREMENT_ID"

### Custom analytics providers

If you wish to use a different analytics provider on your website you can also override the analytics partial and provide your own script. Simply create the file `layouts/partials/analytics.html` in your project and it will automatically include it in the `<head>` of the website.
If you wish to use a different analytics provider on your website you can also override the analytics partial and provide your own script. Simply create the file `layouts/partials/extend-head.html` in your project and it will automatically include it in the `<head>` of the website.

## Comments

Expand Down
Binary file added exampleSite/content/users/ctulhu.me/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions exampleSite/content/users/ctulhu.me/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "ctulhu.me"
tags: [Personal site]
externalUrl: "https://ctulhu.me"
date: 9932-08-08
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---
Expand Down
14 changes: 14 additions & 0 deletions exampleSite/content/users/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,19 @@
"tags": [
"Personal Site"
]
},
{
"title": "ctulhu.me",
"url": "https://ctulhu.me",
"tags": [
"Personal site"
]
},
{
"title": "v-y-s.com",
"url": "https://v-y-s.com/",
"tags": [
"Personal Site"
]
}
]
Binary file added exampleSite/content/users/v-y-s.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions exampleSite/content/users/v-y-s.com/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "v-y-s.com"
tags: [Personal Site]
externalUrl: "https://v-y-s.com/"
date: 9931-08-08
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sharing:
email: "Отправить по электронной почте"
facebook: "Поделиться через Facebook"
linkedin: "Поделиться через LinkedIn"
pinterest: "PДобавить в Pinterest"
pinterest: "Добавить в Pinterest"
reddit: "Отправить в Reddit"
twitter: "Твитнуть в Twitter"

Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.44.0",
"version": "2.45.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
Expand Down Expand Up @@ -40,10 +40,10 @@
"jquery": "^3.7.1",
"katex": "^0.16.9",
"packery": "^2.1.2",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.6",
"puppeteer": "^21.4.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"puppeteer": "^21.5.2",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.5",
"tw-elements": "1.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"commander": "^11.1.0"
}
}

0 comments on commit 45d634f

Please sign in to comment.