diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 40c6f7c26..798bdb377 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -14,7 +14,7 @@ body.zen-mode-enable { } } -/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -655,6 +655,13 @@ select { outline:1px auto -webkit-focus-ring-color } +@supports (-moz-appearance:none) { + * { + scrollbar-color:initial; + scrollbar-width:initial + } +} + *, ::before, ::after { --tw-border-spacing-x:0; --tw-border-spacing-y:0; @@ -2213,6 +2220,14 @@ select { overflow:visible } +.overflow-y-scroll { + overflow-y:scroll +} + +.overscroll-contain { + overscroll-behavior:contain +} + .scroll-smooth { scroll-behavior:smooth } @@ -3074,6 +3089,134 @@ select { transition-timing-function:linear } +.scrollbar::-webkit-scrollbar-track { + background-color:var(--scrollbar-track); + border-radius:var(--scrollbar-track-radius) +} + +.scrollbar::-webkit-scrollbar-track:hover { + background-color:var(--scrollbar-track-hover, var(--scrollbar-track)) +} + +.scrollbar::-webkit-scrollbar-track:active { + background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track))) +} + +.scrollbar::-webkit-scrollbar-thumb { + background-color:var(--scrollbar-thumb); + border-radius:var(--scrollbar-thumb-radius) +} + +.scrollbar::-webkit-scrollbar-thumb:hover { + background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb)) +} + +.scrollbar::-webkit-scrollbar-thumb:active { + background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb))) +} + +.scrollbar::-webkit-scrollbar-corner { + background-color:var(--scrollbar-corner); + border-radius:var(--scrollbar-corner-radius) +} + +.scrollbar::-webkit-scrollbar-corner:hover { + background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner)) +} + +.scrollbar::-webkit-scrollbar-corner:active { + background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner))) +} + +@supports (-moz-appearance:none) { + .scrollbar { + scrollbar-width:auto; + scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial) + } +} + +.scrollbar::-webkit-scrollbar { + display:block; + width:var(--scrollbar-width, 16px); + height:var(--scrollbar-height, 16px) +} + +.scrollbar-thin::-webkit-scrollbar-track { + background-color:var(--scrollbar-track); + border-radius:var(--scrollbar-track-radius) +} + +.scrollbar-thin::-webkit-scrollbar-track:hover { + background-color:var(--scrollbar-track-hover, var(--scrollbar-track)) +} + +.scrollbar-thin::-webkit-scrollbar-track:active { + background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track))) +} + +.scrollbar-thin::-webkit-scrollbar-thumb { + background-color:var(--scrollbar-thumb); + border-radius:var(--scrollbar-thumb-radius) +} + +.scrollbar-thin::-webkit-scrollbar-thumb:hover { + background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb)) +} + +.scrollbar-thin::-webkit-scrollbar-thumb:active { + background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb))) +} + +.scrollbar-thin::-webkit-scrollbar-corner { + background-color:var(--scrollbar-corner); + border-radius:var(--scrollbar-corner-radius) +} + +.scrollbar-thin::-webkit-scrollbar-corner:hover { + background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner)) +} + +.scrollbar-thin::-webkit-scrollbar-corner:active { + background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner))) +} + +@supports (-moz-appearance:none) { + .scrollbar-thin { + scrollbar-width:thin; + scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial) + } +} + +.scrollbar-thin::-webkit-scrollbar { + display:block; + width:8px; + height:8px +} + +.scrollbar-track-neutral-200 { + --scrollbar-track:rgba(var(--color-neutral-200), 1) !important +} + +.scrollbar-thumb-neutral-400 { + --scrollbar-thumb:rgba(var(--color-neutral-400), 1) !important +} + +.scrollbar-thumb-primary-400 { + --scrollbar-thumb:rgba(var(--color-primary-400), 1) !important +} + +.scrollbar-thumb-primary-100 { + --scrollbar-thumb:rgba(var(--color-primary-100), 1) !important +} + +.scrollbar-thumb-primary-500 { + --scrollbar-thumb:rgba(var(--color-primary-500), 1) !important +} + +.scrollbar-thumb-primary-600 { + --scrollbar-thumb:rgba(var(--color-primary-600), 1) !important +} + .\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] { clip:rect(0,0,0,0) !important } @@ -4724,6 +4867,102 @@ pre { display:none } +.group:hover .group-hover\:text-primary-300 { + --tw-text-opacity:1; + color:rgba(var(--color-primary-300), var(--tw-text-opacity)) +} + +.group:hover .group-hover\:text-primary-600 { + --tw-text-opacity:1; + color:rgba(var(--color-primary-600), var(--tw-text-opacity)) +} + +.group:hover .group-hover\:underline { + text-decoration-line:underline +} + +.group:hover .group-hover\:decoration-primary-500 { + text-decoration-color:rgba(var(--color-primary-500), 1) +} + +.group:hover .group-hover\:opacity-100 { + opacity:1 +} + +.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] { + z-index:0 +} + +.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] { + z-index:1 +} + +.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] { + display:none +} + +.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] { + opacity:0 +} + +.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] { + opacity:1 +} + +.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] { + transition-duration:600ms +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0 { + border-left-width:0px; + border-right-width:0px +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 { + border-left-width:0px; + border-right-width:0px +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0 { + border-inline-end-width:0px +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0 { + border-inline-start-width:0px +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t { + border-top-width:1px +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0 { + border-inline-end-width:0px +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0 { + border-inline-start-width:0px +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t { + border-top-width:1px +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid { + border-style:solid +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid { + border-style:solid +} + +.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent { + border-top-color:transparent +} + +.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent { + border-top-color:transparent +} + .hover\:border-transparent:hover { border-color:transparent } @@ -4837,102 +5076,6 @@ pre { outline-color:transparent } -.group:hover .group-hover\:text-primary-300 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-300), var(--tw-text-opacity)) -} - -.group:hover .group-hover\:text-primary-600 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity)) -} - -.group:hover .group-hover\:underline { - text-decoration-line:underline -} - -.group:hover .group-hover\:decoration-primary-500 { - text-decoration-color:rgba(var(--color-primary-500), 1) -} - -.group:hover .group-hover\:opacity-100 { - opacity:1 -} - -.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] { - z-index:0 -} - -.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] { - z-index:1 -} - -.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] { - display:none -} - -.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] { - opacity:0 -} - -.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] { - opacity:1 -} - -.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] { - transition-duration:600ms -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0 { - border-left-width:0px; - border-right-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 { - border-left-width:0px; - border-right-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0 { - border-inline-end-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0 { - border-inline-start-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t { - border-top-width:1px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0 { - border-inline-end-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0 { - border-inline-start-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t { - border-top-width:1px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid { - border-style:solid -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid { - border-style:solid -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent { - border-top-color:transparent -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent { - border-top-color:transparent -} - @media (prefers-reduced-motion: reduce) { .motion-reduce\:transition-none { transition-property:none @@ -5094,6 +5237,36 @@ pre { opacity:0.6 } +.dark\:scrollbar-track-neutral-800:is(.dark *) { + --scrollbar-track:rgba(var(--color-neutral-800), 1) !important +} + +.dark\:scrollbar-thumb-neutral-600:is(.dark *) { + --scrollbar-thumb:rgba(var(--color-neutral-600), 1) !important +} + +.dark\:scrollbar-thumb-primary-600:is(.dark *) { + --scrollbar-thumb:rgba(var(--color-primary-600), 1) !important +} + +.dark\:scrollbar-thumb-primary-400:is(.dark *) { + --scrollbar-thumb:rgba(var(--color-primary-400), 1) !important +} + +.dark\:scrollbar-thumb-primary-100:is(.dark *) { + --scrollbar-thumb:rgba(var(--color-primary-100), 1) !important +} + +.group:hover .dark\:group-hover\:text-neutral-700:is(.dark *) { + --tw-text-opacity:1; + color:rgba(var(--color-neutral-700), var(--tw-text-opacity)) +} + +.group:hover .dark\:group-hover\:text-primary-400:is(.dark *) { + --tw-text-opacity:1; + color:rgba(var(--color-primary-400), var(--tw-text-opacity)) +} + .dark\:hover\:\!bg-primary-700:hover:is(.dark *) { --tw-bg-opacity:1 !important; background-color:rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important @@ -5124,16 +5297,6 @@ pre { background-color:rgba(var(--color-primary-900), var(--tw-bg-opacity)) } -.group:hover .dark\:group-hover\:text-neutral-700:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity)) -} - -.group:hover .dark\:group-hover\:text-primary-400:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity)) -} - @media (min-width: 640px) { .sm\:mb-0 { margin-bottom:0px diff --git a/assets/js/zen-mode.js b/assets/js/zen-mode.js index 62ccc6653..0da48428d 100644 --- a/assets/js/zen-mode.js +++ b/assets/js/zen-mode.js @@ -1,57 +1,59 @@ function _toogleZenMode(zendModeButton) { - // Nodes selection - const body = document.querySelector('body'); - const tocRight = document.querySelector('.toc-right'); - const tocInside = document.querySelector('.toc-inside'); - const articleContent = document.querySelector('.article-content'); - const header = document.querySelector('#single_header'); + // Nodes selection + const body = document.querySelector('body'); + const tocRight = document.querySelector('.toc-right'); + const tocInside = document.querySelector('.toc-inside'); + const articleContent = document.querySelector('.article-content'); + const header = document.querySelector('#single_header'); - // Add semantic class into body tag - body.classList.toggle('zen-mode-enable'); + // Add semantic class into body tag + body.classList.toggle('zen-mode-enable'); - // Show/Hide 'toc right' and 'toc inside' + // Show/Hide 'toc right' and 'toc inside' + if (tocRight) tocRight.classList.toggle('lg:block'); + if (tocInside) tocInside.classList.toggle('lg:hidden'); - // Change width of article content - articleContent.classList.toggle('max-w-fit'); - articleContent.classList.toggle('max-w-prose'); - - // Read i18n title from data-attributes - const titleI18nDisable = zendModeButton.getAttribute('data-title-i18n-disable'); - const titleI18nEnable = zendModeButton.getAttribute('data-title-i18n-enable'); - - if (body.classList.contains('zen-mode-enable')) { - // Persist configuration - //localStorage.setItem('blowfish-zen-mode-enabled', 'true'); - - // Change title to enable - zendModeButton.setAttribute('title', titleI18nEnable) - // Auto-scroll to title article - window.scrollTo(window.scrollX, header.getBoundingClientRect().top - 90); - } else { - //localStorage.setItem('blowfish-zen-mode-enabled', 'false'); - zendModeButton.setAttribute('title', titleI18nDisable); - document.querySelector('body').scrollIntoView(); - } + // Change width of article content + articleContent.classList.toggle('max-w-fit'); + articleContent.classList.toggle('max-w-prose'); + + // Read i18n title from data-attributes + const titleI18nDisable = zendModeButton.getAttribute('data-title-i18n-disable'); + const titleI18nEnable = zendModeButton.getAttribute('data-title-i18n-enable'); + + if (body.classList.contains('zen-mode-enable')) { + // Persist configuration + //localStorage.setItem('blowfish-zen-mode-enabled', 'true'); + + // Change title to enable + zendModeButton.setAttribute('title', titleI18nEnable) + // Auto-scroll to title article + window.scrollTo(window.scrollX, header.getBoundingClientRect().top - 90); + } else { + //localStorage.setItem('blowfish-zen-mode-enabled', 'false'); + zendModeButton.setAttribute('title', titleI18nDisable); + document.querySelector('body').scrollIntoView(); + } } function _registerZendModeButtonClick(zendModeButton) { - zendModeButton.addEventListener('click', function (event) { - event.preventDefault(); + zendModeButton.addEventListener('click', function (event) { + event.preventDefault(); - // Toggle zen-mode - _toogleZenMode(zendModeButton); - }); + // Toggle zen-mode + _toogleZenMode(zendModeButton); + }); } (function init() { - window.addEventListener("DOMContentLoaded", (event) => { - // Register click on 'zen-mode-button' node element - const zendModeButton = document.getElementById('zen-mode-button'); - if(zendModeButton !== null && zendModeButton !== undefined) { - _registerZendModeButtonClick(zendModeButton); - } - }); + window.addEventListener("DOMContentLoaded", (event) => { + // Register click on 'zen-mode-button' node element + const zendModeButton = document.getElementById('zen-mode-button'); + if (zendModeButton !== null && zendModeButton !== undefined) { + _registerZendModeButtonClick(zendModeButton); + } + }); })(); \ No newline at end of file diff --git a/config.toml b/config.toml index 4a157531d..e20c89863 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" -max = "0.126.3" +max = "0.127.0" diff --git a/config/_default/params.toml b/config/_default/params.toml index 51d5eac8e..10cfec16d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -88,6 +88,7 @@ disableTextInHeader = false showLikes = false showTableOfContents = false showCards = false + orderByWeight = false groupByYear = true cardView = false cardViewScreenWidth = false diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 325917e7e..093a49377 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -87,6 +87,7 @@ smartTOCHideUnfocusedChildren = false showLikes = false showTableOfContents = true showCards = true + orderByWeight = true groupByYear = false cardView = true cardViewScreenWidth = false diff --git a/exampleSite/content/docs/advanced-customisation/index.it.md b/exampleSite/content/docs/advanced-customisation/index.it.md index cfa95e899..5ea6cd251 100644 --- a/exampleSite/content/docs/advanced-customisation/index.it.md +++ b/exampleSite/content/docs/advanced-customisation/index.it.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.ja.md b/exampleSite/content/docs/advanced-customisation/index.ja.md index cfa95e899..5ea6cd251 100644 --- a/exampleSite/content/docs/advanced-customisation/index.ja.md +++ b/exampleSite/content/docs/advanced-customisation/index.ja.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.md b/exampleSite/content/docs/advanced-customisation/index.md index cfa95e899..5ea6cd251 100644 --- a/exampleSite/content/docs/advanced-customisation/index.md +++ b/exampleSite/content/docs/advanced-customisation/index.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.zh-cn.md b/exampleSite/content/docs/advanced-customisation/index.zh-cn.md index bc91819bc..f9cea33d4 100644 --- a/exampleSite/content/docs/advanced-customisation/index.zh-cn.md +++ b/exampleSite/content/docs/advanced-customisation/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: 进阶自定义 -date: 2020-08-08 +weight: 13 draft: false description: "了解如何手动构建 Blowfish。" slug: "advanced-customisation" diff --git a/exampleSite/content/docs/configuration/index.it.md b/exampleSite/content/docs/configuration/index.it.md index 8384efe14..9ab5fc66c 100644 --- a/exampleSite/content/docs/configuration/index.it.md +++ b/exampleSite/content/docs/configuration/index.it.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" @@ -258,6 +258,7 @@ Many of the article defaults here can be overridden on a per article basis by sp | `list.showViews` | `false` | Whether or not list views are displayed. This requires firebase integrations to be enabled, look below. | | `list.showLikes` | `false` | Whether or not list likes are displayed. This requires firebase integrations to be enabled, look below. | | `list.showCards` | `false` | Whether or not each article is displayed as a card or as simple inline text. | +| `list.orderByWeight` | `false` | Whether or not articles are sorted by [weights](https://gohugo.io/methods/page/weight/). | | `list.groupByYear` | `true` | Whether or not articles are grouped by year on list pages. | | `list.cardView` | `false` | Display lists as a gallery of cards. | | `list.cardViewScreenWidth` | `false` | Enhance the width of card galleries in lists to take the full width available. | diff --git a/exampleSite/content/docs/configuration/index.ja.md b/exampleSite/content/docs/configuration/index.ja.md index 8384efe14..9ab5fc66c 100644 --- a/exampleSite/content/docs/configuration/index.ja.md +++ b/exampleSite/content/docs/configuration/index.ja.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" @@ -258,6 +258,7 @@ Many of the article defaults here can be overridden on a per article basis by sp | `list.showViews` | `false` | Whether or not list views are displayed. This requires firebase integrations to be enabled, look below. | | `list.showLikes` | `false` | Whether or not list likes are displayed. This requires firebase integrations to be enabled, look below. | | `list.showCards` | `false` | Whether or not each article is displayed as a card or as simple inline text. | +| `list.orderByWeight` | `false` | Whether or not articles are sorted by [weights](https://gohugo.io/methods/page/weight/). | | `list.groupByYear` | `true` | Whether or not articles are grouped by year on list pages. | | `list.cardView` | `false` | Display lists as a gallery of cards. | | `list.cardViewScreenWidth` | `false` | Enhance the width of card galleries in lists to take the full width available. | diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index ec7a93673..ac070d798 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" @@ -259,6 +259,7 @@ Many of the article defaults here can be overridden on a per article basis by sp | `list.showViews` | `false` | Whether or not list views are displayed. This requires firebase integrations to be enabled, look below. | | `list.showLikes` | `false` | Whether or not list likes are displayed. This requires firebase integrations to be enabled, look below. | | `list.showCards` | `false` | Whether or not each article is displayed as a card or as simple inline text. | +| `list.orderByWeight` | `false` | Whether or not articles are sorted by [weights](https://gohugo.io/methods/page/weight/). | | `list.groupByYear` | `true` | Whether or not articles are grouped by year on list pages. | | `list.cardView` | `false` | Display lists as a gallery of cards. | | `list.cardViewScreenWidth` | `false` | Enhance the width of card galleries in lists to take the full width available. | diff --git a/exampleSite/content/docs/configuration/index.zh-cn.md b/exampleSite/content/docs/configuration/index.zh-cn.md index 48affd3a6..bda9616d5 100644 --- a/exampleSite/content/docs/configuration/index.zh-cn.md +++ b/exampleSite/content/docs/configuration/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "配置" -date: 2020-08-14 +weight: 4 draft: false description: "介绍 Blowfish 中所有可用的的配置变量。" slug: "configuration" diff --git a/exampleSite/content/docs/content-examples/index.it.md b/exampleSite/content/docs/content-examples/index.it.md index 98902af63..352701952 100644 --- a/exampleSite/content/docs/content-examples/index.it.md +++ b/exampleSite/content/docs/content-examples/index.it.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.ja.md b/exampleSite/content/docs/content-examples/index.ja.md index 98902af63..352701952 100644 --- a/exampleSite/content/docs/content-examples/index.ja.md +++ b/exampleSite/content/docs/content-examples/index.ja.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.md b/exampleSite/content/docs/content-examples/index.md index 98902af63..352701952 100644 --- a/exampleSite/content/docs/content-examples/index.md +++ b/exampleSite/content/docs/content-examples/index.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.zh-cn.md b/exampleSite/content/docs/content-examples/index.zh-cn.md index 66521a2ec..343db7f2c 100644 --- a/exampleSite/content/docs/content-examples/index.zh-cn.md +++ b/exampleSite/content/docs/content-examples/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "内容示例" -date: 2020-08-09 +weight: 11 draft: false description: "包含 Blowfish 中所有可用部分的示例、" slug: "content-examples" diff --git a/exampleSite/content/docs/firebase-views/index.it.md b/exampleSite/content/docs/firebase-views/index.it.md index 8782a089d..254056b86 100644 --- a/exampleSite/content/docs/firebase-views/index.it.md +++ b/exampleSite/content/docs/firebase-views/index.it.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.ja.md b/exampleSite/content/docs/firebase-views/index.ja.md index 8782a089d..254056b86 100644 --- a/exampleSite/content/docs/firebase-views/index.ja.md +++ b/exampleSite/content/docs/firebase-views/index.ja.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.md b/exampleSite/content/docs/firebase-views/index.md index 8782a089d..254056b86 100644 --- a/exampleSite/content/docs/firebase-views/index.md +++ b/exampleSite/content/docs/firebase-views/index.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.zh-cn.md b/exampleSite/content/docs/firebase-views/index.zh-cn.md index 9525ead86..0b3754ead 100644 --- a/exampleSite/content/docs/firebase-views/index.zh-cn.md +++ b/exampleSite/content/docs/firebase-views/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Firebase: 阅读量 & 点赞量" -date: 2020-08-03 +weight: 15 draft: false description: "了解 Blowfish 如何集成 Firebase,并动态显示阅读量和点赞量。" slug: "firebase-views" diff --git a/exampleSite/content/docs/front-matter/index.it.md b/exampleSite/content/docs/front-matter/index.it.md index 38c477b49..c8ee7e02a 100644 --- a/exampleSite/content/docs/front-matter/index.it.md +++ b/exampleSite/content/docs/front-matter/index.it.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.ja.md b/exampleSite/content/docs/front-matter/index.ja.md index 38c477b49..c8ee7e02a 100644 --- a/exampleSite/content/docs/front-matter/index.ja.md +++ b/exampleSite/content/docs/front-matter/index.ja.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.md b/exampleSite/content/docs/front-matter/index.md index 38c477b49..c8ee7e02a 100644 --- a/exampleSite/content/docs/front-matter/index.md +++ b/exampleSite/content/docs/front-matter/index.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.zh-cn.md b/exampleSite/content/docs/front-matter/index.zh-cn.md index bee821302..884721b8d 100644 --- a/exampleSite/content/docs/front-matter/index.zh-cn.md +++ b/exampleSite/content/docs/front-matter/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "文本主要介绍 Blowfish 中页面中可以添加的所有的 Front Matter 参数。" slug: "front-matter" diff --git a/exampleSite/content/docs/getting-started/index.it.md b/exampleSite/content/docs/getting-started/index.it.md index 04448d738..9b1db764c 100644 --- a/exampleSite/content/docs/getting-started/index.it.md +++ b/exampleSite/content/docs/getting-started/index.it.md @@ -1,6 +1,6 @@ --- title: "Per iniziare" -date: 2020-08-15 +weight: 3 draft: false description: "Tutte le variabili del front matter sono disponibili in Blowfish." slug: "per-iniziare" @@ -26,10 +26,10 @@ The config files that ship with Blowfish contain all of the possible settings th ## Basic configuration -Before creating any content, there are a few things you should set for a new installation. Starting in the `config.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. +Before creating any content, there are a few things you should set for a new installation. Starting in the `hugo.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. ```toml -# config/_default/config.toml +# config/_default/hugo.toml baseURL = "https://your_domain.com/" languageCode = "en" @@ -40,7 +40,7 @@ The next step is to configure the language settings. Although Blowfish supports Locate the `languages.en.toml` file in the config folder. If your main language is English you can use this file as is. Otherwise, rename it so that it includes the correct language code in the filename. For example, for French, rename the file to `languages.fr.toml`. {{< alert >}} -Note that the language code in the language config filename should match the `languageCode` setting in `config.toml`. +Note that the language code in the language config filename should match the `languageCode` setting in `hugo.toml`. {{< /alert >}} ```toml diff --git a/exampleSite/content/docs/getting-started/index.ja.md b/exampleSite/content/docs/getting-started/index.ja.md index b1235bad5..25002c2b6 100644 --- a/exampleSite/content/docs/getting-started/index.ja.md +++ b/exampleSite/content/docs/getting-started/index.ja.md @@ -1,6 +1,6 @@ --- title: "Getting Started" -date: 2020-08-15 +weight: 3 draft: false description: "All the front matter variables available in Blowfish." slug: "getting-started" @@ -26,10 +26,10 @@ The config files that ship with Blowfish contain all of the possible settings th ## Basic configuration -Before creating any content, there are a few things you should set for a new installation. Starting in the `config.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. +Before creating any content, there are a few things you should set for a new installation. Starting in the `hugo.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. ```toml -# config/_default/config.toml +# config/_default/hugo.toml baseURL = "https://your_domain.com/" languageCode = "en" @@ -40,7 +40,7 @@ The next step is to configure the language settings. Although Blowfish supports Locate the `languages.en.toml` file in the config folder. If your main language is English you can use this file as is. Otherwise, rename it so that it includes the correct language code in the filename. For example, for French, rename the file to `languages.fr.toml`. {{< alert >}} -Note that the language code in the language config filename should match the `languageCode` setting in `config.toml`. +Note that the language code in the language config filename should match the `languageCode` setting in `hugo.toml`. {{< /alert >}} ```toml diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index b1235bad5..25002c2b6 100644 --- a/exampleSite/content/docs/getting-started/index.md +++ b/exampleSite/content/docs/getting-started/index.md @@ -1,6 +1,6 @@ --- title: "Getting Started" -date: 2020-08-15 +weight: 3 draft: false description: "All the front matter variables available in Blowfish." slug: "getting-started" @@ -26,10 +26,10 @@ The config files that ship with Blowfish contain all of the possible settings th ## Basic configuration -Before creating any content, there are a few things you should set for a new installation. Starting in the `config.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. +Before creating any content, there are a few things you should set for a new installation. Starting in the `hugo.toml` file, set the `baseURL` and `languageCode` parameters. The `languageCode` should be set to the main language that you will be using to author your content. ```toml -# config/_default/config.toml +# config/_default/hugo.toml baseURL = "https://your_domain.com/" languageCode = "en" @@ -40,7 +40,7 @@ The next step is to configure the language settings. Although Blowfish supports Locate the `languages.en.toml` file in the config folder. If your main language is English you can use this file as is. Otherwise, rename it so that it includes the correct language code in the filename. For example, for French, rename the file to `languages.fr.toml`. {{< alert >}} -Note that the language code in the language config filename should match the `languageCode` setting in `config.toml`. +Note that the language code in the language config filename should match the `languageCode` setting in `hugo.toml`. {{< /alert >}} ```toml diff --git a/exampleSite/content/docs/getting-started/index.zh-cn.md b/exampleSite/content/docs/getting-started/index.zh-cn.md index f7b8ad1d5..01e6fa0fa 100644 --- a/exampleSite/content/docs/getting-started/index.zh-cn.md +++ b/exampleSite/content/docs/getting-started/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "入门指南" -date: 2020-08-15 +weight: 3 draft: false description: "所有在你要使用 Blowfish 主题搭建网站之前的准备工作" slug: "getting-started" @@ -26,21 +26,21 @@ Blowfish 中的配置文件中包含了主题需要的所有可能的设置选 ## 基础设置 -在刚刚安装完成,创建内容之前,有几个设置需要关注。从 `config.toml` 开始,设置 `baseURL` 和 `languageCode` 参数。`languageCode`参数是用来指定你创作内容的主要语言。 +在刚刚安装完成,创建内容之前,有几个设置需要关注。从 `hugo.toml` 开始,设置 `baseURL` 和 `languageCode` 参数。`languageCode`参数是用来指定你创作内容的主要语言。 ```toml -# config/_default/config.toml +# config/_default/hugo.toml baseURL = "https://your_domain.com/" languageCode = "en" ``` -下一步是设置语言。尽管 Blowfish 支持多语言,但是 `config.toml` 只能配置一个主语言。 +下一步是设置语言。尽管 Blowfish 支持多语言,但是 `hugo.toml` 只能配置一个主语言。 在 `config/_default` 文件夹中找到 `languages.en.toml`。如果你的主语言是英语,你可以直接使用此文件。否则需要重命名为主语言对应的文件名。例如,如果主语言是法语,那么需要将文件命名为 `languages.fr.toml`。 {{< alert >}} -注意:语言配置文件名中的语言代码需要与 `config.toml` 中 `languageCode` 相匹配。 +注意:语言配置文件名中的语言代码需要与 `hugo.toml` 中 `languageCode` 相匹配。 {{< /alert >}} ```toml diff --git a/exampleSite/content/docs/homepage-layout/index.it.md b/exampleSite/content/docs/homepage-layout/index.it.md index 0f671aca8..14ea10b88 100644 --- a/exampleSite/content/docs/homepage-layout/index.it.md +++ b/exampleSite/content/docs/homepage-layout/index.it.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.ja.md b/exampleSite/content/docs/homepage-layout/index.ja.md index 0f671aca8..14ea10b88 100644 --- a/exampleSite/content/docs/homepage-layout/index.ja.md +++ b/exampleSite/content/docs/homepage-layout/index.ja.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.md b/exampleSite/content/docs/homepage-layout/index.md index 0f671aca8..14ea10b88 100644 --- a/exampleSite/content/docs/homepage-layout/index.md +++ b/exampleSite/content/docs/homepage-layout/index.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.zh-cn.md b/exampleSite/content/docs/homepage-layout/index.zh-cn.md index 1fe79bb7e..44c6ec5f0 100644 --- a/exampleSite/content/docs/homepage-layout/index.zh-cn.md +++ b/exampleSite/content/docs/homepage-layout/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "主页布局" -date: 2020-08-13 +weight: 5 draft: false description: "在 Blowfish 主题中设置主页布局。" slug: "homepage-layout" diff --git a/exampleSite/content/docs/hosting-deployment/index.it.md b/exampleSite/content/docs/hosting-deployment/index.it.md index 8caa2e270..dd04bc14d 100644 --- a/exampleSite/content/docs/hosting-deployment/index.it.md +++ b/exampleSite/content/docs/hosting-deployment/index.it.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.ja.md b/exampleSite/content/docs/hosting-deployment/index.ja.md index 8caa2e270..dd04bc14d 100644 --- a/exampleSite/content/docs/hosting-deployment/index.ja.md +++ b/exampleSite/content/docs/hosting-deployment/index.ja.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 8caa2e270..dd04bc14d 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md index ddfabc385..aa6ce7fb2 100644 --- a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md +++ b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "托管和部署" -date: 2020-08-07 +weight: 14 draft: false description: "了解如何部署 Blowfish 网页。" slug: "hosting-deployment" @@ -21,7 +21,7 @@ Hugo 官方[托管与部署](https://gohugo.io/hosting-and-deployment/)文档是 - [Netlify](#netlify) - [Render](#render) - [Cloudflare Pages](#cloudflare-pages) -- [共享主机,VPS 或者 私有服务器](#shared-hosting-vps-or-private-web-server) +- [共享主机,VPS 或者 私有服务器](#共享主机vps-或者-私有服务器) --- diff --git a/exampleSite/content/docs/installation/index.it.md b/exampleSite/content/docs/installation/index.it.md index abc878a9b..61cf00d91 100644 --- a/exampleSite/content/docs/installation/index.it.md +++ b/exampleSite/content/docs/installation/index.it.md @@ -1,6 +1,6 @@ --- title: "Installazione" -date: 2020-08-16 +weight: 2 draft: false description: "Come installare il tema Blowfish." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.ja.md b/exampleSite/content/docs/installation/index.ja.md index 433ae24ba..a0504aedc 100644 --- a/exampleSite/content/docs/installation/index.ja.md +++ b/exampleSite/content/docs/installation/index.ja.md @@ -1,6 +1,6 @@ --- title: "Installation" -date: 2020-08-16 +weight: 2 draft: false description: "How to install the Blowfish theme." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 433ae24ba..a0504aedc 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -1,6 +1,6 @@ --- title: "Installation" -date: 2020-08-16 +weight: 2 draft: false description: "How to install the Blowfish theme." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.zh-cn.md b/exampleSite/content/docs/installation/index.zh-cn.md index eb094436f..418080103 100644 --- a/exampleSite/content/docs/installation/index.zh-cn.md +++ b/exampleSite/content/docs/installation/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "安装和配置" -date: 2020-08-16 +weight: 2 draft: false description: "如何安装 Blowfish 主题。" slug: "installation" diff --git a/exampleSite/content/docs/multi-author/index.it.md b/exampleSite/content/docs/multi-author/index.it.md index c1f433fa6..472c743bf 100644 --- a/exampleSite/content/docs/multi-author/index.it.md +++ b/exampleSite/content/docs/multi-author/index.it.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.ja.md b/exampleSite/content/docs/multi-author/index.ja.md index c1f433fa6..472c743bf 100644 --- a/exampleSite/content/docs/multi-author/index.ja.md +++ b/exampleSite/content/docs/multi-author/index.ja.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.md b/exampleSite/content/docs/multi-author/index.md index c1f433fa6..472c743bf 100644 --- a/exampleSite/content/docs/multi-author/index.md +++ b/exampleSite/content/docs/multi-author/index.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.zh-cn.md b/exampleSite/content/docs/multi-author/index.zh-cn.md index fa31d1fce..068379ec9 100644 --- a/exampleSite/content/docs/multi-author/index.zh-cn.md +++ b/exampleSite/content/docs/multi-author/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "多创作者模式" -date: 2020-08-10 +weight: 8 draft: false description: "为你的文章设置多个作者。" slug: "multi-author" diff --git a/exampleSite/content/docs/partials/index.it.md b/exampleSite/content/docs/partials/index.it.md index 66b6f8ba3..30c6ecd27 100644 --- a/exampleSite/content/docs/partials/index.it.md +++ b/exampleSite/content/docs/partials/index.it.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.ja.md b/exampleSite/content/docs/partials/index.ja.md index 66b6f8ba3..30c6ecd27 100644 --- a/exampleSite/content/docs/partials/index.ja.md +++ b/exampleSite/content/docs/partials/index.ja.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.md b/exampleSite/content/docs/partials/index.md index 716044be4..8a3ebbad2 100644 --- a/exampleSite/content/docs/partials/index.md +++ b/exampleSite/content/docs/partials/index.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.zh-cn.md b/exampleSite/content/docs/partials/index.zh-cn.md index cd810c6eb..fc02d69ed 100644 --- a/exampleSite/content/docs/partials/index.zh-cn.md +++ b/exampleSite/content/docs/partials/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "所有 Blowfish 可以配置的 Partials" slug: "partials" diff --git a/exampleSite/content/docs/series/index.it.md b/exampleSite/content/docs/series/index.it.md index ab514089c..33857b17d 100644 --- a/exampleSite/content/docs/series/index.it.md +++ b/exampleSite/content/docs/series/index.it.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.ja.md b/exampleSite/content/docs/series/index.ja.md index ab514089c..33857b17d 100644 --- a/exampleSite/content/docs/series/index.ja.md +++ b/exampleSite/content/docs/series/index.ja.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.md b/exampleSite/content/docs/series/index.md index ab514089c..33857b17d 100644 --- a/exampleSite/content/docs/series/index.md +++ b/exampleSite/content/docs/series/index.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.zh-cn.md b/exampleSite/content/docs/series/index.zh-cn.md index 3176ebb04..2c1b9415f 100644 --- a/exampleSite/content/docs/series/index.zh-cn.md +++ b/exampleSite/content/docs/series/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "系列" -date: 2020-08-09 +weight: 12 draft: false description: "了解如何将文章分组到系列中。" slug: "series" diff --git a/exampleSite/content/docs/shortcodes/index.it.md b/exampleSite/content/docs/shortcodes/index.it.md index 2222eb969..ba1bd718b 100644 --- a/exampleSite/content/docs/shortcodes/index.it.md +++ b/exampleSite/content/docs/shortcodes/index.it.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.ja.md b/exampleSite/content/docs/shortcodes/index.ja.md index 2222eb969..ba1bd718b 100644 --- a/exampleSite/content/docs/shortcodes/index.ja.md +++ b/exampleSite/content/docs/shortcodes/index.ja.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index d99718d8d..9bb3f0420 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.zh-cn.md b/exampleSite/content/docs/shortcodes/index.zh-cn.md index c2ca4f116..91c0f4831 100644 --- a/exampleSite/content/docs/shortcodes/index.zh-cn.md +++ b/exampleSite/content/docs/shortcodes/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "简码" -date: 2020-08-11 +weight: 6 draft: false description: "所有 Blowfish 中可用的简码" slug: "shortcodes" diff --git a/exampleSite/content/docs/thumbnails/index.it.md b/exampleSite/content/docs/thumbnails/index.it.md index 912373f15..a7f27a250 100644 --- a/exampleSite/content/docs/thumbnails/index.it.md +++ b/exampleSite/content/docs/thumbnails/index.it.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.ja.md b/exampleSite/content/docs/thumbnails/index.ja.md index 912373f15..a7f27a250 100644 --- a/exampleSite/content/docs/thumbnails/index.ja.md +++ b/exampleSite/content/docs/thumbnails/index.ja.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.md b/exampleSite/content/docs/thumbnails/index.md index 912373f15..a7f27a250 100644 --- a/exampleSite/content/docs/thumbnails/index.md +++ b/exampleSite/content/docs/thumbnails/index.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.zh-cn.md b/exampleSite/content/docs/thumbnails/index.zh-cn.md index 76108731b..639182c77 100644 --- a/exampleSite/content/docs/thumbnails/index.zh-cn.md +++ b/exampleSite/content/docs/thumbnails/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "缩略图" -date: 2020-08-10 +weight: 10 draft: false description: "为你的文章配置缩略图。" slug: "thumbnails" diff --git a/exampleSite/content/docs/welcome/index.it.md b/exampleSite/content/docs/welcome/index.it.md index 994c9739c..f70144ff6 100644 --- a/exampleSite/content/docs/welcome/index.it.md +++ b/exampleSite/content/docs/welcome/index.it.md @@ -1,6 +1,6 @@ --- title: "Benvenuti a Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Scopri le novità della versione 2.0 di Blowfish." tags: ["novità", "documenti"] diff --git a/exampleSite/content/docs/welcome/index.ja.md b/exampleSite/content/docs/welcome/index.ja.md index 90a715354..95e1fe392 100644 --- a/exampleSite/content/docs/welcome/index.ja.md +++ b/exampleSite/content/docs/welcome/index.ja.md @@ -1,6 +1,6 @@ --- title: "Welcome to Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Discover what's new in Blowfish version 2.0." tags: ["new", "docs"] diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md index ca49a9770..e37958346 100644 --- a/exampleSite/content/docs/welcome/index.md +++ b/exampleSite/content/docs/welcome/index.md @@ -1,6 +1,6 @@ --- title: "Welcome to Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Discover what's new in Blowfish version 2.0." tags: ["new", "docs"] diff --git a/exampleSite/content/docs/welcome/index.zh-cn.md b/exampleSite/content/docs/welcome/index.zh-cn.md index f85ce1f80..a2222c522 100644 --- a/exampleSite/content/docs/welcome/index.zh-cn.md +++ b/exampleSite/content/docs/welcome/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "欢迎来到 Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "探索 Blowfish 2.0版本的新功能。" tags: ["新手", "文档"] diff --git a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg index 5603e3c8c..3c28528b9 100644 Binary files a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg and b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg differ diff --git a/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg b/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg index 2559c0289..3bf57cc8d 100644 Binary files a/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg and b/exampleSite/content/users/Adam Madej - Gameplay Animator/feature.jpg differ diff --git a/exampleSite/content/users/BoringTech.net/feature.jpg b/exampleSite/content/users/BoringTech.net/feature.jpg index 85515d8e2..ef1a5e3d6 100644 Binary files a/exampleSite/content/users/BoringTech.net/feature.jpg and b/exampleSite/content/users/BoringTech.net/feature.jpg differ diff --git a/exampleSite/content/users/DXPetti.com/feature.jpg b/exampleSite/content/users/DXPetti.com/feature.jpg index 75e889383..9dd94c339 100644 Binary files a/exampleSite/content/users/DXPetti.com/feature.jpg and b/exampleSite/content/users/DXPetti.com/feature.jpg differ diff --git a/exampleSite/content/users/Ignacio Conde/feature.jpg b/exampleSite/content/users/Ignacio Conde/feature.jpg index 1c1fe39e5..3accfeb38 100644 Binary files a/exampleSite/content/users/Ignacio Conde/feature.jpg and b/exampleSite/content/users/Ignacio Conde/feature.jpg differ diff --git a/exampleSite/content/users/Joshua Blais/feature.jpg b/exampleSite/content/users/Joshua Blais/feature.jpg new file mode 100644 index 000000000..08bca2eff Binary files /dev/null and b/exampleSite/content/users/Joshua Blais/feature.jpg differ diff --git a/exampleSite/content/users/muhalvin.github.io/index.it.md b/exampleSite/content/users/Joshua Blais/index.it.md similarity index 59% rename from exampleSite/content/users/muhalvin.github.io/index.it.md rename to exampleSite/content/users/Joshua Blais/index.it.md index 4b0848f82..745734e6c 100644 --- a/exampleSite/content/users/muhalvin.github.io/index.it.md +++ b/exampleSite/content/users/Joshua Blais/index.it.md @@ -1,8 +1,8 @@ --- - title: "muhalvin.github.io" - tags: [Sito personale] - externalUrl: "https://muhalvin.github.io/" - date: 9973-08-08 + title: "Joshua Blais" + tags: [Sito personale, Autore, Giardino digitale] + externalUrl: "https://joshblais.com/" + date: 9917-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/datatodroids.tech/index.ja.md b/exampleSite/content/users/Joshua Blais/index.ja.md similarity index 58% rename from exampleSite/content/users/datatodroids.tech/index.ja.md rename to exampleSite/content/users/Joshua Blais/index.ja.md index 8ae582323..13640b4ee 100644 --- a/exampleSite/content/users/datatodroids.tech/index.ja.md +++ b/exampleSite/content/users/Joshua Blais/index.ja.md @@ -1,8 +1,8 @@ --- - title: "datatodroids.tech" - tags: [個人サイト, ブログ] - externalUrl: "https://datatodroids.tech/" - date: 9933-08-08 + title: "Joshua Blais" + tags: [個人サイト, 著者, デジタルガーデン] + externalUrl: "https://joshblais.com/" + date: 9917-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/datatodroids.tech/index.md b/exampleSite/content/users/Joshua Blais/index.md similarity index 60% rename from exampleSite/content/users/datatodroids.tech/index.md rename to exampleSite/content/users/Joshua Blais/index.md index 4b57cae3e..c4f6c1283 100644 --- a/exampleSite/content/users/datatodroids.tech/index.md +++ b/exampleSite/content/users/Joshua Blais/index.md @@ -1,8 +1,8 @@ --- - title: "datatodroids.tech" - tags: [Personal site,Blog] - externalUrl: "https://datatodroids.tech/" - date: 9933-08-08 + title: "Joshua Blais" + tags: [Personal Site,Author,Digital Garden] + externalUrl: "https://joshblais.com/" + date: 9917-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/datatodroids.tech/index.zh-cn.md b/exampleSite/content/users/Joshua Blais/index.zh-cn.md similarity index 60% rename from exampleSite/content/users/datatodroids.tech/index.zh-cn.md rename to exampleSite/content/users/Joshua Blais/index.zh-cn.md index fa4b38ade..abd19d899 100644 --- a/exampleSite/content/users/datatodroids.tech/index.zh-cn.md +++ b/exampleSite/content/users/Joshua Blais/index.zh-cn.md @@ -1,8 +1,8 @@ --- - title: "datatodroids.tech" - tags: [个人网站, 博客] - externalUrl: "https://datatodroids.tech/" - date: 9933-08-08 + title: "Joshua Blais" + tags: [个人网站, 作者, 数字花园] + externalUrl: "https://joshblais.com/" + date: 9917-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/MEM v ENNBEE/feature.jpg b/exampleSite/content/users/MEM v ENNBEE/feature.jpg new file mode 100644 index 000000000..ddecca7c3 Binary files /dev/null and b/exampleSite/content/users/MEM v ENNBEE/feature.jpg differ diff --git a/exampleSite/content/users/datatodroids.tech/index.it.md b/exampleSite/content/users/MEM v ENNBEE/index.it.md similarity index 59% rename from exampleSite/content/users/datatodroids.tech/index.it.md rename to exampleSite/content/users/MEM v ENNBEE/index.it.md index beb7c0da0..6854d41a4 100644 --- a/exampleSite/content/users/datatodroids.tech/index.it.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.it.md @@ -1,8 +1,8 @@ --- - title: "datatodroids.tech" - tags: [Sito personale, Blog] - externalUrl: "https://datatodroids.tech/" - date: 9933-08-08 + title: "MEM v ENNBEE" + tags: [Blog sulla tecnologia, Sito personale] + externalUrl: "https://memv.ennbee.uk/" + date: 9918-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/muhalvin.github.io/index.ja.md b/exampleSite/content/users/MEM v ENNBEE/index.ja.md similarity index 58% rename from exampleSite/content/users/muhalvin.github.io/index.ja.md rename to exampleSite/content/users/MEM v ENNBEE/index.ja.md index 321e7cf6c..c9cae687e 100644 --- a/exampleSite/content/users/muhalvin.github.io/index.ja.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.ja.md @@ -1,8 +1,8 @@ --- - title: "muhalvin.github.io" - tags: [個人サイト] - externalUrl: "https://muhalvin.github.io/" - date: 9973-08-08 + title: "MEM v ENNBEE" + tags: [テクノロジーブログ, 個人サイト] + externalUrl: "https://memv.ennbee.uk/" + date: 9918-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/muhalvin.github.io/index.md b/exampleSite/content/users/MEM v ENNBEE/index.md similarity index 60% rename from exampleSite/content/users/muhalvin.github.io/index.md rename to exampleSite/content/users/MEM v ENNBEE/index.md index 081292d71..b2c79a2be 100644 --- a/exampleSite/content/users/muhalvin.github.io/index.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.md @@ -1,8 +1,8 @@ --- - title: "muhalvin.github.io" - tags: [Personal site] - externalUrl: "https://muhalvin.github.io/" - date: 9973-08-08 + title: "MEM v ENNBEE" + tags: [Technology Blog,Personal site] + externalUrl: "https://memv.ennbee.uk/" + date: 9918-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/muhalvin.github.io/index.zh-cn.md b/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md similarity index 61% rename from exampleSite/content/users/muhalvin.github.io/index.zh-cn.md rename to exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md index 81918acf0..7c6494a92 100644 --- a/exampleSite/content/users/muhalvin.github.io/index.zh-cn.md +++ b/exampleSite/content/users/MEM v ENNBEE/index.zh-cn.md @@ -1,8 +1,8 @@ --- - title: "muhalvin.github.io" - tags: [个人网站] - externalUrl: "https://muhalvin.github.io/" - date: 9973-08-08 + title: "MEM v ENNBEE" + tags: [技术博客, 个人网站] + externalUrl: "https://memv.ennbee.uk/" + date: 9918-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/Mare_Infinitus/feature.jpg b/exampleSite/content/users/Mare_Infinitus/feature.jpg index 618ff3373..c942e01f4 100644 Binary files a/exampleSite/content/users/Mare_Infinitus/feature.jpg and b/exampleSite/content/users/Mare_Infinitus/feature.jpg differ diff --git a/exampleSite/content/users/Synaptic Sugar/feature.jpg b/exampleSite/content/users/Synaptic Sugar/feature.jpg index f010644d7..720c52c66 100644 Binary files a/exampleSite/content/users/Synaptic Sugar/feature.jpg and b/exampleSite/content/users/Synaptic Sugar/feature.jpg differ diff --git a/exampleSite/content/users/aakashnand.com/feature.jpg b/exampleSite/content/users/aakashnand.com/feature.jpg index 23b166734..ec1b2f423 100644 Binary files a/exampleSite/content/users/aakashnand.com/feature.jpg and b/exampleSite/content/users/aakashnand.com/feature.jpg differ diff --git a/exampleSite/content/users/adilhyz.github.io/feature.jpg b/exampleSite/content/users/adilhyz.github.io/feature.jpg index cea5c15c5..16abbfdb7 100644 Binary files a/exampleSite/content/users/adilhyz.github.io/feature.jpg and b/exampleSite/content/users/adilhyz.github.io/feature.jpg differ diff --git a/exampleSite/content/users/adir1.com/feature.jpg b/exampleSite/content/users/adir1.com/feature.jpg index e1220dc27..26c2ef956 100644 Binary files a/exampleSite/content/users/adir1.com/feature.jpg and b/exampleSite/content/users/adir1.com/feature.jpg differ diff --git a/exampleSite/content/users/alanctanner.com/feature.jpg b/exampleSite/content/users/alanctanner.com/feature.jpg index d2bcaa5f0..4290b0ccd 100644 Binary files a/exampleSite/content/users/alanctanner.com/feature.jpg and b/exampleSite/content/users/alanctanner.com/feature.jpg differ diff --git a/exampleSite/content/users/albertolvera.com/feature.jpg b/exampleSite/content/users/albertolvera.com/feature.jpg index 8e20a7854..7316dc270 100644 Binary files a/exampleSite/content/users/albertolvera.com/feature.jpg and b/exampleSite/content/users/albertolvera.com/feature.jpg differ diff --git a/exampleSite/content/users/alejandro-ao.com/feature.jpg b/exampleSite/content/users/alejandro-ao.com/feature.jpg index efcd9ce29..33f3ce0bb 100644 Binary files a/exampleSite/content/users/alejandro-ao.com/feature.jpg and b/exampleSite/content/users/alejandro-ao.com/feature.jpg differ diff --git a/exampleSite/content/users/alxhslm.github.io/feature.jpg b/exampleSite/content/users/alxhslm.github.io/feature.jpg index 77dcc4e0b..5ce9d9fca 100644 Binary files a/exampleSite/content/users/alxhslm.github.io/feature.jpg and b/exampleSite/content/users/alxhslm.github.io/feature.jpg differ diff --git a/exampleSite/content/users/asterisk.lol/feature.jpg b/exampleSite/content/users/asterisk.lol/feature.jpg index 8fd4072bc..16addd267 100644 Binary files a/exampleSite/content/users/asterisk.lol/feature.jpg and b/exampleSite/content/users/asterisk.lol/feature.jpg differ diff --git a/exampleSite/content/users/bbagwang.com/feature.jpg b/exampleSite/content/users/bbagwang.com/feature.jpg index 640866927..61532f11a 100644 Binary files a/exampleSite/content/users/bbagwang.com/feature.jpg and b/exampleSite/content/users/bbagwang.com/feature.jpg differ diff --git a/exampleSite/content/users/blastomussa.dev/feature.jpg b/exampleSite/content/users/blastomussa.dev/feature.jpg index d272a32ee..7e39af0a4 100644 Binary files a/exampleSite/content/users/blastomussa.dev/feature.jpg and b/exampleSite/content/users/blastomussa.dev/feature.jpg differ diff --git a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg index 8eff5dfb2..971795786 100644 Binary files a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg and b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg differ diff --git a/exampleSite/content/users/blog.muffn.io/feature.jpg b/exampleSite/content/users/blog.muffn.io/feature.jpg index e954a54c3..3e98c0589 100644 Binary files a/exampleSite/content/users/blog.muffn.io/feature.jpg and b/exampleSite/content/users/blog.muffn.io/feature.jpg differ diff --git a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg index d9c9667d4..1a9eb9469 100644 Binary files a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg and b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg differ diff --git a/exampleSite/content/users/brendanwallace.github.io/feature.jpg b/exampleSite/content/users/brendanwallace.github.io/feature.jpg index 2aff46e4d..460af0f8f 100644 Binary files a/exampleSite/content/users/brendanwallace.github.io/feature.jpg and b/exampleSite/content/users/brendanwallace.github.io/feature.jpg differ diff --git a/exampleSite/content/users/cdell.io/feature.jpg b/exampleSite/content/users/cdell.io/feature.jpg index d572b872d..116469c2f 100644 Binary files a/exampleSite/content/users/cdell.io/feature.jpg and b/exampleSite/content/users/cdell.io/feature.jpg differ diff --git a/exampleSite/content/users/ciicadalab.github.io/feature.jpg b/exampleSite/content/users/ciicadalab.github.io/feature.jpg index cc9fc962a..07eb1896f 100644 Binary files a/exampleSite/content/users/ciicadalab.github.io/feature.jpg and b/exampleSite/content/users/ciicadalab.github.io/feature.jpg differ diff --git a/exampleSite/content/users/clemsau.com/feature.jpg b/exampleSite/content/users/clemsau.com/feature.jpg index 333e65544..99017d853 100644 Binary files a/exampleSite/content/users/clemsau.com/feature.jpg and b/exampleSite/content/users/clemsau.com/feature.jpg differ diff --git a/exampleSite/content/users/code-chimp.com/feature.jpg b/exampleSite/content/users/code-chimp.com/feature.jpg index 836684a79..bd85dda2b 100644 Binary files a/exampleSite/content/users/code-chimp.com/feature.jpg and b/exampleSite/content/users/code-chimp.com/feature.jpg differ diff --git a/exampleSite/content/users/cuttontail.blog/feature.jpg b/exampleSite/content/users/cuttontail.blog/feature.jpg index d0a1c590a..d5554bc45 100644 Binary files a/exampleSite/content/users/cuttontail.blog/feature.jpg and b/exampleSite/content/users/cuttontail.blog/feature.jpg differ diff --git a/exampleSite/content/users/datatodroids.tech/feature.jpg b/exampleSite/content/users/datatodroids.tech/feature.jpg deleted file mode 100644 index c46e6978f..000000000 Binary files a/exampleSite/content/users/datatodroids.tech/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/deepumohan.com-tech/feature.jpg b/exampleSite/content/users/deepumohan.com-tech/feature.jpg index 5ea54f355..c88a2a0ba 100644 Binary files a/exampleSite/content/users/deepumohan.com-tech/feature.jpg and b/exampleSite/content/users/deepumohan.com-tech/feature.jpg differ diff --git a/exampleSite/content/users/dizzytech.de/feature.jpg b/exampleSite/content/users/dizzytech.de/feature.jpg index f4599e5fd..e2ec4cb64 100644 Binary files a/exampleSite/content/users/dizzytech.de/feature.jpg and b/exampleSite/content/users/dizzytech.de/feature.jpg differ diff --git a/exampleSite/content/users/eallion.com/feature.jpg b/exampleSite/content/users/eallion.com/feature.jpg index fd40c51c4..5b35aa5ba 100644 Binary files a/exampleSite/content/users/eallion.com/feature.jpg and b/exampleSite/content/users/eallion.com/feature.jpg differ diff --git a/exampleSite/content/users/ekwska.com/feature.jpg b/exampleSite/content/users/ekwska.com/feature.jpg index 1829cfabd..677da4fb7 100644 Binary files a/exampleSite/content/users/ekwska.com/feature.jpg and b/exampleSite/content/users/ekwska.com/feature.jpg differ diff --git a/exampleSite/content/users/fahru.my.id/feature.jpg b/exampleSite/content/users/fahru.my.id/feature.jpg index 6e8dae842..0e6264786 100644 Binary files a/exampleSite/content/users/fahru.my.id/feature.jpg and b/exampleSite/content/users/fahru.my.id/feature.jpg differ diff --git a/exampleSite/content/users/fugugames.com/feature.jpg b/exampleSite/content/users/fugugames.com/feature.jpg index 9ab601f2b..62fad76b6 100644 Binary files a/exampleSite/content/users/fugugames.com/feature.jpg and b/exampleSite/content/users/fugugames.com/feature.jpg differ diff --git a/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg b/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg index a996d5ae9..99d4c5718 100644 Binary files a/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg and b/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg differ diff --git a/exampleSite/content/users/gma.name/feature.jpg b/exampleSite/content/users/gma.name/feature.jpg index c62463af4..ac6875320 100644 Binary files a/exampleSite/content/users/gma.name/feature.jpg and b/exampleSite/content/users/gma.name/feature.jpg differ diff --git a/exampleSite/content/users/halcyonstraits.com/feature.jpg b/exampleSite/content/users/halcyonstraits.com/feature.jpg index a33f1c4da..8071a009c 100644 Binary files a/exampleSite/content/users/halcyonstraits.com/feature.jpg and b/exampleSite/content/users/halcyonstraits.com/feature.jpg differ diff --git a/exampleSite/content/users/hyperbowl3d.com/feature.jpg b/exampleSite/content/users/hyperbowl3d.com/feature.jpg index b5a2071ee..4eb581866 100644 Binary files a/exampleSite/content/users/hyperbowl3d.com/feature.jpg and b/exampleSite/content/users/hyperbowl3d.com/feature.jpg differ diff --git a/exampleSite/content/users/innerknowing/feature.jpg b/exampleSite/content/users/innerknowing/feature.jpg index 0d3db61b1..ea50bf560 100644 Binary files a/exampleSite/content/users/innerknowing/feature.jpg and b/exampleSite/content/users/innerknowing/feature.jpg differ diff --git a/exampleSite/content/users/insidemordecai.com/feature.jpg b/exampleSite/content/users/insidemordecai.com/feature.jpg index 184b4709a..8921f1203 100644 Binary files a/exampleSite/content/users/insidemordecai.com/feature.jpg and b/exampleSite/content/users/insidemordecai.com/feature.jpg differ diff --git a/exampleSite/content/users/jam.dsg.li/feature.jpg b/exampleSite/content/users/jam.dsg.li/feature.jpg index 52236eda0..19f89f7c6 100644 Binary files a/exampleSite/content/users/jam.dsg.li/feature.jpg and b/exampleSite/content/users/jam.dsg.li/feature.jpg differ diff --git a/exampleSite/content/users/jamiemoxon.tech/feature.jpg b/exampleSite/content/users/jamiemoxon.tech/feature.jpg index e90e9ad6d..667cdf26b 100644 Binary files a/exampleSite/content/users/jamiemoxon.tech/feature.jpg and b/exampleSite/content/users/jamiemoxon.tech/feature.jpg differ diff --git a/exampleSite/content/users/joush007.github.io/feature.jpg b/exampleSite/content/users/joush007.github.io/feature.jpg index 4c9bc0a28..5faa2b12a 100644 Binary files a/exampleSite/content/users/joush007.github.io/feature.jpg and b/exampleSite/content/users/joush007.github.io/feature.jpg differ diff --git a/exampleSite/content/users/jundimubarok.com/feature.jpg b/exampleSite/content/users/jundimubarok.com/feature.jpg index 525fe93d7..e276767bc 100644 Binary files a/exampleSite/content/users/jundimubarok.com/feature.jpg and b/exampleSite/content/users/jundimubarok.com/feature.jpg differ diff --git a/exampleSite/content/users/karlukle.site/feature.jpg b/exampleSite/content/users/karlukle.site/feature.jpg index cd1e3a6ee..b56ead088 100644 Binary files a/exampleSite/content/users/karlukle.site/feature.jpg and b/exampleSite/content/users/karlukle.site/feature.jpg differ diff --git a/exampleSite/content/users/kylemalloy.com/feature.jpg b/exampleSite/content/users/kylemalloy.com/feature.jpg index cc855d093..9b734435a 100644 Binary files a/exampleSite/content/users/kylemalloy.com/feature.jpg and b/exampleSite/content/users/kylemalloy.com/feature.jpg differ diff --git a/exampleSite/content/users/lelouvincx.github.io/feature.jpg b/exampleSite/content/users/lelouvincx.github.io/feature.jpg index 43ecd0905..a7687aaef 100644 Binary files a/exampleSite/content/users/lelouvincx.github.io/feature.jpg and b/exampleSite/content/users/lelouvincx.github.io/feature.jpg differ diff --git a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg index 0107ea01c..0f7ae44c9 100644 Binary files a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg and b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg differ diff --git a/exampleSite/content/users/m3upt.com/feature.jpg b/exampleSite/content/users/m3upt.com/feature.jpg index 562574cb9..e4a3d67d7 100644 Binary files a/exampleSite/content/users/m3upt.com/feature.jpg and b/exampleSite/content/users/m3upt.com/feature.jpg differ diff --git a/exampleSite/content/users/madoke.org/feature.jpg b/exampleSite/content/users/madoke.org/feature.jpg index eeb3be557..4291c1110 100644 Binary files a/exampleSite/content/users/madoke.org/feature.jpg and b/exampleSite/content/users/madoke.org/feature.jpg differ diff --git a/exampleSite/content/users/mariuskimmina.com/feature.jpg b/exampleSite/content/users/mariuskimmina.com/feature.jpg index 1da6c59af..07b0e5499 100644 Binary files a/exampleSite/content/users/mariuskimmina.com/feature.jpg and b/exampleSite/content/users/mariuskimmina.com/feature.jpg differ diff --git a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg index 3945c7028..bf6c80bd4 100644 Binary files a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg and b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg differ diff --git a/exampleSite/content/users/mayer.life/feature.jpg b/exampleSite/content/users/mayer.life/feature.jpg index 8fc31727e..d621626da 100644 Binary files a/exampleSite/content/users/mayer.life/feature.jpg and b/exampleSite/content/users/mayer.life/feature.jpg differ diff --git a/exampleSite/content/users/michaeldorner.de/feature.jpg b/exampleSite/content/users/michaeldorner.de/feature.jpg index ef7c01756..628ffe97f 100644 Binary files a/exampleSite/content/users/michaeldorner.de/feature.jpg and b/exampleSite/content/users/michaeldorner.de/feature.jpg differ diff --git a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg index 422bc5802..908fde863 100644 Binary files a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg and b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg differ diff --git a/exampleSite/content/users/muhalvin.github.io/feature.jpg b/exampleSite/content/users/muhalvin.github.io/feature.jpg deleted file mode 100644 index f7e22074c..000000000 Binary files a/exampleSite/content/users/muhalvin.github.io/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/n9o.xyz/feature.jpg b/exampleSite/content/users/n9o.xyz/feature.jpg index 2c8b7f1eb..a4a0dfc70 100644 Binary files a/exampleSite/content/users/n9o.xyz/feature.jpg and b/exampleSite/content/users/n9o.xyz/feature.jpg differ diff --git a/exampleSite/content/users/nick.bouwhuis.net/feature.jpg b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg index 2dc46ff45..eb18663a0 100644 Binary files a/exampleSite/content/users/nick.bouwhuis.net/feature.jpg and b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg differ diff --git a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg index 3fcca13a2..b5b474777 100644 Binary files a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg and b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg differ diff --git a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg index 8944f2cce..8453431b9 100644 Binary files a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg and b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg differ diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg b/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg index 6183d9f1f..cba88275a 100644 Binary files a/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg and b/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg differ diff --git a/exampleSite/content/users/ohdmire.github.io/feature.jpg b/exampleSite/content/users/ohdmire.github.io/feature.jpg index 82ab9223a..6988a8c20 100644 Binary files a/exampleSite/content/users/ohdmire.github.io/feature.jpg and b/exampleSite/content/users/ohdmire.github.io/feature.jpg differ diff --git a/exampleSite/content/users/omarohn.de/feature.jpg b/exampleSite/content/users/omarohn.de/feature.jpg index d38bda40e..1f5dec3d1 100644 Binary files a/exampleSite/content/users/omarohn.de/feature.jpg and b/exampleSite/content/users/omarohn.de/feature.jpg differ diff --git a/exampleSite/content/users/pacochan.net/feature.jpg b/exampleSite/content/users/pacochan.net/feature.jpg index 6bc351060..50a428cac 100644 Binary files a/exampleSite/content/users/pacochan.net/feature.jpg and b/exampleSite/content/users/pacochan.net/feature.jpg differ diff --git a/exampleSite/content/users/pmnxis.github.io/feature.jpg b/exampleSite/content/users/pmnxis.github.io/feature.jpg index c86275a4a..fe54b2fc9 100644 Binary files a/exampleSite/content/users/pmnxis.github.io/feature.jpg and b/exampleSite/content/users/pmnxis.github.io/feature.jpg differ diff --git a/exampleSite/content/users/priyakdey.com/feature.jpg b/exampleSite/content/users/priyakdey.com/feature.jpg index 7d78a639f..7eb65714b 100644 Binary files a/exampleSite/content/users/priyakdey.com/feature.jpg and b/exampleSite/content/users/priyakdey.com/feature.jpg differ diff --git a/exampleSite/content/users/rdgo.dev/feature.jpg b/exampleSite/content/users/rdgo.dev/feature.jpg index d247b1da2..da1a06e2d 100644 Binary files a/exampleSite/content/users/rdgo.dev/feature.jpg and b/exampleSite/content/users/rdgo.dev/feature.jpg differ diff --git a/exampleSite/content/users/rejowski.xyz/feature.jpg b/exampleSite/content/users/rejowski.xyz/feature.jpg index 6e5ef379f..594b3c6bb 100644 Binary files a/exampleSite/content/users/rejowski.xyz/feature.jpg and b/exampleSite/content/users/rejowski.xyz/feature.jpg differ diff --git a/exampleSite/content/users/renaud.warnotte.be/feature.jpg b/exampleSite/content/users/renaud.warnotte.be/feature.jpg index 2c2447784..d5ebfa6e3 100644 Binary files a/exampleSite/content/users/renaud.warnotte.be/feature.jpg and b/exampleSite/content/users/renaud.warnotte.be/feature.jpg differ diff --git a/exampleSite/content/users/ricklan.photography/feature.jpg b/exampleSite/content/users/ricklan.photography/feature.jpg index e8e0186ab..f39c05d77 100644 Binary files a/exampleSite/content/users/ricklan.photography/feature.jpg and b/exampleSite/content/users/ricklan.photography/feature.jpg differ diff --git a/exampleSite/content/users/scottmckendry.tech/feature.jpg b/exampleSite/content/users/scottmckendry.tech/feature.jpg index 6f9416e79..8beecd698 100644 Binary files a/exampleSite/content/users/scottmckendry.tech/feature.jpg and b/exampleSite/content/users/scottmckendry.tech/feature.jpg differ diff --git a/exampleSite/content/users/sdehm.dev/feature.jpg b/exampleSite/content/users/sdehm.dev/feature.jpg index e331cdedb..3ed522da7 100644 Binary files a/exampleSite/content/users/sdehm.dev/feature.jpg and b/exampleSite/content/users/sdehm.dev/feature.jpg differ diff --git a/exampleSite/content/users/talkdimsum.com/feature.jpg b/exampleSite/content/users/talkdimsum.com/feature.jpg index 5548b2347..8c7cd9c84 100644 Binary files a/exampleSite/content/users/talkdimsum.com/feature.jpg and b/exampleSite/content/users/talkdimsum.com/feature.jpg differ diff --git a/exampleSite/content/users/technicaldc.github.io/feature.jpg b/exampleSite/content/users/technicaldc.github.io/feature.jpg index 67b210655..77054fe4e 100644 Binary files a/exampleSite/content/users/technicaldc.github.io/feature.jpg and b/exampleSite/content/users/technicaldc.github.io/feature.jpg differ diff --git a/exampleSite/content/users/technicat.com/feature.jpg b/exampleSite/content/users/technicat.com/feature.jpg index eaed33869..8177cef72 100644 Binary files a/exampleSite/content/users/technicat.com/feature.jpg and b/exampleSite/content/users/technicat.com/feature.jpg differ diff --git a/exampleSite/content/users/the-maze.net/feature.jpg b/exampleSite/content/users/the-maze.net/feature.jpg index 8c533a726..b33b20f67 100644 Binary files a/exampleSite/content/users/the-maze.net/feature.jpg and b/exampleSite/content/users/the-maze.net/feature.jpg differ diff --git a/exampleSite/content/users/theindiecoder.cloud/feature.jpg b/exampleSite/content/users/theindiecoder.cloud/feature.jpg index 3f4edc8f8..bd3b7b0b9 100644 Binary files a/exampleSite/content/users/theindiecoder.cloud/feature.jpg and b/exampleSite/content/users/theindiecoder.cloud/feature.jpg differ diff --git a/exampleSite/content/users/todreamr.github.io/feature.jpg b/exampleSite/content/users/todreamr.github.io/feature.jpg index 21e44593c..0d5753bad 100644 Binary files a/exampleSite/content/users/todreamr.github.io/feature.jpg and b/exampleSite/content/users/todreamr.github.io/feature.jpg differ diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 7a420d6b1..741c6a822 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -208,14 +208,6 @@ "Business site" ] }, - { - "title": "muhalvin.github.io", - "url": "https://muhalvin.github.io/", - "source": "n/a", - "tags": [ - "Personal site" - ] - }, { "title": "mariuskimmina.com", "url": "https://mariuskimmina.com/", @@ -531,15 +523,6 @@ "Blog" ] }, - { - "title": "datatodroids.tech", - "url": "https://datatodroids.tech/", - "source": "n/a", - "tags": [ - "Personal site", - "Blog" - ] - }, { "title": "DXPetti.com", "url": "https://www.dxpetti.com/", @@ -664,5 +647,24 @@ "Software Developer", "Videogame Developer" ] + }, + { + "title": "MEM v ENNBEE", + "url": "https://memv.ennbee.uk/", + "source": "https://github.com/ennnbeee/ennnbeee.github.io", + "tags": [ + "Technology Blog", + "Personal site" + ] + }, + { + "title": "Joshua Blais", + "url": "https://joshblais.com/", + "source": "n/a", + "tags": [ + "Personal Site", + "Author", + "Digital Garden" + ] } -] +] \ No newline at end of file diff --git a/exampleSite/content/users/v-y-s.com/feature.jpg b/exampleSite/content/users/v-y-s.com/feature.jpg index b85f3808a..ebc83fe1f 100644 Binary files a/exampleSite/content/users/v-y-s.com/feature.jpg and b/exampleSite/content/users/v-y-s.com/feature.jpg differ diff --git a/exampleSite/content/users/vividscc.com/feature.jpg b/exampleSite/content/users/vividscc.com/feature.jpg index 4ef0c93e9..c43594d54 100644 Binary files a/exampleSite/content/users/vividscc.com/feature.jpg and b/exampleSite/content/users/vividscc.com/feature.jpg differ diff --git a/exampleSite/content/users/vkmki001.github.io/feature.jpg b/exampleSite/content/users/vkmki001.github.io/feature.jpg index c1bdd2d11..4ef3e88c6 100644 Binary files a/exampleSite/content/users/vkmki001.github.io/feature.jpg and b/exampleSite/content/users/vkmki001.github.io/feature.jpg differ diff --git a/exampleSite/content/users/weaxsey.org/feature.jpg b/exampleSite/content/users/weaxsey.org/feature.jpg index 5a84902f7..4ab35b62e 100644 Binary files a/exampleSite/content/users/weaxsey.org/feature.jpg and b/exampleSite/content/users/weaxsey.org/feature.jpg differ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3aaa9f418..7a1ff83ac 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{- partial "head.html" . -}} + class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32 scrollbar-thin scrollbar-track-neutral-200 scrollbar-thumb-neutral-400 dark:scrollbar-track-neutral-800 dark:scrollbar-thumb-neutral-600">
{{ .
{{ .Content }}
- + @@ -61,80 +61,73 @@

{{ . {{ $cardView := .Params.cardView | default (.Site.Params.list.cardView | default false) }} {{ $cardViewScreenWidth := .Params.cardViewScreenWidth | default (.Site.Params.list.cardViewScreenWidth | default false) }} {{ $groupByYear := .Params.groupByYear | default ($.Site.Params.list.groupByYear | default false) }} + {{ $orderByWeight := .Params.orderByWeight | default ($.Site.Params.list.orderByWeight | default false) }} + {{ $groupByYear := and (not $orderByWeight) $groupByYear }} {{ if not $cardView }}
- {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} - {{ if $groupByYear }} -

- {{ .Key }} -

- {{ end }} - {{ range .Pages }} - {{ partial "article-link/simple.html" . }} - {{ end }} + {{ if not $orderByWeight }} + {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} + {{ if $groupByYear }} +

+ {{ .Key }} +

+ {{ end }} + {{ range .Pages }} + {{ partial "article-link/simple.html" . }} + {{ end }} + {{ end }} + {{ else }} + {{ range (.Paginate (.Pages.ByWeight)).Pages }} + {{ partial "article-link/simple.html" . }} + {{ end }} {{ end }}
- {{ else if and $cardView (not $cardViewScreenWidth) }} + {{ else }} {{ if $groupByYear }} {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} -

- {{ .Key }} -

-
+ {{ if $cardViewScreenWidth }} +
+ {{ end }} +

+ {{ .Key }} +

+
{{ range .Pages }} {{ partial "article-link/card.html" . }} {{ end }}
+ {{ if $cardViewScreenWidth }}
{{ end }} {{ end }} - {{ else }} + {{ else }} + {{ if $cardViewScreenWidth }} +
+
+ {{ else }}
+ {{ end }} + {{ if not $orderByWeight }} {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} {{ range .Pages }} {{ partial "article-link/card.html" . }} {{ end }} {{ end }} + {{ else }} + {{ range (.Paginate (.Pages.ByWeight)).Pages }} + {{ partial "article-link/card.html" . }} + {{ end }} + {{ end }}
+ {{ if $cardViewScreenWidth }}
{{ end }} {{ end }} - {{ else if and $cardView $cardViewScreenWidth }} - - {{ if $groupByYear }} - - {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} -
-

- {{ .Key }} -

-
- {{ range .Pages }} - {{ partial "article-link/card.html" . }} - {{ end }} -
-
- {{ end }} - - {{ else }} - -
-
- {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} - {{ range .Pages }} - {{ partial "article-link/card.html" . }} - {{ end }} - {{ end }} -
-
- - {{ end }} - {{end}} {{ else }} diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index b31701103..5f3ffa1f6 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -1,10 +1,11 @@ -
-{{ if .Site.Params.smartTOC }} {{ end }} + + diff --git a/layouts/shortcodes/codeimporter.html b/layouts/shortcodes/codeimporter.html index 801697bc0..493f44484 100644 --- a/layouts/shortcodes/codeimporter.html +++ b/layouts/shortcodes/codeimporter.html @@ -1,6 +1,6 @@ {{ $url := .Get "url" }} {{ $type := .Get "type" }} -{{ with resources.GetRemote (printf $url) }} +{{ with resources.GetRemote (urls.Parse $url) }} {{ $codeBlock := printf "```%s\n%s\n```" $type .Content }} {{ $codeBlock | markdownify }} {{ else }} diff --git a/layouts/shortcodes/mdimporter.html b/layouts/shortcodes/mdimporter.html index 28b24fe21..18b87bd6a 100644 --- a/layouts/shortcodes/mdimporter.html +++ b/layouts/shortcodes/mdimporter.html @@ -1,6 +1,6 @@ {{ $url := .Get "url"}} -{{ with resources.GetRemote (printf $url) }} +{{ with resources.GetRemote (urls.Parse $url) }} {{ .Content | markdownify }} {{ else }} {{ errorf "Mardown Importer Shortcode - Unable to get remote resource" . }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/package-lock.json b/package-lock.json index bf194df91..63566c63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "hugo-blowfish-theme", - "version": "2.70.0", + "version": "2.71.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.70.0", + "version": "2.71.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@headlessui/react": "^2.0.4", - "@heroicons/react": "^2.1.3", + "@heroicons/react": "^2.1.4", "@iamtraction/google-translate": "^2.0.1", "@tailwindcss/forms": "^0.5.7", "commander": "^12.1.0" @@ -25,12 +25,13 @@ "lite-youtube-embed": "^0.3.2", "mermaid": "^10.9.1", "packery": "^2.1.2", - "prettier": "^3.2.5", + "prettier": "^3.3.2", "prettier-plugin-go-template": "^0.0.15", - "prettier-plugin-tailwindcss": "^0.5.14", - "puppeteer": "^22.10.0", + "prettier-plugin-tailwindcss": "^0.6.5", + "puppeteer": "^22.11.2", "rimraf": "^5.0.7", - "tailwindcss": "^3.4.3", + "tailwind-scrollbar": "^3.1.0", + "tailwindcss": "^3.4.4", "tw-elements": "2.0.0", "typeit": "^8.8.3", "vendor-copy": "^3.0.1" @@ -164,9 +165,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz", - "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.4.tgz", + "integrity": "sha512-ju0wj0wwrUTMQ2Yceyrma7TKuI3BpSjp+qKqV81K9KGcUHdvTMdiwfRc2cwXBp3uXtKuDZkh0v03nWOQnJFv2Q==", "peerDependencies": { "react": ">= 16" } @@ -505,9 +506,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.6.tgz", + "integrity": "sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==", "dev": true, "optional": true, "dependencies": { @@ -624,28 +625,28 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/bare-events": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz", - "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz", + "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==", "dev": true, "optional": true }, "node_modules/bare-fs": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.0.tgz", - "integrity": "sha512-TNFqa1B4N99pds2a5NYHR15o0ZpdNKbAeKTE/+G6ED/UeOavv8RY3dr/Fu99HW3zU3pXpo2kDNO8Sjsm2esfOw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.1.tgz", + "integrity": "sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==", "dev": true, "optional": true, "dependencies": { "bare-events": "^2.0.0", "bare-path": "^2.0.0", - "bare-stream": "^1.0.0" + "bare-stream": "^2.0.0" } }, "node_modules/bare-os": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.3.0.tgz", - "integrity": "sha512-oPb8oMM1xZbhRQBngTgpcQ5gXw6kjOaRsSWsIeNyRxGed2w/ARyP7ScBYpWR1qfX2E5rS3gBw6OWcSQo+s+kUg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.0.tgz", + "integrity": "sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==", "dev": true, "optional": true }, @@ -660,13 +661,13 @@ } }, "node_modules/bare-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-1.0.0.tgz", - "integrity": "sha512-KhNUoDL40iP4gFaLSsoGE479t0jHijfYdIcxRn/XtezA2BaUD0NRf/JGRpsMq6dMNM+SrCrB0YSSo/5wBY4rOQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.1.3.tgz", + "integrity": "sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==", "dev": true, "optional": true, "dependencies": { - "streamx": "^2.16.1" + "streamx": "^2.18.0" } }, "node_modules/base64-js": { @@ -877,14 +878,14 @@ } }, "node_modules/chromium-bidi": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.19.tgz", - "integrity": "sha512-UA6zL77b7RYCjJkZBsZ0wlvCTD+jTjllZ8f6wdO4buevXgTZYjV+XLB9CiEa2OuuTGGTLnI7eN9I60YxuALGQg==", + "version": "0.5.23", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.23.tgz", + "integrity": "sha512-1o/gLU9wDqbN5nL2MtfjykjOuighGXc3/hnWueO1haiEoFgX8h5vbvcA4tgdQfjw1mkZ1OEF4x/+HVeqEX6NoA==", "dev": true, "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", - "zod": "3.22.4" + "zod": "3.23.8" }, "peerDependencies": { "devtools-protocol": "*" @@ -1645,9 +1646,9 @@ "dev": true }, "node_modules/devtools-protocol": { - "version": "0.0.1286932", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1286932.tgz", - "integrity": "sha512-wu58HMQll9voDjR4NlPyoDEw1syfzaBNHymMMZ/QOXiHRNluOnDgu9hp1yHOKYoMlxCh4lSSiugLITe6Fvu1eA==", + "version": "0.0.1299070", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1299070.tgz", + "integrity": "sha512-+qtL3eX50qsJ7c+qVyagqi7AWMoQCBGNfoyJZMwm/NSXVqLYbuitrWEEIzxfUmTNy7//Xe8yhMmQ+elj3uAqSg==", "dev": true }, "node_modules/didyoumean": { @@ -3312,9 +3313,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -3342,9 +3343,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz", + "integrity": "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==", "dev": true, "engines": { "node": ">=14.21.3" @@ -3469,16 +3470,16 @@ } }, "node_modules/puppeteer": { - "version": "22.10.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.10.0.tgz", - "integrity": "sha512-ZOkZd6a6t0BdKcWb0wAYHWQqCfdlN1PPnXOmg/XNrbo6gJhYWFX4qCNb6ahSn8TpAqBqLCoD4Q010F7GwOM7mA==", + "version": "22.11.2", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.11.2.tgz", + "integrity": "sha512-8fjdQSgW0sq7471ftca24J7sXK+jXZ7OW7Gx+NEBFNyXrcTiBfukEI46gNq6hiMhbLEDT30NeylK/1ZoPdlKSA==", "dev": true, "hasInstallScript": true, "dependencies": { "@puppeteer/browsers": "2.2.3", "cosmiconfig": "9.0.0", - "devtools-protocol": "0.0.1286932", - "puppeteer-core": "22.10.0" + "devtools-protocol": "0.0.1299070", + "puppeteer-core": "22.11.2" }, "bin": { "puppeteer": "lib/esm/puppeteer/node/cli.js" @@ -3488,21 +3489,38 @@ } }, "node_modules/puppeteer-core": { - "version": "22.10.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.10.0.tgz", - "integrity": "sha512-I54J4Vy4I07UHsgB1QSmuFoF7KNQjJWcvFBPhtY+ezMdBfwgGDr8dzYrJa11aPgP9kxIUHjhktcMmmfJkOAtTw==", + "version": "22.11.2", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.11.2.tgz", + "integrity": "sha512-vQo+YDuePyvj+92Z9cdtxi/HalKf+k/R4tE80nGtQqJRNqU81eHaHkbVfnLszdaLlvwFF5tipnnSCzqWlEddtw==", "dev": true, "dependencies": { "@puppeteer/browsers": "2.2.3", - "chromium-bidi": "0.5.19", - "debug": "4.3.4", - "devtools-protocol": "0.0.1286932", - "ws": "8.17.0" + "chromium-bidi": "0.5.23", + "debug": "4.3.5", + "devtools-protocol": "0.0.1299070", + "ws": "8.17.1" }, "engines": { "node": ">=18" } }, + "node_modules/puppeteer-core/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -3817,13 +3835,14 @@ "dev": true }, "node_modules/streamx": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz", - "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.18.0.tgz", + "integrity": "sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==", "dev": true, "dependencies": { - "fast-fifo": "^1.1.0", - "queue-tick": "^1.0.1" + "fast-fifo": "^1.3.2", + "queue-tick": "^1.0.1", + "text-decoder": "^1.1.0" }, "optionalDependencies": { "bare-events": "^2.2.0" @@ -4027,10 +4046,22 @@ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, + "node_modules/tailwind-scrollbar": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-3.1.0.tgz", + "integrity": "sha512-pmrtDIZeHyu2idTejfV59SbaJyvp1VRjYxAjZBH0jnyrPRo6HL1kD5Glz8VPagasqr6oAx6M05+Tuw429Z8jxg==", + "dev": true, + "engines": { + "node": ">=12.13.0" + }, + "peerDependencies": { + "tailwindcss": "3.x" + } + }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -4170,6 +4201,15 @@ "streamx": "^2.15.0" } }, + "node_modules/text-decoder": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.0.tgz", + "integrity": "sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==", + "dev": true, + "dependencies": { + "b4a": "^1.6.4" + } + }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", @@ -4475,9 +4515,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" @@ -4589,9 +4629,9 @@ } }, "node_modules/zod": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", "dev": true, "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index b318803b0..c08fd7027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.70.0", + "version": "2.71.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy", @@ -42,12 +42,13 @@ "lite-youtube-embed": "^0.3.2", "mermaid": "^10.9.1", "packery": "^2.1.2", - "prettier": "^3.2.5", + "prettier": "^3.3.2", "prettier-plugin-go-template": "^0.0.15", - "prettier-plugin-tailwindcss": "^0.5.14", - "puppeteer": "^22.10.0", + "prettier-plugin-tailwindcss": "^0.6.5", + "puppeteer": "^22.11.2", "rimraf": "^5.0.7", - "tailwindcss": "^3.4.3", + "tailwind-scrollbar": "^3.1.0", + "tailwindcss": "^3.4.4", "tw-elements": "2.0.0", "typeit": "^8.8.3", "vendor-copy": "^3.0.1" @@ -109,7 +110,7 @@ ], "dependencies": { "@headlessui/react": "^2.0.4", - "@heroicons/react": "^2.1.3", + "@heroicons/react": "^2.1.4", "@iamtraction/google-translate": "^2.0.1", "@tailwindcss/forms": "^0.5.7", "commander": "^12.1.0" diff --git a/release-versions/hugo-latest.txt b/release-versions/hugo-latest.txt index 928f13de9..df74356c4 100644 --- a/release-versions/hugo-latest.txt +++ b/release-versions/hugo-latest.txt @@ -1 +1 @@ -v0.126.3 +v0.127.0 diff --git a/tailwind.config.js b/tailwind.config.js index 114f1e7d7..bd811f7e1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -176,6 +176,7 @@ module.exports = { }, plugins: [ require("@tailwindcss/typography"), - require('@tailwindcss/forms') + require('@tailwindcss/forms'), + require('tailwind-scrollbar')({ preferredStrategy: 'pseudoelements' }) ], };