Skip to content

Commit

Permalink
chore: theme bump to version v2.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Dec 2, 2024
1 parent 1ae070a commit 6eb13c6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 59 deletions.
4 changes: 2 additions & 2 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ body.zen-mode-enable {
--tw-contain-style:
}

/*! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */
/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
Expand Down Expand Up @@ -564,7 +564,7 @@ video {

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
[hidden]:where(:not([hidden="until-found"])) {
display: none;
}

Expand Down
6 changes: 5 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ smartTOCHideUnfocusedChildren = false
showAuthorsBadges = false
showWordCount = true
showComments = true
sharingLinks = [ "twitter", "facebook", "bluesky", "mastodon", "reddit", "whatsapp", "telegram", "linkedin", "pinterest", "email"]
sharingLinks = [ "twitter", "facebook", "mastodon", "reddit", "whatsapp", "telegram", "linkedin", "pinterest", "bluesky", "email"]
showZenMode = true

[list]
Expand Down Expand Up @@ -171,3 +171,7 @@ smartTOCHideUnfocusedChildren = false
so = "05afe845fd64ce6966deadce74479b5b"
sogou = "SZM7r2UEOz"
fediverse ="@eallion@e5n.cc"

[rssnext]
feedId = "42331815237783556"
userId = "41909911558319104"
53 changes: 0 additions & 53 deletions layouts/_default/rss.xml

This file was deleted.

2 changes: 1 addition & 1 deletion themes/blowfish
Submodule blowfish updated 943 files
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "eallion-com-cf-pages-origin"
pages_build_output_dir = "./public"

[vars]
HUGO_VERSION = "v0.139.2"
HUGO_VERSION = "v0.139.3"

[env.production.vars]
HUGO_VERSION = "v0.139.2"
HUGO_VERSION = "v0.139.3"

0 comments on commit 6eb13c6

Please sign in to comment.