Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao authored Nov 29, 2024
2 parents c95f7af + 62892f1 commit ae0b6b5
Show file tree
Hide file tree
Showing 8 changed files with 1,086 additions and 711 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
4 changes: 2 additions & 2 deletions assets/lib/chart/chart.min.js

Large diffs are not rendered by default.

1,421 changes: 755 additions & 666 deletions assets/lib/mermaid/mermaid.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.138.0"
max = "0.139.2"
8 changes: 8 additions & 0 deletions exampleSite/content/users/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,14 @@
"CV"
]
},
{
"title": "Academy Customize",
"url": "https://acamize.com/",
"source": "n/a",
"tags": [
"Business site"
]
},
{
"title": "さばっこ",
"url": "https://sabac.co",
Expand Down
Loading

0 comments on commit ae0b6b5

Please sign in to comment.