mirror of https://github.com/jpanther/congo.git
Compare commits
16 Commits
87df178577
...
28d8ab7683
Author | SHA1 | Date |
---|---|---|
Azkellas | 28d8ab7683 | |
James Panther | c8f648d5c2 | |
dependabot[bot] | 28ba29ed4a | |
James Panther | 99ec58e91e | |
James Panther | e876aa07c7 | |
James Panther | 332324f264 | |
Josh VanDeraa | d94a3d9707 | |
James Panther | 68ce84075e | |
James Panther | 6415614513 | |
Wolf Noble | 4c600e8065 | |
James Panther | 4c8e536b64 | |
James Panther | d25902cd0a | |
dependabot[bot] | a61991c92c | |
dependabot[bot] | e222cd3d2a | |
Wolf Noble | 68ac9dd321 | |
Etienne | 98892944c4 |
|
@ -1,7 +1,7 @@
|
||||||
i18n:
|
i18n:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: i18n/*
|
- any-glob-to-any-file: i18n/*
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: '**/*.md'
|
- any-glob-to-any-file: "**/*.md"
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
/assets/css/compiled/
|
||||||
|
/assets/lib/
|
||||||
|
|
||||||
|
/layouts/_default/_markup/*.html
|
||||||
|
/layouts/shortcodes/figure.html
|
||||||
|
/layouts/shortcodes/screenshot.html
|
||||||
|
|
||||||
|
/exampleSite/content/docs/version-2/lighthouse.html
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"plugins": ["prettier-plugin-go-template"],
|
"plugins": ["prettier-plugin-go-template", "prettier-plugin-tailwindcss"],
|
||||||
"goTemplateBracketSpacing": true,
|
"goTemplateBracketSpacing": true,
|
||||||
"htmlWhitespaceSensitivity": "css",
|
"htmlWhitespaceSensitivity": "css",
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": ["*.html"],
|
"files": ["*.html", "layouts/_default/*.json"],
|
||||||
"options": {
|
"options": {
|
||||||
"parser": "go-template"
|
"parser": "go-template"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
- Ability to share articles to Telegram and Line ([#719](https://github.com/jpanther/congo/pull/719))
|
- Ability to share articles to Telegram and Line ([#719](https://github.com/jpanther/congo/pull/719))
|
||||||
- New icons for `line`, `google-scholar`, `mendeley` and `weibo` ([#719](https://github.com/jpanther/congo/pull/719), [#755](https://github.com/jpanther/congo/pull/755), [#756](https://github.com/jpanther/congo/pull/756))
|
- New icons for `line`, `google-scholar`, `mendeley` and `weibo` ([#719](https://github.com/jpanther/congo/pull/719), [#755](https://github.com/jpanther/congo/pull/755), [#756](https://github.com/jpanther/congo/pull/756))
|
||||||
- Weibo sharing links ([#756](https://github.com/jpanther/congo/pull/756))
|
- Weibo sharing links ([#756](https://github.com/jpanther/congo/pull/756))
|
||||||
|
- Support for Tailwind '950' colour variants ([#751](https://github.com/jpanther/congo/pull/751))
|
||||||
- Table of contents will now scroll if taller than the browser height ([#733](https://github.com/jpanther/congo/pull/733))
|
- Table of contents will now scroll if taller than the browser height ([#733](https://github.com/jpanther/congo/pull/733))
|
||||||
- Korean translation ([#731](https://github.com/jpanther/congo/pull/731))
|
- Korean translation ([#731](https://github.com/jpanther/congo/pull/731))
|
||||||
|
|
||||||
|
@ -23,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
- ⚠️ Author params block in language configuration has been moved to `params.author` ([#704](https://github.com/jpanther/congo/pull/704))
|
- ⚠️ Author params block in language configuration has been moved to `params.author` ([#704](https://github.com/jpanther/congo/pull/704))
|
||||||
- Refactored image logic into a new `picture.html` partial ([#693](https://github.com/jpanther/congo/pull/693))
|
- Refactored image logic into a new `picture.html` partial ([#693](https://github.com/jpanther/congo/pull/693))
|
||||||
- Upgrade to ChartJS v4.4.1 ([#736](https://github.com/jpanther/congo/pull/736))
|
- Upgrade to ChartJS v4.4.1 ([#736](https://github.com/jpanther/congo/pull/736))
|
||||||
- Upgrade to Tailwind v3.3.7 ([#737](https://github.com/jpanther/congo/pull/737), [#752](https://github.com/jpanther/congo/pull/752))
|
- Upgrade to Tailwind v3.4.0 ([#737](https://github.com/jpanther/congo/pull/737), [#752](https://github.com/jpanther/congo/pull/752), [#759](https://github.com/jpanther/congo/pull/759))
|
||||||
- Updated Japanese translation ([#750](https://github.com/jpanther/congo/pull/750))
|
- Updated Japanese translation ([#750](https://github.com/jpanther/congo/pull/750))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -104,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
- Spanish translation of example site samples ([#606](https://github.com/jpanther/congo/pull/606))
|
- Spanish translation of example site samples ([#606](https://github.com/jpanther/congo/pull/606))
|
||||||
- Japanese translation of docs and example site ([#618](https://github.com/jpanther/congo/pull/618))
|
- Japanese translation of docs and example site ([#618](https://github.com/jpanther/congo/pull/618))
|
||||||
- German translation of example site ([#631](https://github.com/jpanther/congo/pull/631))
|
- German translation of example site ([#631](https://github.com/jpanther/congo/pull/631))
|
||||||
|
- Properly render KaTeX formulas by adding `block` or `inline` parameter to `katex` shortcode [#634](https://github.com/jpanther/congo/pull/634)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*! Congo v2.7.6 | MIT License | https://github.com/jpanther/congo */
|
/*! Congo v2.7.6 | MIT License | https://github.com/jpanther/congo */
|
||||||
|
|
||||||
/*! tailwindcss v3.3.7 | MIT License | https://tailwindcss.com */
|
/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
||||||
|
@ -32,9 +32,11 @@
|
||||||
4. Use the user's configured `sans` font-family by default.
|
4. Use the user's configured `sans` font-family by default.
|
||||||
5. Use the user's configured `sans` font-feature-settings by default.
|
5. Use the user's configured `sans` font-feature-settings by default.
|
||||||
6. Use the user's configured `sans` font-variation-settings by default.
|
6. Use the user's configured `sans` font-variation-settings by default.
|
||||||
|
7. Disable tap highlights on iOS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
html,
|
||||||
|
:host {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
|
@ -44,12 +46,14 @@ html {
|
||||||
-o-tab-size: 4;
|
-o-tab-size: 4;
|
||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
/* 3 */
|
/* 3 */
|
||||||
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
/* 4 */
|
/* 4 */
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
/* 5 */
|
/* 5 */
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
/* 6 */
|
/* 6 */
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
/* 7 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1100,31 +1104,31 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
/* RTL support */
|
/* RTL support */
|
||||||
|
|
||||||
:is([dir="rtl"] .prose blockquote) {
|
:is(:where([dir="rtl"]) .prose blockquote) {
|
||||||
border-left-width: 0px;
|
border-left-width: 0px;
|
||||||
border-right-width: 4px;
|
border-right-width: 4px;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="rtl"] .prose ul > li),:is([dir="rtl"]
|
:is(:where([dir="rtl"]) .prose ul > li),:is(:where([dir="rtl"])
|
||||||
.prose ol > li) {
|
.prose ol > li) {
|
||||||
margin-right: 1.75rem;
|
margin-right: 1.75rem;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="rtl"] .prose ol > li):before,:is([dir="rtl"]
|
:is(:where([dir="rtl"]) .prose ol > li):before,:is(:where([dir="rtl"])
|
||||||
.prose ul > li):before {
|
.prose ul > li):before {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0.25rem;
|
right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="rtl"] .prose thead td:first-child),:is([dir="rtl"]
|
:is(:where([dir="rtl"]) .prose thead td:first-child),:is(:where([dir="rtl"])
|
||||||
.prose thead th:first-child) {
|
.prose thead th:first-child) {
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="rtl"] .prose thead td:last-child),:is([dir="rtl"]
|
:is(:where([dir="rtl"]) .prose thead td:last-child),:is(:where([dir="rtl"])
|
||||||
.prose thead th:last-child) {
|
.prose thead th:last-child) {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
@ -1161,12 +1165,12 @@ body:has(#menu-controller:checked) {
|
||||||
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .toc a) {
|
:is(:where(.dark) .toc a) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="rtl"] .toc ul > li) {
|
:is(:where([dir="rtl"]) .toc ul > li) {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1188,8 +1192,8 @@ body:has(#menu-controller:checked) {
|
||||||
.copy-button {
|
.copy-button {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1208,7 +1212,7 @@ body:has(#menu-controller:checked) {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .copy-button) {
|
:is(:where(.dark) .copy-button) {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
@ -1223,9 +1227,9 @@ body:has(#menu-controller:checked) {
|
||||||
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .copy-button:hover),:is(.dark
|
:is(:where(.dark) .copy-button:hover),:is(:where(.dark)
|
||||||
.copy-button:focus),:is(.dark
|
.copy-button:focus),:is(:where(.dark)
|
||||||
.copy-button:active),:is(.dark
|
.copy-button:active),:is(:where(.dark)
|
||||||
.copy-button:active:hover) {
|
.copy-button:active:hover) {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity));
|
||||||
|
@ -1273,7 +1277,7 @@ code {
|
||||||
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma) {
|
:is(:where(.dark) .chroma) {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
@ -1309,7 +1313,7 @@ code {
|
||||||
color: rgba(var(--color-neutral-600), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-600), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .lnt),:is(.dark
|
:is(:where(.dark) .chroma .lnt),:is(:where(.dark)
|
||||||
.chroma .ln) {
|
.chroma .ln) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
||||||
|
@ -1333,7 +1337,7 @@ code {
|
||||||
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .hl) {
|
:is(:where(.dark) .chroma .hl) {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1372,15 +1376,15 @@ code {
|
||||||
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .k),:is(.dark
|
:is(:where(.dark) .chroma .k),:is(:where(.dark)
|
||||||
.chroma .kd),:is(.dark
|
.chroma .kd),:is(:where(.dark)
|
||||||
.chroma .kn),:is(.dark
|
.chroma .kn),:is(:where(.dark)
|
||||||
.chroma .kp),:is(.dark
|
.chroma .kp),:is(:where(.dark)
|
||||||
.chroma .kr),:is(.dark
|
.chroma .kr),:is(:where(.dark)
|
||||||
.chroma .nc),:is(.dark
|
.chroma .nc),:is(:where(.dark)
|
||||||
.chroma .fm),:is(.dark
|
.chroma .fm),:is(:where(.dark)
|
||||||
.chroma .nn),:is(.dark
|
.chroma .nn),:is(:where(.dark)
|
||||||
.chroma .vc),:is(.dark
|
.chroma .vc),:is(:where(.dark)
|
||||||
.chroma .o) {
|
.chroma .o) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
|
||||||
|
@ -1394,7 +1398,7 @@ code {
|
||||||
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .kc) {
|
:is(:where(.dark) .chroma .kc) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1436,16 +1440,16 @@ code {
|
||||||
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .kt),:is(.dark
|
:is(:where(.dark) .chroma .kt),:is(:where(.dark)
|
||||||
.chroma .nv),:is(.dark
|
.chroma .nv),:is(:where(.dark)
|
||||||
.chroma .vi),:is(.dark
|
.chroma .vi),:is(:where(.dark)
|
||||||
.chroma .vm),:is(.dark
|
.chroma .vm),:is(:where(.dark)
|
||||||
.chroma .m),:is(.dark
|
.chroma .m),:is(:where(.dark)
|
||||||
.chroma .mb),:is(.dark
|
.chroma .mb),:is(:where(.dark)
|
||||||
.chroma .mf),:is(.dark
|
.chroma .mf),:is(:where(.dark)
|
||||||
.chroma .mh),:is(.dark
|
.chroma .mh),:is(:where(.dark)
|
||||||
.chroma .mi),:is(.dark
|
.chroma .mi),:is(:where(.dark)
|
||||||
.chroma .il),:is(.dark
|
.chroma .il),:is(:where(.dark)
|
||||||
.chroma .mo) {
|
.chroma .mo) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
||||||
|
@ -1467,9 +1471,9 @@ code {
|
||||||
color: rgba(var(--color-secondary-900), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-900), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .n),:is(.dark
|
:is(:where(.dark) .chroma .n),:is(:where(.dark)
|
||||||
.chroma .nd),:is(.dark
|
.chroma .nd),:is(:where(.dark)
|
||||||
.chroma .ni),:is(.dark
|
.chroma .ni),:is(:where(.dark)
|
||||||
.chroma .nl) {
|
.chroma .nl) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
|
||||||
|
@ -1497,11 +1501,11 @@ code {
|
||||||
color: rgba(var(--color-secondary-800), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-800), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .na),:is(.dark
|
:is(:where(.dark) .chroma .na),:is(:where(.dark)
|
||||||
.chroma .nb),:is(.dark
|
.chroma .nb),:is(:where(.dark)
|
||||||
.chroma .bp),:is(.dark
|
.chroma .bp),:is(:where(.dark)
|
||||||
.chroma .nx),:is(.dark
|
.chroma .nx),:is(:where(.dark)
|
||||||
.chroma .py),:is(.dark
|
.chroma .py),:is(:where(.dark)
|
||||||
.chroma .nt) {
|
.chroma .nt) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
|
||||||
|
@ -1521,8 +1525,8 @@ code {
|
||||||
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .no),:is(.dark
|
:is(:where(.dark) .chroma .no),:is(:where(.dark)
|
||||||
.chroma .ne),:is(.dark
|
.chroma .ne),:is(:where(.dark)
|
||||||
.chroma .vg) {
|
.chroma .vg) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
||||||
|
@ -1535,7 +1539,7 @@ code {
|
||||||
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-600), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .nf) {
|
:is(:where(.dark) .chroma .nf) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1592,21 +1596,21 @@ code {
|
||||||
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .l),:is(.dark
|
:is(:where(.dark) .chroma .l),:is(:where(.dark)
|
||||||
.chroma .ld),:is(.dark
|
.chroma .ld),:is(:where(.dark)
|
||||||
.chroma .s),:is(.dark
|
.chroma .s),:is(:where(.dark)
|
||||||
.chroma .sa),:is(.dark
|
.chroma .sa),:is(:where(.dark)
|
||||||
.chroma .sb),:is(.dark
|
.chroma .sb),:is(:where(.dark)
|
||||||
.chroma .sc),:is(.dark
|
.chroma .sc),:is(:where(.dark)
|
||||||
.chroma .dl),:is(.dark
|
.chroma .dl),:is(:where(.dark)
|
||||||
.chroma .sd),:is(.dark
|
.chroma .sd),:is(:where(.dark)
|
||||||
.chroma .s2),:is(.dark
|
.chroma .s2),:is(:where(.dark)
|
||||||
.chroma .sh),:is(.dark
|
.chroma .sh),:is(:where(.dark)
|
||||||
.chroma .si),:is(.dark
|
.chroma .si),:is(:where(.dark)
|
||||||
.chroma .sx),:is(.dark
|
.chroma .sx),:is(:where(.dark)
|
||||||
.chroma .s1),:is(.dark
|
.chroma .s1),:is(:where(.dark)
|
||||||
.chroma .gi),:is(.dark
|
.chroma .gi),:is(:where(.dark)
|
||||||
.chroma .go),:is(.dark
|
.chroma .go),:is(:where(.dark)
|
||||||
.chroma .gp) {
|
.chroma .gp) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
@ -1620,7 +1624,7 @@ code {
|
||||||
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .se) {
|
:is(:where(.dark) .chroma .se) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1636,7 +1640,7 @@ code {
|
||||||
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .sr),:is(.dark
|
:is(:where(.dark) .chroma .sr),:is(:where(.dark)
|
||||||
.chroma .ss) {
|
.chroma .ss) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
@ -1650,7 +1654,7 @@ code {
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .ow) {
|
:is(:where(.dark) .chroma .ow) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1678,11 +1682,11 @@ code {
|
||||||
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .c),:is(.dark
|
:is(:where(.dark) .chroma .c),:is(:where(.dark)
|
||||||
.chroma .cm),:is(.dark
|
.chroma .cm),:is(:where(.dark)
|
||||||
.chroma .c1),:is(.dark
|
.chroma .c1),:is(:where(.dark)
|
||||||
.chroma .cs),:is(.dark
|
.chroma .cs),:is(:where(.dark)
|
||||||
.chroma .cp),:is(.dark
|
.chroma .cp),:is(:where(.dark)
|
||||||
.chroma .cpf) {
|
.chroma .cpf) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
||||||
|
@ -1697,7 +1701,7 @@ code {
|
||||||
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .chroma .ch) {
|
:is(:where(.dark) .chroma .ch) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -2644,7 +2648,7 @@ code {
|
||||||
transition-duration: 150ms;
|
transition-duration: 150ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:prose-invert) {
|
:is(:where(.dark) .dark\:prose-invert) {
|
||||||
--tw-prose-body: var(--tw-prose-invert-body);
|
--tw-prose-body: var(--tw-prose-invert-body);
|
||||||
--tw-prose-headings: var(--tw-prose-invert-headings);
|
--tw-prose-headings: var(--tw-prose-invert-headings);
|
||||||
--tw-prose-lead: var(--tw-prose-invert-lead);
|
--tw-prose-lead: var(--tw-prose-invert-lead);
|
||||||
|
@ -2665,16 +2669,16 @@ code {
|
||||||
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:prose-invert) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:is(:where(.dark) .dark\:prose-invert) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:prose-invert) :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:is(:where(.dark) .dark\:prose-invert) :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
color: rgba(var(--color-neutral-200), 1);
|
color: rgba(var(--color-neutral-200), 1);
|
||||||
background-color: rgba(var(--color-neutral-700), 1);
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:prose-invert) :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:is(:where(.dark) .dark\:prose-invert) :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
background-color: rgba(var(--color-secondary-400), 1);
|
background-color: rgba(var(--color-secondary-400), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2810,183 +2814,6 @@ code {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is([dir="ltr"] .ltr\:right-0) {
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="ltr"] .ltr\:block) {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="ltr"] .ltr\:inline) {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="ltr"] .ltr\:hidden) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="rtl"] .rtl\:left-0) {
|
|
||||||
left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="rtl"] .rtl\:block) {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="rtl"] .rtl\:inline) {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is([dir="rtl"] .rtl\:hidden) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:inline) {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:flex) {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hidden) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:border-neutral-600) {
|
|
||||||
--tw-border-opacity: 1;
|
|
||||||
border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:border-neutral-700) {
|
|
||||||
--tw-border-opacity: 1;
|
|
||||||
border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:border-primary-600) {
|
|
||||||
--tw-border-opacity: 1;
|
|
||||||
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-neutral-600) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-neutral-700) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-neutral-800) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-neutral-800\/50) {
|
|
||||||
background-color: rgba(var(--color-neutral-800), 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-neutral-900\/50) {
|
|
||||||
background-color: rgba(var(--color-neutral-900), 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-primary-400) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-primary-800) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:bg-primary-900) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral-100) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-100), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral-300) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral-400) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral-500) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-neutral-800) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:text-primary-400) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:border-primary-600:hover) {
|
|
||||||
--tw-border-opacity: 1;
|
|
||||||
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:\!bg-primary-700:hover) {
|
|
||||||
--tw-bg-opacity: 1 !important;
|
|
||||||
background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:bg-primary-400:hover) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:bg-primary-900:hover) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:text-neutral-800:hover) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:hover\:text-primary-400:hover) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .dark\:focus\:bg-primary-900:focus) {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .group:hover .dark\:group-hover\:text-neutral-700) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
:is(.dark .group:hover .dark\:group-hover\:text-primary-400) {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
.print\:hidden {
|
.print\:hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -3133,3 +2960,180 @@ code {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="ltr"]) .ltr\:right-0) {
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="ltr"]) .ltr\:block) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="ltr"]) .ltr\:inline) {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="ltr"]) .ltr\:hidden) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="rtl"]) .rtl\:left-0) {
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="rtl"]) .rtl\:block) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="rtl"]) .rtl\:inline) {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where([dir="rtl"]) .rtl\:hidden) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:inline) {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:flex) {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hidden) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:border-neutral-600) {
|
||||||
|
--tw-border-opacity: 1;
|
||||||
|
border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:border-neutral-700) {
|
||||||
|
--tw-border-opacity: 1;
|
||||||
|
border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:border-primary-600) {
|
||||||
|
--tw-border-opacity: 1;
|
||||||
|
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-neutral-600) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-neutral-700) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-neutral-800) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-neutral-800\/50) {
|
||||||
|
background-color: rgba(var(--color-neutral-800), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-neutral-900\/50) {
|
||||||
|
background-color: rgba(var(--color-neutral-900), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-primary-400) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-primary-800) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:bg-primary-900) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral-100) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-100), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral-300) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-300), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral-400) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-400), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral-500) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-neutral-800) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:text-primary-400) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:border-primary-600:hover) {
|
||||||
|
--tw-border-opacity: 1;
|
||||||
|
border-color: rgba(var(--color-primary-600), var(--tw-border-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:\!bg-primary-700:hover) {
|
||||||
|
--tw-bg-opacity: 1 !important;
|
||||||
|
background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:bg-primary-400:hover) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:bg-primary-900:hover) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:text-neutral-800:hover) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:hover\:text-primary-400:hover) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .dark\:focus\:bg-primary-900:focus) {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .group:hover .dark\:group-hover\:text-neutral-700) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(:where(.dark) .group:hover .dark\:group-hover\:text-primary-400) {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
.toc ul,
|
.toc ul,
|
||||||
.toc li {
|
.toc li {
|
||||||
@apply px-0 leading-snug list-none;
|
@apply list-none px-0 leading-snug;
|
||||||
}
|
}
|
||||||
.toc ul ul {
|
.toc ul ul {
|
||||||
@apply ps-4;
|
@apply ps-4;
|
||||||
|
@ -90,7 +90,7 @@ body:has(#menu-controller:checked) {
|
||||||
@apply visible;
|
@apply visible;
|
||||||
}
|
}
|
||||||
.copy-button {
|
.copy-button {
|
||||||
@apply absolute top-0 right-0 z-10 invisible w-20 py-1 font-mono text-sm cursor-pointer whitespace-nowrap rounded-bl-md rounded-tr-md bg-neutral-200 text-neutral-700 opacity-90 dark:bg-neutral-600 dark:text-neutral-200;
|
@apply invisible absolute right-0 top-0 z-10 w-20 cursor-pointer whitespace-nowrap rounded-bl-md rounded-tr-md bg-neutral-200 py-1 font-mono text-sm text-neutral-700 opacity-90 dark:bg-neutral-600 dark:text-neutral-200;
|
||||||
}
|
}
|
||||||
.copy-button:hover,
|
.copy-button:hover,
|
||||||
.copy-button:focus,
|
.copy-button:focus,
|
||||||
|
@ -122,20 +122,20 @@ code {
|
||||||
/* -- Chroma Highlight -- */
|
/* -- Chroma Highlight -- */
|
||||||
/* Background */
|
/* Background */
|
||||||
.chroma {
|
.chroma {
|
||||||
@apply py-3 rounded-md bg-neutral-50 text-neutral-700 dark:bg-neutral-700 dark:text-neutral-200;
|
@apply rounded-md bg-neutral-50 py-3 text-neutral-700 dark:bg-neutral-700 dark:text-neutral-200;
|
||||||
}
|
}
|
||||||
.chroma pre {
|
.chroma pre {
|
||||||
@apply p-0 m-0;
|
@apply m-0 p-0;
|
||||||
}
|
}
|
||||||
/* LineTable */
|
/* LineTable */
|
||||||
.chroma .lntable {
|
.chroma .lntable {
|
||||||
@apply block w-auto m-0 overflow-auto text-base;
|
@apply m-0 block w-auto overflow-auto text-base;
|
||||||
}
|
}
|
||||||
/* LineNumbersTable */
|
/* LineNumbersTable */
|
||||||
/* LineNumbers */
|
/* LineNumbers */
|
||||||
.chroma .lnt,
|
.chroma .lnt,
|
||||||
.chroma .ln {
|
.chroma .ln {
|
||||||
@apply px-2 mr-2 text-neutral-600 dark:text-neutral-300;
|
@apply mr-2 px-2 text-neutral-600 dark:text-neutral-300;
|
||||||
}
|
}
|
||||||
.chroma .lntd {
|
.chroma .lntd {
|
||||||
@apply p-0 align-top;
|
@apply p-0 align-top;
|
||||||
|
@ -297,7 +297,7 @@ code {
|
||||||
}
|
}
|
||||||
/* CommentHashbang */
|
/* CommentHashbang */
|
||||||
.chroma .ch {
|
.chroma .ch {
|
||||||
@apply italic font-semibold text-neutral-500 dark:text-neutral-400;
|
@apply font-semibold italic text-neutral-500 dark:text-neutral-400;
|
||||||
}
|
}
|
||||||
/* GenericEmph */
|
/* GenericEmph */
|
||||||
.chroma .ge {
|
.chroma .ge {
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 68, 64, 60;
|
--color-neutral-700: 68, 64, 60;
|
||||||
--color-neutral-800: 41, 37, 36;
|
--color-neutral-800: 41, 37, 36;
|
||||||
--color-neutral-900: 28, 25, 23;
|
--color-neutral-900: 28, 25, 23;
|
||||||
|
--color-neutral-950: 12, 10, 9;
|
||||||
/* Lime */
|
/* Lime */
|
||||||
--color-primary-50: 247, 254, 231;
|
--color-primary-50: 247, 254, 231;
|
||||||
--color-primary-100: 236, 252, 203;
|
--color-primary-100: 236, 252, 203;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 77, 124, 15;
|
--color-primary-700: 77, 124, 15;
|
||||||
--color-primary-800: 63, 98, 18;
|
--color-primary-800: 63, 98, 18;
|
||||||
--color-primary-900: 54, 83, 20;
|
--color-primary-900: 54, 83, 20;
|
||||||
|
--color-primary-950: 26, 46, 5;
|
||||||
/* Emerald */
|
/* Emerald */
|
||||||
--color-secondary-50: 236, 253, 245;
|
--color-secondary-50: 236, 253, 245;
|
||||||
--color-secondary-100: 209, 250, 229;
|
--color-secondary-100: 209, 250, 229;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 4, 120, 87;
|
--color-secondary-700: 4, 120, 87;
|
||||||
--color-secondary-800: 6, 95, 70;
|
--color-secondary-800: 6, 95, 70;
|
||||||
--color-secondary-900: 6, 78, 59;
|
--color-secondary-900: 6, 78, 59;
|
||||||
|
--color-secondary-950: 2, 44, 34;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 64, 64, 64;
|
--color-neutral-700: 64, 64, 64;
|
||||||
--color-neutral-800: 38, 38, 38;
|
--color-neutral-800: 38, 38, 38;
|
||||||
--color-neutral-900: 23, 23, 23;
|
--color-neutral-900: 23, 23, 23;
|
||||||
|
--color-neutral-950: 10, 10, 10;
|
||||||
/* Rose */
|
/* Rose */
|
||||||
--color-primary-50: 255, 241, 242;
|
--color-primary-50: 255, 241, 242;
|
||||||
--color-primary-100: 255, 228, 230;
|
--color-primary-100: 255, 228, 230;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 190, 18, 60;
|
--color-primary-700: 190, 18, 60;
|
||||||
--color-primary-800: 159, 18, 57;
|
--color-primary-800: 159, 18, 57;
|
||||||
--color-primary-900: 136, 19, 55;
|
--color-primary-900: 136, 19, 55;
|
||||||
|
--color-primary-950: 76, 5, 25;
|
||||||
/* Green */
|
/* Green */
|
||||||
--color-secondary-50: 240, 253, 244;
|
--color-secondary-50: 240, 253, 244;
|
||||||
--color-secondary-100: 220, 252, 231;
|
--color-secondary-100: 220, 252, 231;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 21, 128, 61;
|
--color-secondary-700: 21, 128, 61;
|
||||||
--color-secondary-800: 22, 101, 52;
|
--color-secondary-800: 22, 101, 52;
|
||||||
--color-secondary-900: 20, 83, 45;
|
--color-secondary-900: 20, 83, 45;
|
||||||
|
--color-secondary-950: 5, 46, 22;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 63, 63, 70;
|
--color-neutral-700: 63, 63, 70;
|
||||||
--color-neutral-800: 39, 39, 42;
|
--color-neutral-800: 39, 39, 42;
|
||||||
--color-neutral-900: 24, 24, 27;
|
--color-neutral-900: 24, 24, 27;
|
||||||
|
--color-neutral-950: 3, 7, 18;
|
||||||
/* Violet */
|
/* Violet */
|
||||||
--color-primary-50: 245, 243, 255;
|
--color-primary-50: 245, 243, 255;
|
||||||
--color-primary-100: 237, 233, 254;
|
--color-primary-100: 237, 233, 254;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 109, 40, 217;
|
--color-primary-700: 109, 40, 217;
|
||||||
--color-primary-800: 91, 33, 182;
|
--color-primary-800: 91, 33, 182;
|
||||||
--color-primary-900: 76, 29, 149;
|
--color-primary-900: 76, 29, 149;
|
||||||
|
--color-primary-950: 46, 16, 101;
|
||||||
/* Fuchsia */
|
/* Fuchsia */
|
||||||
--color-secondary-50: 253, 244, 255;
|
--color-secondary-50: 253, 244, 255;
|
||||||
--color-secondary-100: 250, 232, 255;
|
--color-secondary-100: 250, 232, 255;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 162, 28, 175;
|
--color-secondary-700: 162, 28, 175;
|
||||||
--color-secondary-800: 134, 25, 143;
|
--color-secondary-800: 134, 25, 143;
|
||||||
--color-secondary-900: 112, 26, 117;
|
--color-secondary-900: 112, 26, 117;
|
||||||
|
--color-secondary-950: 74, 4, 78;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 68, 64, 60;
|
--color-neutral-700: 68, 64, 60;
|
||||||
--color-neutral-800: 41, 37, 36;
|
--color-neutral-800: 41, 37, 36;
|
||||||
--color-neutral-900: 28, 25, 23;
|
--color-neutral-900: 28, 25, 23;
|
||||||
|
--color-neutral-950: 12, 10, 9;
|
||||||
/* Orange */
|
/* Orange */
|
||||||
--color-primary-50: 255, 247, 237;
|
--color-primary-50: 255, 247, 237;
|
||||||
--color-primary-100: 255, 237, 213;
|
--color-primary-100: 255, 237, 213;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 194, 65, 12;
|
--color-primary-700: 194, 65, 12;
|
||||||
--color-primary-800: 154, 52, 18;
|
--color-primary-800: 154, 52, 18;
|
||||||
--color-primary-900: 124, 45, 18;
|
--color-primary-900: 124, 45, 18;
|
||||||
|
--color-primary-950: 69, 10, 10;
|
||||||
/* Rose */
|
/* Rose */
|
||||||
--color-secondary-50: 255, 241, 242;
|
--color-secondary-50: 255, 241, 242;
|
||||||
--color-secondary-100: 255, 228, 230;
|
--color-secondary-100: 255, 228, 230;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 190, 18, 60;
|
--color-secondary-700: 190, 18, 60;
|
||||||
--color-secondary-800: 159, 18, 57;
|
--color-secondary-800: 159, 18, 57;
|
||||||
--color-secondary-900: 136, 19, 55;
|
--color-secondary-900: 136, 19, 55;
|
||||||
|
--color-secondary-950: 76, 5, 25;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 51, 65, 85;
|
--color-neutral-700: 51, 65, 85;
|
||||||
--color-neutral-800: 30, 41, 59;
|
--color-neutral-800: 30, 41, 59;
|
||||||
--color-neutral-900: 15, 23, 42;
|
--color-neutral-900: 15, 23, 42;
|
||||||
|
--color-neutral-950: 2, 6, 23;
|
||||||
/* Blue */
|
/* Blue */
|
||||||
--color-primary-50: 239, 246, 255;
|
--color-primary-50: 239, 246, 255;
|
||||||
--color-primary-100: 219, 234, 254;
|
--color-primary-100: 219, 234, 254;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 29, 78, 216;
|
--color-primary-700: 29, 78, 216;
|
||||||
--color-primary-800: 30, 64, 175;
|
--color-primary-800: 30, 64, 175;
|
||||||
--color-primary-900: 30, 58, 138;
|
--color-primary-900: 30, 58, 138;
|
||||||
|
--color-primary-950: 23, 37, 8;
|
||||||
/* Cyan */
|
/* Cyan */
|
||||||
--color-secondary-50: 236, 254, 255;
|
--color-secondary-50: 236, 254, 255;
|
||||||
--color-secondary-100: 207, 250, 254;
|
--color-secondary-100: 207, 250, 254;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 14, 116, 144;
|
--color-secondary-700: 14, 116, 144;
|
||||||
--color-secondary-800: 21, 94, 117;
|
--color-secondary-800: 21, 94, 117;
|
||||||
--color-secondary-900: 22, 78, 99;
|
--color-secondary-900: 22, 78, 99;
|
||||||
|
--color-secondary-950: 8, 51, 69;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 51, 65, 85;
|
--color-neutral-700: 51, 65, 85;
|
||||||
--color-neutral-800: 30, 41, 59;
|
--color-neutral-800: 30, 41, 59;
|
||||||
--color-neutral-900: 15, 23, 42;
|
--color-neutral-900: 15, 23, 42;
|
||||||
|
--color-neutral-950: 10, 10, 10;
|
||||||
/* Indigo */
|
/* Indigo */
|
||||||
--color-primary-50: 238, 242, 255;
|
--color-primary-50: 238, 242, 255;
|
||||||
--color-primary-100: 224, 231, 255;
|
--color-primary-100: 224, 231, 255;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 67, 56, 202;
|
--color-primary-700: 67, 56, 202;
|
||||||
--color-primary-800: 55, 48, 163;
|
--color-primary-800: 55, 48, 163;
|
||||||
--color-primary-900: 49, 46, 129;
|
--color-primary-900: 49, 46, 129;
|
||||||
|
--color-primary-950: 30, 27, 75;
|
||||||
/* Pink */
|
/* Pink */
|
||||||
--color-secondary-50: 253, 242, 248;
|
--color-secondary-50: 253, 242, 248;
|
||||||
--color-secondary-100: 252, 231, 243;
|
--color-secondary-100: 252, 231, 243;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 190, 24, 93;
|
--color-secondary-700: 190, 24, 93;
|
||||||
--color-secondary-800: 157, 23, 77;
|
--color-secondary-800: 157, 23, 77;
|
||||||
--color-secondary-900: 131, 24, 67;
|
--color-secondary-900: 131, 24, 67;
|
||||||
|
--color-secondary-950: 80, 7, 36;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
--color-neutral-700: 55, 65, 81;
|
--color-neutral-700: 55, 65, 81;
|
||||||
--color-neutral-800: 31, 41, 55;
|
--color-neutral-800: 31, 41, 55;
|
||||||
--color-neutral-900: 17, 24, 39;
|
--color-neutral-900: 17, 24, 39;
|
||||||
|
--color-neutral-950: 17, 24, 39;
|
||||||
/* Slate */
|
/* Slate */
|
||||||
--color-primary-50: 248, 250, 252;
|
--color-primary-50: 248, 250, 252;
|
||||||
--color-primary-100: 241, 245, 249;
|
--color-primary-100: 241, 245, 249;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
--color-primary-700: 51, 65, 85;
|
--color-primary-700: 51, 65, 85;
|
||||||
--color-primary-800: 30, 41, 59;
|
--color-primary-800: 30, 41, 59;
|
||||||
--color-primary-900: 15, 23, 42;
|
--color-primary-900: 15, 23, 42;
|
||||||
|
--color-primary-950: 2, 6, 23;
|
||||||
/* Gray */
|
/* Gray */
|
||||||
--color-secondary-50: 249, 250, 251;
|
--color-secondary-50: 249, 250, 251;
|
||||||
--color-secondary-100: 243, 244, 246;
|
--color-secondary-100: 243, 244, 246;
|
||||||
|
@ -34,4 +36,5 @@
|
||||||
--color-secondary-700: 55, 65, 81;
|
--color-secondary-700: 55, 65, 81;
|
||||||
--color-secondary-800: 31, 41, 55;
|
--color-secondary-800: 31, 41, 55;
|
||||||
--color-secondary-900: 17, 24, 39;
|
--color-secondary-900: 17, 24, 39;
|
||||||
|
--color-secondary-950: 10, 10, 10;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
Closes the hamburger menu when a link is clicked.
|
Closes the hamburger menu when a link is clicked.
|
||||||
*/
|
*/
|
||||||
function close_menu() {
|
function close_menu() {
|
||||||
document.getElementById('menu-controller').checked=false
|
document.getElementById("menu-controller").checked = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
window.addEventListener("load", () => {
|
window.addEventListener("load", () => {
|
||||||
quicklink.listen();
|
quicklink.listen();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -133,6 +133,7 @@ function executeQuery(term) {
|
||||||
let resultsHTML = "";
|
let resultsHTML = "";
|
||||||
|
|
||||||
if (results.length > 0) {
|
if (results.length > 0) {
|
||||||
|
// prettier-ignore
|
||||||
resultsHTML = results.map(function (value, key) {
|
resultsHTML = results.map(function (value, key) {
|
||||||
return `<li class="mb-2">
|
return `<li class="mb-2">
|
||||||
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
},
|
},
|
||||||
"weibo": {
|
"weibo": {
|
||||||
"icon": "weibo",
|
"icon": "weibo",
|
||||||
"title":"sharing.weibo",
|
"title": "sharing.weibo",
|
||||||
"url": "https://service.weibo.com/share/share.php?url=%s&appkey=&title=%s&pic=&ralateUid=&lang"
|
"url": "https://service.weibo.com/share/share.php?url=%s&appkey=&title=%s&pic=&ralateUid=&lang"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ tags: ["content", "example"]
|
||||||
|
|
||||||
## ブランチページ
|
## ブランチページ
|
||||||
|
|
||||||
Hugoのブランチページバンドルは、ホームページ、セクションリスト、Taxonomyページのような項目をカバーしています。ブランチバンドルについて覚えておくべき重要なことは、このコンテンツタイプのファイル名は **_index.md`** であるということです。
|
Hugoのブランチページバンドルは、ホームページ、セクションリスト、Taxonomyページのような項目をカバーしています。ブランチバンドルについて覚えておくべき重要なことは、このコンテンツタイプのファイル名は **`_index.md`** であるということです。
|
||||||
|
|
||||||
Congoはブランチページで指定されたフロントマターを尊重し、デフォルト設定を上書きします。例えば、ブランチページで `title` パラメーターを設定すると、ページタイトルを上書きすることができます。
|
Congoはブランチページで指定されたフロントマターを尊重し、デフォルト設定を上書きします。例えば、ブランチページで `title` パラメーターを設定すると、ページタイトルを上書きすることができます。
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ Congoは、テーマ全体で使用される3色のパレットを定義して
|
||||||
|
|
||||||
## コンテンツの整理
|
## コンテンツの整理
|
||||||
|
|
||||||
Congoは特定のコンテンツタイプを強制しません。そのため、自由にコンテンツを定義することができます。静的なサイトには_pages_、ブログには_posts_、ポートフォリオには_projects_がいいかもしれません。
|
Congoは特定のコンテンツタイプを強制しません。そのため、自由にコンテンツを定義することができます。静的なサイトには*pages*、ブログには*posts*、ポートフォリオには*projects*がいいかもしれません。
|
||||||
|
|
||||||
### ディレクトリ構造
|
### ディレクトリ構造
|
||||||
|
|
||||||
|
|
|
@ -175,21 +175,28 @@ Congoは、標準的なMarkdown構文を使用した場合の画像について
|
||||||
|
|
||||||
## Katex
|
## Katex
|
||||||
|
|
||||||
`katex` を使うと、KaTeXパッケージを使って記事の内容に数式を追加することができます。利用可能な構文については[supported TeX functions](https://katex.org/docs/supported.html)のオンラインリファレンスを参照してください。
|
数式は `katex` ショートコードを使用し、パラメータに `block` (ブロック式の場合) または `inline` を指定してレンダリングすることができます。詳細は[数学的表記]({{< ref "mathematical-notation" >}})を参照してください。
|
||||||
|
|
||||||
記事中に数式を含めるには、コンテンツ内の任意の場所にショートコードを配置するだけです。記事ごとに一度記述するだけで、KaTeXが自動的にそのページのマークアップをレンダリングします。インライン表記とブロック表記の両方がサポートされています。
|
利用可能な構文については[サポートされているTeX関数](https://katex.org/docs/supported.html)のオンラインリファレンスを参照してください。
|
||||||
|
|
||||||
インライン記法は、式を区切り記号 `\\(` と `\\)` で囲むことで生成できます。ブロック記法の場合は `$$` です。
|
|
||||||
|
|
||||||
**例:**
|
**例:**
|
||||||
|
|
||||||
|
```
|
||||||
|
インライン記法: {{</* katex inline */>}}f(a,b,c) = (a^2+b^2+c^2)^3{{</* /katex */>}}
|
||||||
|
```
|
||||||
|
インライン記法: {{< katex inline >}}f(a,b,c) = (a^2+b^2+c^2)^3{{< /katex >}}
|
||||||
|
|
||||||
|
ブロック表記
|
||||||
|
|
||||||
```md
|
```md
|
||||||
{{</* katex */>}}
|
{{</* katex block */>}}
|
||||||
\\(f(a,b,c) = (a^2+b^2+c^2)^3\\)
|
f(a,b,c) = (a^2+b^2+c^2)^3
|
||||||
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< katex >}}
|
{{< katex block>}}
|
||||||
\\(f(a,b,c) = (a^2+b^2+c^2)^3\\)
|
f(a,b,c) = (a^2+b^2+c^2)^3
|
||||||
|
{{< /katex>}}
|
||||||
|
|
||||||
[数学的表記のサンプル]({{< ref "mathematical-notation" >}})でより多くの例をチェックしてください。
|
[数学的表記のサンプル]({{< ref "mathematical-notation" >}})でより多くの例をチェックしてください。
|
||||||
|
|
||||||
|
|
|
@ -175,21 +175,28 @@ Icons can also be used in partials by calling the [icon partial]({{< ref "partia
|
||||||
|
|
||||||
## Katex
|
## Katex
|
||||||
|
|
||||||
The `katex` shortcode can be used to add mathematical expressions to article content using the KaTeX package. Refer to the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
|
Mathematical expressions can be rendered using either the `katex` shortcode, with either `block` (for block expression) or `inline` as parameter. See [mathematical notation]({{< ref "mathematical-notation" >}}) for more details.
|
||||||
|
It uses the KaTeX library to render mathematical notation within articles.
|
||||||
|
|
||||||
To include mathematical expressions in an article, simply place the shortcode anywhere with the content. It only needs to be included once per article and KaTeX will automatically render any markup on that page. Both inline and block notation are supported.
|
Refer to the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
|
||||||
|
|
||||||
Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters. Alternatively, block notation can be generated using `$$` delimiters.
|
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```md
|
```
|
||||||
{{</* katex */>}}
|
Inline notation: {{</* katex inline */>}}f(a,b,c) = (a^2+b^2+c^2)^3{{</* /katex */>}}
|
||||||
\\(f(a,b,c) = (a^2+b^2+c^2)^3\\)
|
```
|
||||||
|
Inline notation: {{< katex inline >}}f(a,b,c) = (a^2+b^2+c^2)^3{{< /katex >}}
|
||||||
|
|
||||||
|
Block notation:
|
||||||
|
```
|
||||||
|
{{</* katex block */>}}
|
||||||
|
f(a,b,c) = (a^2+b^2+c^2)^3
|
||||||
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< katex >}}
|
{{< katex block >}}
|
||||||
\\(f(a,b,c) = (a^2+b^2+c^2)^3\\)
|
f(a,b,c) = (a^2+b^2+c^2)^3
|
||||||
|
{{< /katex >}}
|
||||||
|
|
||||||
Check out the [mathematical notation samples]({{< ref "mathematical-notation" >}}) page for more examples.
|
Check out the [mathematical notation samples]({{< ref "mathematical-notation" >}}) page for more examples.
|
||||||
|
|
||||||
|
|
|
@ -176,7 +176,7 @@ Congoでのダークモードの動作方法が変更され、より柔軟に設
|
||||||
|
|
||||||
ファビコンを除くすべてのassetsが、Hugo Pipesにて最適化されるようになりました。テーマがあなたのファイルを見つけるためには、以前の `static/` から `assets/` ディレクトリに移動する必要があります。主に、著者画像とサイトロゴです:
|
ファビコンを除くすべてのassetsが、Hugo Pipesにて最適化されるようになりました。テーマがあなたのファイルを見つけるためには、以前の `static/` から `assets/` ディレクトリに移動する必要があります。主に、著者画像とサイトロゴです:
|
||||||
|
|
||||||
`static/me.jpg` **→** `assets/me.jpg`
|
`static/me.jpg` **→** `assets/me.jpg`
|
||||||
`static/logo.jpg` **→** `assets/logo.jpg`
|
`static/logo.jpg` **→** `assets/logo.jpg`
|
||||||
|
|
||||||
著者画像やサイトロゴを提供した場合は、これらのアセットを `static/` から `assets/` に移動するだけです。同じディレクトリ構造を使用している場合、テーマはこれらのファイルがどこにあるかを自動的に認識します。新しいパスを指定したい場合は、 `logo` と `author.image` の設定値を適宜更新してください。
|
著者画像やサイトロゴを提供した場合は、これらのアセットを `static/` から `assets/` に移動するだけです。同じディレクトリ構造を使用している場合、テーマはこれらのファイルがどこにあるかを自動的に認識します。新しいパスを指定したい場合は、 `logo` と `author.image` の設定値を適宜更新してください。
|
||||||
|
@ -195,5 +195,4 @@ Congo 2.0では `figure` ショートコードの振る舞いが変わります
|
||||||
|
|
||||||
エラーに遭遇した場合は、設定が正しいことを確認し、[ドキュメント]({{<ref "docs" >}})を参照してください。テーマに同梱されている設定ファイルの例には、デフォルトのパラメーターがすべて含まれており、出発点として最適です。
|
エラーに遭遇した場合は、設定が正しいことを確認し、[ドキュメント]({{<ref "docs" >}})を参照してください。テーマに同梱されている設定ファイルの例には、デフォルトのパラメーターがすべて含まれており、出発点として最適です。
|
||||||
|
|
||||||
|
🙋♀️ それでもまだ助けが必要な場合は、[GitHub Discussions](https://github.com/jpanther/congo/discussions)で遠慮なく質問してください。
|
||||||
🙋♀️ それでもまだ助けが必要な場合は、[GitHub Discussions](https://github.com/jpanther/congo/discussions)で遠慮なく質問してください。
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ Tabellen sind nicht Teil der Markdown-Kernspezifikation, aber Hugo unterstützt
|
||||||
### Code-Block mit backticks
|
### Code-Block mit backticks
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
@ -134,7 +134,7 @@ Tabellen sind nicht Teil der Markdown-Kernspezifikation, aber Hugo unterstützt
|
||||||
|
|
||||||
## Andere Elemente — abbr, sub, sup, kbd, mark
|
## Andere Elemente — abbr, sub, sup, kbd, mark
|
||||||
|
|
||||||
<abbr title="Graphics Interchange Format">GIF</abbr> ist ein Bitmap-Bildformat.
|
<abbr title="Graphics Interchange Format">GIF</abbr> ist ein Bitmap-Bildformat.
|
||||||
|
|
||||||
H<sub>2</sub>O
|
H<sub>2</sub>O
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ Las tablas no forman parte de la especificación principal de Markdown, pero Hug
|
||||||
### Markdown dentro de las tablas
|
### Markdown dentro de las tablas
|
||||||
|
|
||||||
| Cursiva | Negritas | Código |
|
| Cursiva | Negritas | Código |
|
||||||
| --------- | ---------- | -------- |
|
| --------- | ----------- | -------- |
|
||||||
| _Cursiva_ | **Negrita** | `Código` |
|
| _Cursiva_ | **Negrita** | `Código` |
|
||||||
|
|
||||||
## Bloques de código
|
## Bloques de código
|
||||||
|
@ -67,7 +67,7 @@ Las tablas no forman parte de la especificación principal de Markdown, pero Hug
|
||||||
### Bloque de código con acentos graves
|
### Bloque de código con acentos graves
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
|
@ -52,9 +52,9 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
|
||||||
表はMarkdownのコア仕様には含まれていませんが、Hugoはサポートしています。
|
表はMarkdownのコア仕様には含まれていませんが、Hugoはサポートしています。
|
||||||
|
|
||||||
| 名前 | 年齢 |
|
| 名前 | 年齢 |
|
||||||
| ----- | --- |
|
| ----- | ---- |
|
||||||
| Bob | 27 |
|
| Bob | 27 |
|
||||||
| Alice | 23 |
|
| Alice | 23 |
|
||||||
|
|
||||||
### 表中のMarkdown
|
### 表中のMarkdown
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
|
||||||
### Code block with backticks
|
### Code block with backticks
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
|
@ -67,7 +67,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
||||||
### Code block with backticks
|
### Code block with backticks
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
|
@ -9,38 +9,39 @@ KaTeX kann verwendet werden, um mathematische Notationen in Artikeln darzustelle
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
{{< katex >}}
|
Congo bindet die KaTeX-Assets nur dann in das Projekt ein, wenn die mathematische Notation verwendet wird. Damit dies funktioniert, kann einfach der Shortcode [`katex`]({{< ref path="docs/shortcodes#katex" lang="en" >}}) der entweder mit `katex block` oder `katex inline` verwendet werden kann in den Artikel eingefügt werden. Jede KaTeX-Syntax auf dieser Seite wird dann automatisch gerendert.
|
||||||
|
|
||||||
Congo bindet die KaTeX-Assets nur dann in das Projekt ein, wenn die mathematische Notation verwendet wird. Damit dies funktioniert, kann einfach der Shortcode [`katex`]({{< ref path="docs/shortcodes#katex" lang="en" >}}) in den Artikel eingefügt werden. Jede KaTeX-Syntax auf dieser Seite wird dann automatisch gerendert.
|
|
||||||
|
|
||||||
Die Online-Referenz der [unterstützten TeX-Funktionen](https://katex.org/docs/supported.html) zeigt Syntax-Beispiele.
|
Die Online-Referenz der [unterstützten TeX-Funktionen](https://katex.org/docs/supported.html) zeigt Syntax-Beispiele.
|
||||||
|
|
||||||
## Inline-Schreibweise
|
## Inline-Schreibweise
|
||||||
|
|
||||||
Die Inline-Schreibweise kann erzeugt werden, indem der Ausdruck in die Trennzeichen `\(` und `\)` eingeschlossen wird.
|
Die Inline-Schreibweise kann erzeugt werden, indem der Ausdruck in den Shortcode `katex inline` oder `katex` eingeschlossen wird.
|
||||||
|
|
||||||
**Beispiel:**
|
**Beispiel:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX Inline-Schreibweise
|
% KaTeX Inline-Schreibweise
|
||||||
Inline-Schreibweise: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Inline-Schreibweise: {{</* katex inline */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
|
Kurzfassung: {{</* katex */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Inline-Schreibweise: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Inline-Schreibweise: {{< katex inline >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
|
Kurzfassung: {{< katex >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
## Schreibweise als Block
|
## Schreibweise als Block
|
||||||
|
|
||||||
Alternativ kann die Blockschreibweise mit Hilfe von `$$`-Trennzeichen erzeugt werden. Dadurch wird der Ausdruck in einem eigenen HTML-Block ausgegeben.
|
Alternativ kann die Blockschreibweise mit dem Parameter `block` erzeugt werden. Dadurch wird der Ausdruck in einem eigenen HTML-Block ausgegeben.
|
||||||
|
|
||||||
**Beispiel:**
|
**Beispiel:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX mit Block-Schreibweise
|
% KaTeX mit Block-Schreibweise
|
||||||
$$
|
{{</* katex block */>}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
$$
|
{{< katex block >}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{< /katex >}}
|
||||||
|
|
|
@ -9,38 +9,41 @@ Una breve muestra de notación matemática en Congo.
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
{{< katex >}}
|
Congo sólo incluirá los recursos de KaTeX en su proyecto si hace uso de la notación matemática. Para que esto funcione, congo proporciona un shortcode [`katex`]({{< ref path="docs/shortcodes#katex" lang="en" >}}) que puede usarse con `katex block` o `katex inline`.
|
||||||
|
Cualquier sintaxis KaTeX dentro del shortcode se renderizará automáticamente.
|
||||||
Congo solo incluirá los assets de KaTeX en su proyecto si utiliza notación matemática. Para que esto funcione, simplemente incluya el [`katex` shortcode]({{< ref path="docs/shortcodes#katex" lang="en" >}}) dentro del artículo. Cualquier sintaxis de KaTeX en esa página se renderizará automáticamente.
|
|
||||||
|
|
||||||
Utilice la documentación en línea de [funciones TeX admitidas](https://katex.org/docs/supported.html) para conocer la sintaxis disponible.
|
Utilice la documentación en línea de [funciones TeX admitidas](https://katex.org/docs/supported.html) para conocer la sintaxis disponible.
|
||||||
|
|
||||||
## Notación en línea
|
## Notación en línea
|
||||||
|
|
||||||
La notación en línea se puede generar envolviendo la expresión en los delimitadores `\\(` y `\\)`.
|
La notación inline puede generarse envolviendo la expresión en el shortcode `katex inline` o `katex`.
|
||||||
|
|
||||||
**Ejemplo:**
|
**Ejemplo:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX notación en línea
|
% KaTeX notación en línea
|
||||||
Notación en línea: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Notación en línea: {{</* katex inline */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
|
Versión abreviada: {{</* katex */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Notación en línea: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Notación en línea: {{< katex inline >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
|
Versión abreviada: {{< katex >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
|
|
||||||
## Notación en bloque
|
## Notación en bloque
|
||||||
|
|
||||||
Alternativamente, la notación en bloque se puede generar usando delimitadores `$$`. Esto generará la expresión en su propio bloque HTML.
|
Alternativamente, puede generarse una notación en bloque utilizando el parámetro `block`. Esto mostrará la expresión en su propio bloque HTML.
|
||||||
|
|
||||||
**Ejemplo:**
|
**Ejemplo:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX notación en bloque
|
% KaTeX notación en bloque
|
||||||
$$
|
{{</* katex block */>}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
$$
|
{{< katex block >}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{< /katex >}}
|
||||||
|
|
|
@ -9,38 +9,40 @@ tags: ["sample", "katex", "maths", "shortcodes"]
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
{{< katex >}}
|
Congoは、数学的記法を使用する場合にのみ、KaTeXアセットをプロジェクトにバンドルします。これを動作させるために、congoは `katex block` または `katex inline` で使用できるショートコード [`katex`]({{< ref path="docs/shortcodes#katex" lang="en" >}}) を提供しています。
|
||||||
|
ショートコード内のKaTeX構文は自動的にレンダリングされます。
|
||||||
|
|
||||||
Congoは、数学的表記を使用する場合にのみ、KaTeXアセットをプロジェクトにバンドルします。これを動作させるには、単に記事内に[`katex` ショートコード]({{< ref "docs/shortcodes#katex" >}})をインクルードしてください。そのページ上のKaTeX構文は自動的にレンダリングされます。
|
利用可能な構文については[サポートされているTeX関数](https://katex.org/docs/supported.html)のオンラインリファレンスを参照してください。
|
||||||
|
|
||||||
使用可能な構文については、[supported TeX functions](https://katex.org/docs/supported.html)のオンラインリファレンスを参照してください。
|
|
||||||
|
|
||||||
## インライン記法
|
## インライン記法
|
||||||
|
|
||||||
インライン記法は、式を `\\(` と `\\)` で囲むことで生成できます。
|
インライン記法は `katex inline` または `katex` ショートコードで式をラップすることで生成できる。
|
||||||
|
|
||||||
**例:**
|
**例:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX inline notation
|
% KaTeX inline notation
|
||||||
インライン記法: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
インライン記法: {{</* katex inline */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
|
速記版: {{</* katex */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
インライン記法: {{< katex inline >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
インライン記法: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
速記版: {{< katex >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
## ブロック記法
|
## ブロック記法
|
||||||
|
|
||||||
あるいは、 `$$` を使ってブロック記法で生成することもできます。これは式を独自のHTMLブロックとして出力します。
|
また、`block` パラメータを使ってブロック表記を生成することもできます。これは式を独自のHTMLブロックで出力します。
|
||||||
|
|
||||||
**例:**
|
**例:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX block notation
|
% KaTeX block notation
|
||||||
$$
|
{{</* katex block */>}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
$$
|
{{< katex block >}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{< /katex >}}
|
||||||
|
|
|
@ -9,38 +9,40 @@ KaTeX can be used to render mathematical notation within articles.
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
{{< katex >}}
|
Congo will only bundle the KaTeX assets into your project if you make use of mathematical notation. In order for this to work, congo provides a shortcode [`katex`]({{< ref "docs/shortcodes#katex" >}}) than can be used with either `katex block` or `katex inline`.
|
||||||
|
Any KaTeX syntax inside the shortcode will be automatically rendered.
|
||||||
Congo will only bundle the KaTeX assets into your project if you make use of mathematical notation. In order for this to work, simply include the [`katex` shortcode]({{< ref "docs/shortcodes#katex" >}}) within the article. Any KaTeX syntax on that page will then be automatically rendered.
|
|
||||||
|
|
||||||
Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
|
Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
|
||||||
|
|
||||||
## Inline notation
|
## Inline notation
|
||||||
|
|
||||||
Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters.
|
Inline notation can be generated by wrapping the expression in the `katex inline` or `katex` shortcode.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX inline notation
|
% KaTeX inline notation
|
||||||
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Inline notation: {{</* katex inline */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
|
Shorthand version: {{</* katex */>}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
|
Inline notation: {{< katex inline >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
|
Shorthand version: {{< katex >}}\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…{{< /katex >}}
|
||||||
|
|
||||||
## Block notation
|
## Block notation
|
||||||
|
|
||||||
Alternatively, block notation can be generated using `$$` delimiters. This will output the expression in its own HTML block.
|
Alternatively, block notation can be generated using the `block` parameter. This will output the expression in its own HTML block.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
% KaTeX block notation
|
% KaTeX block notation
|
||||||
$$
|
{{</* katex block */>}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{</* /katex */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
$$
|
{{< katex block >}}
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
{{< /katex >}}
|
||||||
|
|
|
@ -44,7 +44,7 @@ La lista a continuación es solo un puñado de sitios web creados con el tema Co
|
||||||
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
||||||
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
||||||
| [major.io](https://major.io) | Personal site and Blog |
|
| [major.io](https://major.io) | Personal site and Blog |
|
||||||
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
||||||
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
||||||
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
||||||
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
||||||
|
|
|
@ -44,7 +44,7 @@ Congoを使用して構築された実際のウェブサイト。
|
||||||
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
||||||
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
||||||
| [major.io](https://major.io) | Personal site and Blog |
|
| [major.io](https://major.io) | Personal site and Blog |
|
||||||
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
||||||
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
||||||
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
||||||
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
||||||
|
|
|
@ -44,7 +44,7 @@ The list below is just a handful of the websites that are built using the Congo
|
||||||
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
| [medical-humanities](https://medical-humanities.org) | Academic site |
|
||||||
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
|
||||||
| [major.io](https://major.io) | Personal site and Blog |
|
| [major.io](https://major.io) | Personal site and Blog |
|
||||||
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
|
||||||
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
|
||||||
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
| [adam.sr](https://adam.sr) | Personal site and Blog |
|
||||||
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
| [kpavlov.me](https://kpavlov.me) | Personal site and Blog |
|
||||||
|
@ -65,5 +65,6 @@ The list below is just a handful of the websites that are built using the Congo
|
||||||
| [kom.al](https://kom.al) | Personal Site |
|
| [kom.al](https://kom.al) | Personal Site |
|
||||||
| [andrea.mortaro.it](https://andrea.mortaro.it) | Personal Site and Blog |
|
| [andrea.mortaro.it](https://andrea.mortaro.it) | Personal Site and Blog |
|
||||||
| [yoganath.me](https://yoganath.me) | Personal Site and Blog |
|
| [yoganath.me](https://yoganath.me) | Personal Site and Blog |
|
||||||
|
| [josh-v.com](https://josh-v.com) | Personal Site and Tech blog |
|
||||||
|
|
||||||
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md).
|
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md).
|
||||||
|
|
|
@ -5,4 +5,9 @@
|
||||||
<div id="profile" class="hidden h-full">
|
<div id="profile" class="hidden h-full">
|
||||||
{{ partial "partials/home/profile.html" . }}
|
{{ partial "partials/home/profile.html" . }}
|
||||||
</div>
|
</div>
|
||||||
<script defer type="text/javascript" src="{{ $jsHome.RelPermalink }}" integrity="{{ $jsHome.Data.Integrity }}"></script>
|
<script
|
||||||
|
defer
|
||||||
|
type="text/javascript"
|
||||||
|
src="{{ $jsHome.RelPermalink }}"
|
||||||
|
integrity="{{ $jsHome.Data.Integrity }}"
|
||||||
|
></script>
|
||||||
|
|
|
@ -53,7 +53,7 @@ sharing:
|
||||||
twitter: "Tweet na Twitter"
|
twitter: "Tweet na Twitter"
|
||||||
telegram: "Sdílejte na Telegram"
|
telegram: "Sdílejte na Telegram"
|
||||||
line: "Sdílejte na LINE"
|
line: "Sdílejte na LINE"
|
||||||
line: "Sdílejte na Weibo"
|
weibo: "Sdílejte na Weibo"
|
||||||
|
|
||||||
shortcode:
|
shortcode:
|
||||||
recent_articles: "Nedávné"
|
recent_articles: "Nedávné"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
|
<h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
|
||||||
<p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
|
<p class="mb-12 mt-8 text-neutral-400 dark:text-neutral-500">
|
||||||
{{ i18n "error.404_error" | emojify }}
|
{{ i18n "error.404_error" | emojify }}
|
||||||
</p>
|
</p>
|
||||||
<div class="prose dark:prose-invert">
|
<div class="prose dark:prose-invert">
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
{{ $file := $url.Path }}
|
{{ $file := $url.Path }}
|
||||||
{{ $img := .Page.Resources.GetMatch $file }}
|
{{ $img := .Page.Resources.GetMatch $file }}
|
||||||
{{- if and (not $img) .Page.File }}
|
{{- if and (not $img) .Page.File }}
|
||||||
{{ $path := path.Join .Page.File.Dir $file }}
|
{{ $path := path.Join .Page.File.Dir $file }}
|
||||||
{{ $img = resources.Get $path }}
|
{{ $img = resources.Get $path }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{/* https://github.com/gohugoio/hugo/pull/10666 */}}
|
{{/* https://github.com/gohugoio/hugo/pull/10666 */}}
|
||||||
|
@ -15,14 +15,14 @@
|
||||||
{{- $x2Param := $params.Get "2x" -}}
|
{{- $x2Param := $params.Get "2x" -}}
|
||||||
{{- $x2 := false -}}
|
{{- $x2 := false -}}
|
||||||
{{- if eq $x2Param "true" -}}
|
{{- if eq $x2Param "true" -}}
|
||||||
{{- $x2 = true -}}
|
{{- $x2 = true -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
{{- with $img -}}
|
{{- with $img -}}
|
||||||
{{ partial "picture.html" (dict "img" . "alt" $altText "class" $class "x2" $x2) }}
|
{{ partial "picture.html" (dict "img" . "alt" $altText "class" $class "x2" $x2) }}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
<img src="{{ .Destination | safeURL }}" alt="{{ $altText }}" class="{{ $class }}"/>
|
<img src="{{ .Destination | safeURL }}" alt="{{ $altText }}" class="{{ $class }}" />
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ with $caption }}<figcaption class="text-center">{{ . | markdownify }}</figcaption>{{ end }}
|
{{ with $caption }}<figcaption class="text-center">{{ . | markdownify }}</figcaption>{{ end }}
|
||||||
</figure>
|
</figure>
|
||||||
|
|
|
@ -14,4 +14,5 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
<!-- prettier-ignore -->
|
||||||
<a href="{{ $link | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if $isRemote }} target="_blank" rel="noreferrer"{{ end }}>{{- .Text | safeHTML -}}</a>
|
<a href="{{ $link | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if $isRemote }} target="_blank" rel="noreferrer"{{ end }}>{{- .Text | safeHTML -}}</a>
|
|
@ -1,6 +1,6 @@
|
||||||
{{- partial "partials/functions/warnings.html" .Site -}}
|
{{- partial "partials/functions/warnings.html" .Site -}}
|
||||||
{{- partial "partials/functions/init.html" . -}}
|
{{- partial "partials/functions/init.html" . -}}
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html
|
<html
|
||||||
lang="{{- site.Language.LanguageCode | default "" -}}"
|
lang="{{- site.Language.LanguageCode | default "" -}}"
|
||||||
dir="{{- site.Language.LanguageDirection | default "ltr" -}}"
|
dir="{{- site.Language.LanguageDirection | default "ltr" -}}"
|
||||||
|
@ -10,13 +10,13 @@
|
||||||
>
|
>
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body
|
<body
|
||||||
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"
|
class="m-auto flex h-screen max-w-7xl flex-col bg-neutral px-6 text-lg leading-7 text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-neutral"
|
||||||
>
|
>
|
||||||
<div id="the-top" class="absolute flex self-center">
|
<div id="the-top" class="absolute flex self-center">
|
||||||
<a
|
<a
|
||||||
class="px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600"
|
class="-translate-y-8 rounded-b-lg bg-primary-200 px-3 py-1 text-sm focus:translate-y-0 dark:bg-neutral-600"
|
||||||
href="#main-content"
|
href="#main-content"
|
||||||
><span class="font-bold pe-2 text-primary-600 dark:text-primary-400">↓</span
|
><span class="pe-2 font-bold text-primary-600 dark:text-primary-400">↓</span
|
||||||
>{{ i18n "nav.skip_to_main" }}</a
|
>{{ i18n "nav.skip_to_main" }}</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ partial "partials/header/basic.html" . }}
|
{{ partial "partials/header/basic.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="relative flex flex-col grow">
|
<div class="relative flex grow flex-col">
|
||||||
<main id="main-content" class="grow">
|
<main id="main-content" class="grow">
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
{{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
|
{{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"summary" (.Summary | emojify | safeJS)
|
"summary" (.Summary | emojify | safeJS)
|
||||||
"content" (.Plain | emojify | safeJS)
|
"content" (.Plain | emojify | safeJS)
|
||||||
"permalink" .RelPermalink
|
"permalink" .RelPermalink
|
||||||
) -}}
|
)
|
||||||
|
-}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- $index | jsonify -}}
|
{{- $index | jsonify -}}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="min-w-0 min-h-0 max-w-prose grow">
|
<div class="min-h-0 min-w-0 max-w-prose grow">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
||||||
{{ .Key }}
|
{{ .Key }}
|
||||||
</h2>
|
</h2>
|
||||||
<hr class="border-dotted w-36 border-neutral-400" />
|
<hr class="w-36 border-dotted border-neutral-400" />
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
{{ partial "article-link.html" . }}
|
{{ partial "article-link.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
</section>
|
</section>
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<section class="mt-10 prose dark:prose-invert">
|
<section class="prose mt-10 dark:prose-invert">
|
||||||
<p class="py-8 border-t">
|
<p class="border-t py-8">
|
||||||
<em>{{ i18n "list.no_articles" | emojify }}</em>
|
<em>{{ i18n "list.no_articles" | emojify }}</em>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{ .Title | emojify }}
|
{{ .Title | emojify }}
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<section class="max-w-full mt-6 prose dark:prose-invert">
|
<section class="prose mt-6 max-w-full dark:prose-invert">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</section>
|
</section>
|
||||||
<footer class="pt-8">
|
<footer class="pt-8">
|
||||||
|
|
|
@ -10,21 +10,22 @@
|
||||||
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
|
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
|
||||||
{{ .Title | emojify }}
|
{{ .Title | emojify }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="mt-8 mb-12 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
<div class="mb-12 mt-8 text-base text-neutral-500 print:hidden dark:text-neutral-400">
|
||||||
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
|
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
|
||||||
</div>
|
</div>
|
||||||
|
ß
|
||||||
{{ with $feature }}
|
{{ with $feature }}
|
||||||
<div class="prose">
|
<div class="prose">
|
||||||
{{ $altText := $.Params.featureAlt | default $.Params.coverAlt | default "" }}
|
{{ $altText := $.Params.featureAlt | default $.Params.coverAlt | default "" }}
|
||||||
{{ $class := "mb-6 -mt-4 rounded-md" }}
|
{{ $class := "mb-6 -mt-4 rounded-md" }}
|
||||||
{{ partial "picture.html" (dict "img" . "alt" $altText "class" $class "lazy" false) }}
|
{{ partial "picture.html" (dict "img" . "alt" $altText "class" $class "lazy" false) }}
|
||||||
{{ with $.Params.coverCaption }}
|
{{ with $.Params.coverCaption }}
|
||||||
<figcaption class="mb-6 -mt-3 text-center">{{ . | markdownify }}</figcaption>
|
<figcaption class="-mt-3 mb-6 text-center">{{ . | markdownify }}</figcaption>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</header>
|
</header>
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="prose mt-0 flex max-w-full flex-col dark:prose-invert lg:flex-row">
|
||||||
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in .TableOfContents "<ul") }}
|
{{ if and (.Params.showTableOfContents | default (.Site.Params.article.showTableOfContents | default false)) (in .TableOfContents "<ul") }}
|
||||||
<div class="order-first px-0 lg:order-last lg:max-w-xs lg:ps-8">
|
<div class="order-first px-0 lg:order-last lg:max-w-xs lg:ps-8">
|
||||||
<div class="toc pe-5 print:hidden lg:sticky lg:top-10">
|
<div class="toc pe-5 print:hidden lg:sticky lg:top-10">
|
||||||
|
@ -32,11 +33,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="min-w-0 min-h-0 max-w-prose grow">
|
<div class="min-h-0 min-w-0 max-w-prose grow">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<footer class="pt-8 max-w-prose print:hidden">
|
<footer class="max-w-prose pt-8 print:hidden">
|
||||||
{{ partial "author.html" . }}
|
{{ partial "author.html" . }}
|
||||||
{{ partial "sharing-links.html" . }}
|
{{ partial "sharing-links.html" . }}
|
||||||
{{ partial "article-pagination.html" . }}
|
{{ partial "article-pagination.html" . }}
|
||||||
|
|
|
@ -6,15 +6,15 @@
|
||||||
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">{{ .Title }}</h1>
|
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">{{ .Title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="prose mt-0 flex max-w-full flex-col dark:prose-invert lg:flex-row">
|
||||||
<div class="min-w-0 min-h-0 max-w-prose grow">
|
<div class="min-h-0 min-w-0 max-w-prose grow">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<section class="flex flex-wrap -mx-2 overflow-hidden">
|
<section class="-mx-2 flex flex-wrap overflow-hidden">
|
||||||
{{ range .Data.Terms }}
|
{{ range .Data.Terms }}
|
||||||
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/5">
|
<article class="my-3 w-full overflow-hidden px-2 sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/5">
|
||||||
<h2 class="flex items-center">
|
<h2 class="flex items-center">
|
||||||
<a
|
<a
|
||||||
class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
|
class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">{{ .Title }}</h1>
|
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">{{ .Title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="prose mt-0 flex max-w-full flex-col dark:prose-invert lg:flex-row">
|
||||||
<div class="min-w-0 min-h-0 max-w-prose grow">
|
<div class="min-h-0 min-w-0 max-w-prose grow">
|
||||||
{{ .Content | emojify }}
|
{{ .Content | emojify }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
|
||||||
{{ .Key }}
|
{{ .Key }}
|
||||||
</h2>
|
</h2>
|
||||||
<hr class="border-dotted w-36 border-neutral-400" />
|
<hr class="w-36 border-dotted border-neutral-400" />
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
{{ partial "article-link.html" . }}
|
{{ partial "article-link.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
</section>
|
</section>
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<section class="mt-10 prose dark:prose-invert">
|
<section class="prose mt-10 dark:prose-invert">
|
||||||
<p class="py-8 border-t">
|
<p class="border-t py-8">
|
||||||
<em>{{ i18n "list.no_articles" | emojify }}</em>
|
<em>{{ i18n "list.no_articles" | emojify }}</em>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -3,10 +3,12 @@
|
||||||
<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ . }}"></script>
|
<script defer src="https://cdn.usefathom.com/script.js" data-site="{{ . }}"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with site.Params.plausibleAnalytics.domain }}
|
{{ with site.Params.plausibleAnalytics.domain }}
|
||||||
<script defer
|
<script
|
||||||
|
defer
|
||||||
data-domain="{{ . }}"
|
data-domain="{{ . }}"
|
||||||
data-api="{{ default "https://plausible.io/api/event" site.Params.plausibleAnalytics.event }}"
|
data-api="{{ default "https://plausible.io/api/event" site.Params.plausibleAnalytics.event }}"
|
||||||
src="{{ default "https://plausible.io/js/script.js" site.Params.plausibleAnalytics.script }}"></script>
|
src="{{ default "https://plausible.io/js/script.js" site.Params.plausibleAnalytics.script }}"
|
||||||
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -21,9 +21,7 @@
|
||||||
class="w-24 rounded-md sm:w-40" srcset="
|
class="w-24 rounded-md sm:w-40" srcset="
|
||||||
{{- (.Fill "160x120 smart").RelPermalink }}
|
{{- (.Fill "160x120 smart").RelPermalink }}
|
||||||
160w, {{- (.Fill "320x240 smart").RelPermalink }} 2x"
|
160w, {{- (.Fill "320x240 smart").RelPermalink }} 2x"
|
||||||
src="{{ (.Fill "160x120 smart").RelPermalink }}"
|
src="{{ (.Fill "160x120 smart").RelPermalink }}" width="160" height="120"
|
||||||
width="160"
|
|
||||||
height="120"
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $.Site.Params.enableImageLazyLoading | default true }}
|
{{ if $.Site.Params.enableImageLazyLoading | default true }}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
(and (ne $scope "single") (.Params.showTaxonomies | default (.Site.Params.list.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false))))
|
(and (ne $scope "single") (.Params.showTaxonomies | default (.Site.Params.list.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false))))
|
||||||
(and (eq $scope "single") (.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false)))
|
(and (eq $scope "single") (.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false)))
|
||||||
}}
|
}}
|
||||||
<div class="flex flex-wrap my-1 text-xs leading-relaxed text-neutral-500 dark:text-neutral-400 ">
|
<div class="my-1 flex flex-wrap text-xs leading-relaxed text-neutral-500 dark:text-neutral-400">
|
||||||
{{ range $taxonomy, $terms := .Site.Taxonomies }}
|
{{ range $taxonomy, $terms := .Site.Taxonomies }}
|
||||||
{{ if (gt (len ($context.GetTerms $taxonomy)) 0) }}
|
{{ if (gt (len ($context.GetTerms $taxonomy)) 0) }}
|
||||||
{{ range $context.GetTerms $taxonomy }}
|
{{ range $context.GetTerms $taxonomy }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<ol class="text-sm text-neutral-500 dark:text-neutral-400 print:hidden">
|
<ol class="text-sm text-neutral-500 print:hidden dark:text-neutral-400">
|
||||||
{{ template "crumb" (dict "p1" . "p2" .) }}
|
{{ template "crumb" (dict "p1" . "p2" .) }}
|
||||||
</ol>
|
</ol>
|
||||||
{{ define "crumb" }}
|
{{ define "crumb" }}
|
||||||
|
@ -7,9 +7,9 @@
|
||||||
{{ else if not .p1.IsHome }}
|
{{ else if not .p1.IsHome }}
|
||||||
{{ template "crumb" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
|
{{ template "crumb" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="inline {{ if or (eq .p1 .p2) (.p1.IsHome) }}hidden{{ end }}">
|
<li class="{{ if or (eq .p1 .p2) (.p1.IsHome) }}hidden{{ end }} inline">
|
||||||
<a
|
<a
|
||||||
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
|
class="dark:underline-neutral-600 decoration-neutral-300 hover:underline"
|
||||||
href="{{ .p1.RelPermalink }}"
|
href="{{ .p1.RelPermalink }}"
|
||||||
>{{ if .p1.Title }}
|
>{{ if .p1.Title }}
|
||||||
{{- .p1.Title -}}
|
{{- .p1.Title -}}
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
{{/* Footer menu */}}
|
{{/* Footer menu */}}
|
||||||
{{ if .Site.Menus.footer }}
|
{{ if .Site.Menus.footer }}
|
||||||
<nav class="pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
<nav class="pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
|
||||||
<ul class="flex flex-col list-none sm:flex-row">
|
<ul class="flex list-none flex-col sm:flex-row">
|
||||||
{{ range .Site.Menus.footer }}
|
{{ range .Site.Menus.footer }}
|
||||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||||
{{ continue }}
|
{{ continue }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="mb-1 group text-end sm:mb-0 sm:me-7 sm:last:me-0">
|
<li class="group mb-1 text-end sm:mb-0 sm:me-7 sm:last:me-0">
|
||||||
{{ if eq .Params.action "search" }}
|
{{ if eq .Params.action "search" }}
|
||||||
{{ $.Scratch.Add "searchCount" 1 }}
|
{{ $.Scratch.Add "searchCount" 1 }}
|
||||||
{{ if $.Site.Params.enableSearch | default false }}
|
{{ if $.Site.Params.enableSearch | default false }}
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
>
|
>
|
||||||
{{ with .Params.icon }}
|
{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -37,13 +37,13 @@
|
||||||
aria-label="appearance switcher"
|
aria-label="appearance switcher"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="inline transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:hidden"
|
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "moon" }}
|
{{ partial "icon.html" "moon" }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="hidden transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:inline"
|
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "sun" }}
|
{{ partial "icon.html" "sun" }}
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -117,13 +117,13 @@
|
||||||
>
|
>
|
||||||
<button id="appearance-switcher-0" type="button" aria-label="appearance switcher">
|
<button id="appearance-switcher-0" type="button" aria-label="appearance switcher">
|
||||||
<div
|
<div
|
||||||
class="flex items-center justify-center w-12 h-12 dark:hidden"
|
class="flex h-12 w-12 items-center justify-center dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "moon" }}
|
{{ partial "icon.html" "moon" }}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="items-center justify-center hidden w-12 h-12 dark:flex"
|
class="hidden h-12 w-12 items-center justify-center dark:flex"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "sun" }}
|
{{ partial "icon.html" "sun" }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral print:hidden sm:py-10">
|
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
|
||||||
<nav class="flex items-start justify-between sm:items-center">
|
<nav class="flex items-start justify-between sm:items-center">
|
||||||
{{/* Site logo/title */}}
|
{{/* Site logo/title */}}
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/* Main menu */}}
|
{{/* Main menu */}}
|
||||||
{{ if or .Site.Menus.main (.Site.Params.enableSearch | default false) }}
|
{{ if or .Site.Menus.main (.Site.Params.enableSearch | default false) }}
|
||||||
<ul class="flex flex-col list-none text-end sm:flex-row">
|
<ul class="flex list-none flex-col text-end sm:flex-row">
|
||||||
{{ if .Site.Menus.main }}
|
{{ if .Site.Menus.main }}
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "search" }}
|
{{ with .Params.icon | default "search" }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
aria-label="appearance switcher"
|
aria-label="appearance switcher"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="inline transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:hidden"
|
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "moon" }}
|
{{ with .Params.icon | default "moon" }}
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="hidden transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:inline"
|
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "sun" }}
|
{{ with .Params.icon | default "sun" }}
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -95,10 +95,10 @@
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||||
<li class="mb-1 group sm:mb-0 sm:me-7 sm:last:me-0">
|
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||||
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "search" }}
|
{{ partial "icon.html" "search" }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral print:hidden sm:py-10">
|
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
|
||||||
<nav class="flex items-start justify-between sm:items-center">
|
<nav class="flex items-start justify-between sm:items-center">
|
||||||
{{/* Site logo/title */}}
|
{{/* Site logo/title */}}
|
||||||
<div class="z-40 flex flex-row items-center">
|
<div class="z-40 flex flex-row items-center">
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
id="menu-wrapper"
|
id="menu-wrapper"
|
||||||
class="fixed inset-0 z-30 invisible w-full h-full m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50"
|
class="invisible fixed inset-0 z-30 m-auto h-full w-full cursor-default overflow-auto bg-neutral-100/50 opacity-0 backdrop-blur-sm transition-opacity dark:bg-neutral-900/50"
|
||||||
>
|
>
|
||||||
<ul
|
<ul
|
||||||
class="flex flex-col w-full px-6 py-6 mx-auto overflow-visible list-none max-w-7xl text-end sm:px-14 sm:py-10 sm:pt-10 md:px-24 lg:px-32"
|
class="mx-auto flex w-full max-w-7xl list-none flex-col overflow-visible px-6 py-6 text-end sm:px-14 sm:py-10 sm:pt-10 md:px-24 lg:px-32"
|
||||||
>
|
>
|
||||||
<li class="mb-1">
|
<li class="mb-1">
|
||||||
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400"
|
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400"
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||||
{{ continue }}
|
{{ continue }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="mb-1 group">
|
<li class="group mb-1">
|
||||||
{{ if eq .Params.action "search" }}
|
{{ if eq .Params.action "search" }}
|
||||||
{{ $.Scratch.Add "searchCount" 1 }}
|
{{ $.Scratch.Add "searchCount" 1 }}
|
||||||
{{ if $.Site.Params.enableSearch | default false }}
|
{{ if $.Site.Params.enableSearch | default false }}
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "search" }}
|
{{ with .Params.icon | default "search" }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
aria-label="appearance switcher"
|
aria-label="appearance switcher"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="inline transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:hidden"
|
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "moon" }}
|
{{ with .Params.icon | default "moon" }}
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="hidden transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:inline"
|
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "sun" }}
|
{{ with .Params.icon | default "sun" }}
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -112,10 +112,10 @@
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||||
<li class="mb-1 group">
|
<li class="group mb-1">
|
||||||
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "search" }}
|
{{ partial "icon.html" "search" }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral print:hidden sm:py-10">
|
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
|
||||||
<nav class="flex items-start justify-between sm:items-center">
|
<nav class="flex items-start justify-between sm:items-center">
|
||||||
{{/* Site logo/title */}}
|
{{/* Site logo/title */}}
|
||||||
<div class="z-40 flex flex-row items-center">
|
<div class="z-40 flex flex-row items-center">
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
id="menu-wrapper"
|
id="menu-wrapper"
|
||||||
class="fixed inset-0 z-30 invisible w-full h-full m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50"
|
class="invisible fixed inset-0 z-30 m-auto h-full w-full cursor-default overflow-auto bg-neutral-100/50 opacity-0 backdrop-blur-sm transition-opacity dark:bg-neutral-900/50"
|
||||||
>
|
>
|
||||||
<ul
|
<ul
|
||||||
class="flex flex-col w-full px-6 py-6 mx-auto overflow-visible list-none max-w-7xl text-end sm:px-14 sm:py-10 sm:pt-10 md:px-24 lg:px-32"
|
class="mx-auto flex w-full max-w-7xl list-none flex-col overflow-visible px-6 py-6 text-end sm:px-14 sm:py-10 sm:pt-10 md:px-24 lg:px-32"
|
||||||
>
|
>
|
||||||
<li class="mb-1">
|
<li class="mb-1">
|
||||||
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400"
|
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400"
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||||
{{ continue }}
|
{{ continue }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="mb-1 group">
|
<li class="group mb-1">
|
||||||
{{ if eq .Params.action "search" }}
|
{{ if eq .Params.action "search" }}
|
||||||
{{ $.Scratch.Add "searchCount" 1 }}
|
{{ $.Scratch.Add "searchCount" 1 }}
|
||||||
{{ if $.Site.Params.enableSearch | default false }}
|
{{ if $.Site.Params.enableSearch | default false }}
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "search" }}
|
{{ with .Params.icon | default "search" }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
aria-label="appearance switcher"
|
aria-label="appearance switcher"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="inline transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:hidden"
|
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "moon" }}
|
{{ with .Params.icon | default "moon" }}
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="hidden transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:inline"
|
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "sun" }}
|
{{ with .Params.icon | default "sun" }}
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -112,10 +112,10 @@
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||||
<li class="mb-1 group">
|
<li class="group mb-1">
|
||||||
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "search" }}
|
{{ partial "icon.html" "search" }}
|
||||||
</span>
|
</span>
|
||||||
|
@ -127,13 +127,13 @@
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
{{/* Basic menu */}}
|
{{/* Basic menu */}}
|
||||||
<ul class="flex-row hidden list-none text-end sm:flex">
|
<ul class="hidden list-none flex-row text-end sm:flex">
|
||||||
{{ if .Site.Menus.main }}
|
{{ if .Site.Menus.main }}
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||||
{{ continue }}
|
{{ continue }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="mb-1 group sm:mb-0 sm:me-7 sm:last:me-0">
|
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||||
{{ if eq .Params.action "search" }}
|
{{ if eq .Params.action "search" }}
|
||||||
{{ $.Scratch.Add "searchCount" 1 }}
|
{{ $.Scratch.Add "searchCount" 1 }}
|
||||||
{{ if $.Site.Params.enableSearch | default false }}
|
{{ if $.Site.Params.enableSearch | default false }}
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "search" }}
|
{{ with .Params.icon | default "search" }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
aria-label="appearance switcher"
|
aria-label="appearance switcher"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="inline transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:hidden"
|
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||||
title="{{ i18n "footer.dark_appearance" }}"
|
title="{{ i18n "footer.dark_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "moon" }}
|
{{ with .Params.icon | default "moon" }}
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="hidden transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600 dark:inline"
|
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||||
title="{{ i18n "footer.light_appearance" }}"
|
title="{{ i18n "footer.light_appearance" }}"
|
||||||
>
|
>
|
||||||
{{ with .Params.icon | default "sun" }}
|
{{ with .Params.icon | default "sun" }}
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{- partial "icon.html" . -}}
|
{{- partial "icon.html" . -}}
|
||||||
</span>
|
</span>
|
||||||
|
@ -216,10 +216,10 @@
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||||
<li class="mb-1 group sm:mb-0 sm:me-7 sm:last:me-0">
|
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||||
<button id="search-button-m1" title="{{ i18n "search.open_button_title" }}">
|
<button id="search-button-m1" title="{{ i18n "search.open_button_title" }}">
|
||||||
<span
|
<span
|
||||||
class="transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "search" }}
|
{{ partial "icon.html" "search" }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<article class="max-w-full prose dark:prose-invert">
|
<article class="prose max-w-full dark:prose-invert">
|
||||||
{{ with .Title }}
|
{{ with .Title }}
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ . | emojify }}</h1>
|
<h1>{{ . | emojify }}</h1>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- $icon := resources.Get (print "icons/" . ".svg") -}}
|
{{- $icon := resources.Get (print "icons/" . ".svg") -}}
|
||||||
{{- if $icon -}}
|
{{- if $icon -}}
|
||||||
<span class="relative inline-block align-text-bottom px-1 icon">
|
<span class="icon relative inline-block px-1 align-text-bottom">
|
||||||
{{- $icon.Content | safeHTML -}}
|
{{- $icon.Content | safeHTML -}}
|
||||||
</span>
|
</span>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -3,22 +3,24 @@
|
||||||
{{- $logo_dark := resources.Get .Site.Params.header.logoDark }}
|
{{- $logo_dark := resources.Get .Site.Params.header.logoDark }}
|
||||||
{{- if $logo }}
|
{{- if $logo }}
|
||||||
<a href="{{ "" | relLangURL }}" class="mr-2">
|
<a href="{{ "" | relLangURL }}" class="mr-2">
|
||||||
|
<!-- prettier-ignore-attribute -->
|
||||||
<img
|
<img
|
||||||
src="{{ $logo.RelPermalink }}"
|
src="{{ $logo.RelPermalink }}"
|
||||||
width="{{ div $logo.Width 2 }}"
|
width="{{ div $logo.Width 2 }}"
|
||||||
height="{{ div $logo.Height 2 }}"
|
height="{{ div $logo.Height 2 }}"
|
||||||
class="max-h-[10rem] max-w-[10rem] object-scale-down object-left{{ if $logo_dark }} hidden dark:flex{{ end }}"
|
class="max-h-[10rem] max-w-[10rem] object-scale-down object-left
|
||||||
|
{{ if $logo_dark }}hidden dark:flex{{ end }}"
|
||||||
alt="{{ .Site.Title }}"
|
alt="{{ .Site.Title }}"
|
||||||
/>
|
/>
|
||||||
{{- if $logo_dark }}
|
{{- if $logo_dark }}
|
||||||
<img
|
<img
|
||||||
src="{{ $logo_dark.RelPermalink }}"
|
src="{{ $logo_dark.RelPermalink }}"
|
||||||
width="{{ div $logo_dark.Width 2 }}"
|
width="{{ div $logo_dark.Width 2 }}"
|
||||||
height="{{ div $logo_dark.Height 2 }}"
|
height="{{ div $logo_dark.Height 2 }}"
|
||||||
class="max-h-[10rem] max-w-[10rem] object-scale-down object-left dark:hidden"
|
class="max-h-[10rem] max-w-[10rem] object-scale-down object-left dark:hidden"
|
||||||
alt="{{ .Site.Title }}"
|
alt="{{ .Site.Title }}"
|
||||||
/>
|
/>
|
||||||
{{- end}}
|
{{- end }}
|
||||||
</a>
|
</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
{{- if gt .TotalPages 1 }}
|
{{- if gt .TotalPages 1 }}
|
||||||
{{- $start := math.Max 1 (sub .PageNumber $width) }}
|
{{- $start := math.Max 1 (sub .PageNumber $width) }}
|
||||||
{{- $end := math.Min .TotalPages (add $start (mul $width 2)) }}
|
{{- $end := math.Min .TotalPages (add $start (mul $width 2)) }}
|
||||||
|
<ul class="mt-8 flex flex-row">
|
||||||
<ul class="flex flex-row mt-8">
|
|
||||||
{{- with .Prev }}
|
{{- with .Prev }}
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .First }}
|
{{- with .First }}
|
||||||
{{- if gt $currentPageNumber (add 1 $width) }}
|
{{- if gt $currentPageNumber (add 1 $width) }}
|
||||||
<li class="mx-1 min-w-[1.8rem] text-center">
|
<li class="mx-1 min-w-[1.8rem] text-center">
|
||||||
|
@ -35,14 +33,13 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- range $i := seq $start $end }}
|
{{- range $i := seq $start $end }}
|
||||||
<li class="mx-1 min-w-[1.8rem] text-center">
|
<li class="mx-1 min-w-[1.8rem] text-center">
|
||||||
{{- if eq $.Paginator.PageNumber $i }}
|
{{- if eq $.Paginator.PageNumber $i }}
|
||||||
<span
|
<span
|
||||||
aria-current="page"
|
aria-current="page"
|
||||||
aria-label="Page {{ $i }}"
|
aria-label="Page {{ $i }}"
|
||||||
class="block font-semibold rounded bg-primary-200 text-primary-700 dark:bg-primary-400 dark:text-neutral-800"
|
class="block rounded bg-primary-200 font-semibold text-primary-700 dark:bg-primary-400 dark:text-neutral-800"
|
||||||
>
|
>
|
||||||
{{ $i }}
|
{{ $i }}
|
||||||
</span>
|
</span>
|
||||||
|
@ -57,7 +54,6 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .Last }}
|
{{- with .Last }}
|
||||||
{{- if and (lt $currentPageNumber (sub .TotalPages $width)) (lt $end .TotalPages) }}
|
{{- if and (lt $currentPageNumber (sub .TotalPages $width)) (lt $end .TotalPages) }}
|
||||||
{{- if lt $currentPageNumber (sub .TotalPages (add $width 1)) }}
|
{{- if lt $currentPageNumber (sub .TotalPages (add $width 1)) }}
|
||||||
|
@ -74,7 +70,6 @@
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .Next }}
|
{{- with .Next }}
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
{{ with $img }}
|
{{ with $img }}
|
||||||
{{ if (eq .MediaType.SubType "svg") }}
|
{{ if (eq .MediaType.SubType "svg") }}
|
||||||
{{ $width := ""}}
|
{{ $width := "" }}
|
||||||
{{ $height := ""}}
|
{{ $height := "" }}
|
||||||
{{ $svgContent := .Content }}
|
{{ $svgContent := .Content }}
|
||||||
{{ range (findRESubmatch `<svg[^>]*width=["']([.0-9]*)["'a-zA-Z]` $svgContent 1) }}
|
{{ range (findRESubmatch `<svg[^>]*width=["']([.0-9]*)["'a-zA-Z]` $svgContent 1) }}
|
||||||
{{ $width = index . 1 }}
|
{{ $width = index . 1 }}
|
||||||
|
@ -28,39 +28,39 @@
|
||||||
{{/* do not use lazy without dimensions */}}
|
{{/* do not use lazy without dimensions */}}
|
||||||
{{ $lazy = false }}
|
{{ $lazy = false }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<!-- prettier-ignore -->
|
||||||
<picture {{ with $class }} class="{{ . }}" {{ end }}>
|
<picture {{ with $class }} class="{{ . }}" {{ end }}>
|
||||||
<img
|
<img
|
||||||
src="{{ .RelPermalink }}"
|
src="{{ .RelPermalink }}"
|
||||||
{{ with $width }} width="{{ . }}" {{ end }}
|
{{ with $width }}width="{{ . }}"{{ end }}
|
||||||
{{ with $height }} height="{{ . }}" {{ end }}
|
{{ with $height }}height="{{ . }}"{{ end }}
|
||||||
{{ with $class }} class="{{ . }}" {{ end }}
|
{{ with $class }}class="{{ . }}"{{ end }}
|
||||||
{{ with $alt }} alt="{{ . }}" {{ end }}
|
{{ with $alt }}alt="{{ . }}"{{ end }}
|
||||||
{{ with $lazy }} loading="lazy" decoding="async" {{ end }}
|
{{ with $lazy }}loading="lazy" decoding="async"{{ end }}
|
||||||
>
|
/>
|
||||||
</picture>
|
</picture>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<picture
|
<picture
|
||||||
{{ with $class }} class="{{ . }}" {{ end }}
|
{{ with $class }}class="{{ . }}"{{ end }}
|
||||||
{{ if $lqip }}
|
{{ if $lqip }}
|
||||||
{{ $bg := (.Resize "20x webp q20").Content | base64Encode }}
|
{{ $bg := (.Resize "20x webp q20").Content | base64Encode }}
|
||||||
style="background-image:url(data:image/webp;base64,{{ $bg }});background-size:cover"
|
style="background-image:url(data:image/webp;base64,{{ $bg }});background-size:cover"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
>
|
>
|
||||||
{{ $width := .Width }}
|
{{ $width := .Width }}
|
||||||
{{ $height := .Height }}
|
{{ $height := .Height }}
|
||||||
{{ if $x2 }}
|
{{ if $x2 }}
|
||||||
{{ $width = div .Width 2 }}
|
{{ $width = div .Width 2 }}
|
||||||
{{ $height = div .Height 2 }}
|
{{ $height = div .Height 2 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $webp }}
|
{{ if $webp }}
|
||||||
<source
|
<source
|
||||||
{{ if lt .Width 660 }}
|
{{ if lt .Width 660 }}
|
||||||
{{ with .Resize (printf "%dx%d webp" .Width .Height) }}
|
{{ with .Resize (printf "%dx%d webp" .Width .Height) }}
|
||||||
src="{{ .RelPermalink }}"
|
src="{{ .RelPermalink }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
srcset="
|
srcset=" {{- (.Resize "330x webp").RelPermalink }} 330w,
|
||||||
{{- (.Resize "330x webp").RelPermalink }} 330w,
|
|
||||||
{{- (.Resize "660x webp").RelPermalink }} 660w
|
{{- (.Resize "660x webp").RelPermalink }} 660w
|
||||||
{{ if gt .Width 1024 }}
|
{{ if gt .Width 1024 }}
|
||||||
,{{ (.Resize "1024x webp").RelPermalink }} 1024w
|
,{{ (.Resize "1024x webp").RelPermalink }} 1024w
|
||||||
|
@ -76,24 +76,24 @@
|
||||||
,{{ .RelPermalink }} {{ .Width }}w
|
,{{ .RelPermalink }} {{ .Width }}w
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}"
|
{{ end }}"
|
||||||
src="{{ (.Resize "660x webp").RelPermalink }}"
|
src="{{ (.Resize "660x webp").RelPermalink }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
type="image/webp"
|
type="image/webp"
|
||||||
/>
|
/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<img
|
<img
|
||||||
src="{{ .RelPermalink }}"
|
src="{{ .RelPermalink }}"
|
||||||
width="{{ $width }}"
|
width="{{ $width }}"
|
||||||
height="{{ $height }}"
|
height="{{ $height }}"
|
||||||
{{ with $class }} class="{{ . }}" {{ end }}
|
{{ with $class }}class="{{ . }}"{{ end }}
|
||||||
{{ with $alt }} alt="{{ . }}" {{ end }}
|
{{ with $alt }}alt="{{ . }}"{{ end }}
|
||||||
{{ with $lazy }} loading="lazy" decoding="async" {{ end }}
|
{{ with $lazy }}loading="lazy" decoding="async"{{ end }}
|
||||||
{{ if lt .Width 660 }}
|
{{ if lt .Width 660 }}
|
||||||
src="{{ .RelPermalink }}"
|
src="{{ .RelPermalink }}"
|
||||||
{{ else }}
|
{{ else }}
|
||||||
srcset="
|
srcset=" {{- (.Resize "330x").RelPermalink }} 330w,
|
||||||
{{- (.Resize "330x").RelPermalink }} 330w,
|
{{- (.Resize "660x").RelPermalink }}
|
||||||
{{- (.Resize "660x").RelPermalink }} 660w
|
660w
|
||||||
{{ if gt .Width 1024 }}
|
{{ if gt .Width 1024 }}
|
||||||
,{{ (.Resize "1024x").RelPermalink }} 1024w
|
,{{ (.Resize "1024x").RelPermalink }} 1024w
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
{{ end }}"
|
{{ end }}"
|
||||||
src="{{ (.Resize "660x").RelPermalink }}"
|
src="{{ (.Resize "660x").RelPermalink }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
>
|
/>
|
||||||
</picture>
|
</picture>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,34 +1,34 @@
|
||||||
<div
|
<div
|
||||||
id="search-wrapper"
|
id="search-wrapper"
|
||||||
class="invisible fixed inset-0 z-50 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh]"
|
class="invisible fixed inset-0 z-50 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm sm:p-6 md:p-[10vh] lg:p-[12vh] dark:bg-neutral-900/50"
|
||||||
data-url="{{ "" | absLangURL }}"
|
data-url="{{ "" | absLangURL }}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="search-modal"
|
id="search-modal"
|
||||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800"
|
class="top-20 mx-auto flex min-h-0 w-full max-w-3xl flex-col rounded-md border border-neutral-200 bg-neutral shadow-lg dark:border-neutral-700 dark:bg-neutral-800"
|
||||||
>
|
>
|
||||||
<header class="relative z-10 flex items-center justify-between flex-none px-2">
|
<header class="relative z-10 flex flex-none items-center justify-between px-2">
|
||||||
<form class="flex items-center flex-auto min-w-0">
|
<form class="flex min-w-0 flex-auto items-center">
|
||||||
<div class="flex items-center justify-center w-8 h-8 text-neutral-400">
|
<div class="flex h-8 w-8 items-center justify-center text-neutral-400">
|
||||||
{{ partial "icon.html" "search" }}
|
{{ partial "icon.html" "search" }}
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
id="search-query"
|
id="search-query"
|
||||||
class="flex flex-auto h-12 mx-1 bg-transparent appearance-none focus:outline-dotted focus:outline-2 focus:outline-transparent"
|
class="mx-1 flex h-12 flex-auto appearance-none bg-transparent focus:outline-dotted focus:outline-2 focus:outline-transparent"
|
||||||
placeholder="{{ i18n "search.input_placeholder" }}"
|
placeholder="{{ i18n "search.input_placeholder" }}"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
<button
|
<button
|
||||||
id="close-search-button"
|
id="close-search-button"
|
||||||
class="flex items-center justify-center w-8 h-8 text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
|
class="flex h-8 w-8 items-center justify-center text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
|
||||||
title="{{ i18n "search.close_button_title" }}"
|
title="{{ i18n "search.close_button_title" }}"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "xmark" }}
|
{{ partial "icon.html" "xmark" }}
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
<section class="flex-auto px-2 overflow-auto">
|
<section class="flex-auto overflow-auto px-2">
|
||||||
<ul id="search-results">
|
<ul id="search-results">
|
||||||
<!-- <li class="mb-2">
|
<!-- <li class="mb-2">
|
||||||
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<details open class="-ms-5 mt-0 overflow-hidden rounded-lg ps-5">
|
<details open class="-ms-5 mt-0 overflow-hidden rounded-lg ps-5">
|
||||||
<summary
|
<summary
|
||||||
class="-ms-5 block cursor-pointer bg-neutral-100 py-1 ps-5 text-lg font-semibold text-neutral-800 dark:bg-neutral-700 dark:text-neutral-100 lg:hidden"
|
class="-ms-5 block cursor-pointer bg-neutral-100 py-1 ps-5 text-lg font-semibold text-neutral-800 lg:hidden dark:bg-neutral-700 dark:text-neutral-100"
|
||||||
>
|
>
|
||||||
{{ i18n "article.table_of_contents" }}
|
{{ i18n "article.table_of_contents" }}
|
||||||
</summary>
|
</summary>
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
{{ if .IsTranslated }}
|
{{ if .IsTranslated }}
|
||||||
{{ $currentLang := .Page.Lang }}
|
{{ $currentLang := .Page.Lang }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if site.IsMultiLingual }}
|
||||||
<div class="relative group">
|
<div class="group relative">
|
||||||
<button
|
<button
|
||||||
class="flex items-center justify-end w-full transition-colors group-dark:hover:text-primary-400 group-hover:text-primary-600"
|
class="group-dark:hover:text-primary-400 flex w-full items-center justify-end transition-colors group-hover:text-primary-600"
|
||||||
>
|
>
|
||||||
{{ partial "icon.html" "translate" }}<span class="text-sm">{{ .Lang | upper }}</span
|
{{ partial "icon.html" "translate" }}<span class="text-sm">{{ .Lang | upper }}</span
|
||||||
><span class="text-[0.6rem]"
|
><span class="text-[0.6rem]"
|
||||||
|
@ -20,10 +20,10 @@
|
||||||
>
|
>
|
||||||
</button>
|
</button>
|
||||||
{{ if eq $dir "down" }}
|
{{ if eq $dir "down" }}
|
||||||
<div class="invisible w-full h-2 bg-transparent group-hover:visible"></div>
|
<div class="invisible h-2 w-full bg-transparent group-hover:visible"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div
|
<div
|
||||||
class="{{ cond (eq $dir "down") "top-8" "bottom-7" }} invisible absolute ltr:right-0 rtl:left-0 z-50 flex flex-col whitespace-nowrap rounded border border-neutral-300 bg-neutral text-start text-base shadow group-hover:visible dark:border-neutral-600 dark:bg-neutral-800"
|
class="{{ cond (eq $dir "down") "top-8" "bottom-7" }} invisible absolute z-50 flex flex-col whitespace-nowrap rounded border border-neutral-300 bg-neutral text-start text-base shadow group-hover:visible ltr:right-0 rtl:left-0 dark:border-neutral-600 dark:bg-neutral-800"
|
||||||
>
|
>
|
||||||
{{ $siteLanguages := site.Languages }}
|
{{ $siteLanguages := site.Languages }}
|
||||||
{{ $pageLang := .Page.Lang }}
|
{{ $pageLang := .Page.Lang }}
|
||||||
|
@ -36,9 +36,9 @@
|
||||||
{{ if eq $pageLang .Lang }}
|
{{ if eq $pageLang .Lang }}
|
||||||
<a
|
<a
|
||||||
href="{{ $translation.RelPermalink }}"
|
href="{{ $translation.RelPermalink }}"
|
||||||
class="flex items-center justify-between w-full px-2 py-1 bg-primary-100 dark:bg-primary-900"
|
class="flex w-full items-center justify-between bg-primary-100 px-2 py-1 dark:bg-primary-900"
|
||||||
>{{ .LanguageName }}<span
|
>{{ .LanguageName }}<span
|
||||||
class="w-6 ms-2 text-primary-600 dark:text-primary-400"
|
class="ms-2 w-6 text-primary-600 dark:text-primary-400"
|
||||||
>{{ partial "icon.html" "check" }}</span
|
>{{ partial "icon.html" "check" }}</span
|
||||||
></a
|
></a
|
||||||
>
|
>
|
||||||
|
|
|
@ -4,7 +4,12 @@
|
||||||
{{ $mermaidConfig := resources.Get "js/mermaid.js" }}
|
{{ $mermaidConfig := resources.Get "js/mermaid.js" }}
|
||||||
{{ $mermaidConfig := $mermaidConfig | resources.Minify }}
|
{{ $mermaidConfig := $mermaidConfig | resources.Minify }}
|
||||||
{{ $mermaidJS := slice $mermaidLib $mermaidConfig | resources.Concat "js/mermaid.bundle.js" | resources.Fingerprint "sha512" }}
|
{{ $mermaidJS := slice $mermaidLib $mermaidConfig | resources.Concat "js/mermaid.bundle.js" | resources.Fingerprint "sha512" }}
|
||||||
<script defer type="text/javascript" src="{{ $mermaidJS.RelPermalink }}" integrity="{{ $mermaidJS.Data.Integrity }}"></script>
|
<script
|
||||||
|
defer
|
||||||
|
type="text/javascript"
|
||||||
|
src="{{ $mermaidJS.RelPermalink }}"
|
||||||
|
integrity="{{ $mermaidJS.Data.Integrity }}"
|
||||||
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{/* Chart */}}
|
{{/* Chart */}}
|
||||||
{{ if .Page.HasShortcode "chart" }}
|
{{ if .Page.HasShortcode "chart" }}
|
||||||
|
@ -12,23 +17,38 @@
|
||||||
{{ $chartConfig := resources.Get "js/chart.js" }}
|
{{ $chartConfig := resources.Get "js/chart.js" }}
|
||||||
{{ $chartConfig := $chartConfig | resources.Minify }}
|
{{ $chartConfig := $chartConfig | resources.Minify }}
|
||||||
{{ $chartJS := slice $chartLib $chartConfig | resources.Concat "js/chart.bundle.js" | resources.Fingerprint "sha512" }}
|
{{ $chartJS := slice $chartLib $chartConfig | resources.Concat "js/chart.bundle.js" | resources.Fingerprint "sha512" }}
|
||||||
<script defer type="text/javascript" src="{{ $chartJS.RelPermalink }}" integrity="{{ $chartJS.Data.Integrity }}"></script>
|
<script
|
||||||
|
defer
|
||||||
|
type="text/javascript"
|
||||||
|
src="{{ $chartJS.RelPermalink }}"
|
||||||
|
integrity="{{ $chartJS.Data.Integrity }}"
|
||||||
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{/* Katex */}}
|
{{/* Katex */}}
|
||||||
{{ if .Page.HasShortcode "katex" }}
|
{{ if .Page.HasShortcode "katex" }}
|
||||||
{{ $katexCSS := resources.Get "lib/katex/katex.min.css" }}
|
{{ $katexCSS := resources.Get "lib/katex/katex.min.css" }}
|
||||||
{{ $katexCSS := $katexCSS | resources.Fingerprint "sha512" }}
|
{{ $katexCSS := $katexCSS | resources.Fingerprint "sha512" }}
|
||||||
<link
|
<link
|
||||||
type="text/css" rel="stylesheet"
|
type="text/css"
|
||||||
|
rel="stylesheet"
|
||||||
href="{{ $katexCSS.RelPermalink }}"
|
href="{{ $katexCSS.RelPermalink }}"
|
||||||
integrity="{{ $katexCSS.Data.Integrity }}"
|
integrity="{{ $katexCSS.Data.Integrity }}"
|
||||||
/>
|
/>
|
||||||
{{ $katexJS := resources.Get "lib/katex/katex.min.js" }}
|
{{ $katexJS := resources.Get "lib/katex/katex.min.js" }}
|
||||||
{{ $katexJS := $katexJS | resources.Fingerprint "sha512" }}
|
{{ $katexJS := $katexJS | resources.Fingerprint "sha512" }}
|
||||||
<script defer src="{{ $katexJS.RelPermalink }}" integrity="{{ $katexJS.Data.Integrity }}"></script>
|
<script
|
||||||
|
defer
|
||||||
|
src="{{ $katexJS.RelPermalink }}"
|
||||||
|
integrity="{{ $katexJS.Data.Integrity }}"
|
||||||
|
></script>
|
||||||
{{ $katexRenderJS := resources.Get "lib/katex/auto-render.min.js" }}
|
{{ $katexRenderJS := resources.Get "lib/katex/auto-render.min.js" }}
|
||||||
{{ $katexRenderJS := $katexRenderJS | resources.Fingerprint "sha512" }}
|
{{ $katexRenderJS := $katexRenderJS | resources.Fingerprint "sha512" }}
|
||||||
<script defer src="{{ $katexRenderJS.RelPermalink }}" integrity="{{ $katexRenderJS.Data.Integrity }}" onload="renderMathInElement(document.body);"></script>
|
<script
|
||||||
|
defer
|
||||||
|
src="{{ $katexRenderJS.RelPermalink }}"
|
||||||
|
integrity="{{ $katexRenderJS.Data.Integrity }}"
|
||||||
|
onload="renderMathInElement(document.body);"
|
||||||
|
></script>
|
||||||
{{ $katexFonts := resources.Match "lib/katex/fonts/*" }}
|
{{ $katexFonts := resources.Match "lib/katex/fonts/*" }}
|
||||||
{{ range $katexFonts }}
|
{{ range $katexFonts }}
|
||||||
{{ .Publish }}
|
{{ .Publish }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-primary-900">
|
<div class="flex rounded-md bg-primary-100 px-4 py-3 dark:bg-primary-900">
|
||||||
<span class="pe-3 text-primary-400">
|
<span class="pe-3 text-primary-400">
|
||||||
{{ partial "icon.html" (.Get 0 | default "triangle-exclamation") }}
|
{{ partial "icon.html" (.Get 0 | default "triangle-exclamation") }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
{{ $img = resources.Get $path }}
|
{{ $img = resources.Get $path }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
<figure{{ with $class }} class="{{ . }}"{{ end }}>
|
<figure{{ with $class }} class="{{ . }}"{{ end }}>
|
||||||
{{ with $href }}<a href="{{ . }}">{{ end }}
|
{{ with $href }}<a href="{{ . }}">{{ end }}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{ $icon := resources.Get (printf "icons/%s.svg" ($.Get 0)) }}
|
{{ $icon := resources.Get (printf "icons/%s.svg" ($.Get 0)) }}
|
||||||
{{ if $icon }}
|
{{ if $icon }}
|
||||||
<span class="relative inline-block align-text-bottom icon">
|
<span class="icon relative inline-block align-text-bottom">
|
||||||
{{ $icon.Content | safeHTML }}
|
{{ $icon.Content | safeHTML }}
|
||||||
</span>
|
</span>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
|
@ -1 +1,8 @@
|
||||||
{{/* Nothing to see here */}}
|
{{ $mode := .Get 0 }}
|
||||||
|
{{ if eq $mode "block" }}
|
||||||
|
$${{.Inner}}$$
|
||||||
|
{{ else if or (eq $mode "inline") (eq $mode nil) }}
|
||||||
|
\({{.Inner}}\)
|
||||||
|
{{ else }}
|
||||||
|
{{ errorf "Invalid katex mode: expected block or inline" }}
|
||||||
|
{{ end }}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{{ if .Get "src" }}
|
{{ if .Get "src" }}
|
||||||
{{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) }}
|
{{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) }}
|
||||||
|
<!-- prettier-ignore -->
|
||||||
<figure{{ with .Get "class" }} class="{{ . }}"{{ end }}>
|
<figure{{ with .Get "class" }} class="{{ . }}"{{ end }}>
|
||||||
{{- if .Get "href" -}}
|
{{- if .Get "href" -}}
|
||||||
<a href="{{ .Get "href" }}">
|
<a href="{{ .Get "href" }}">
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
"mermaid": "^10.6.1",
|
"mermaid": "^10.6.1",
|
||||||
"prettier": "^3.1.1",
|
"prettier": "^3.1.1",
|
||||||
"prettier-plugin-go-template": "^0.0.15",
|
"prettier-plugin-go-template": "^0.0.15",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.9",
|
"prettier-plugin-tailwindcss": "^0.5.10",
|
||||||
"quicklink": "^2.3.0",
|
"quicklink": "^2.3.0",
|
||||||
"rimraf": "^5.0.5",
|
"rimraf": "^5.0.5",
|
||||||
"tailwindcss": "^3.3.7",
|
"tailwindcss": "^3.4.0",
|
||||||
"vendor-copy": "^3.0.1"
|
"vendor-copy": "^3.0.1"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
|
@ -2363,9 +2363,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prettier-plugin-tailwindcss": {
|
"node_modules/prettier-plugin-tailwindcss": {
|
||||||
"version": "0.5.9",
|
"version": "0.5.10",
|
||||||
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.9.tgz",
|
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.10.tgz",
|
||||||
"integrity": "sha512-9x3t1s2Cjbut2QiP+O0mDqV3gLXTe2CgRlQDgucopVkUdw26sQi53p/q4qvGxMLBDfk/dcTV57Aa/zYwz9l8Ew==",
|
"integrity": "sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.21.3"
|
"node": ">=14.21.3"
|
||||||
|
@ -2896,9 +2896,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tailwindcss": {
|
"node_modules/tailwindcss": {
|
||||||
"version": "3.3.7",
|
"version": "3.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz",
|
||||||
"integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==",
|
"integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alloc/quick-lru": "^5.2.0",
|
"@alloc/quick-lru": "^5.2.0",
|
||||||
|
@ -4860,9 +4860,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prettier-plugin-tailwindcss": {
|
"prettier-plugin-tailwindcss": {
|
||||||
"version": "0.5.9",
|
"version": "0.5.10",
|
||||||
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.9.tgz",
|
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.10.tgz",
|
||||||
"integrity": "sha512-9x3t1s2Cjbut2QiP+O0mDqV3gLXTe2CgRlQDgucopVkUdw26sQi53p/q4qvGxMLBDfk/dcTV57Aa/zYwz9l8Ew==",
|
"integrity": "sha512-9UGSejqFxGG6brYjFfTYlJ8zs4L/lvZg1AngFfaC5Fs1otSskASv5IWKmjPu5MlABQUtTKtMArKyYr/hWpXSUg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
@ -5199,9 +5199,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"tailwindcss": {
|
"tailwindcss": {
|
||||||
"version": "3.3.7",
|
"version": "3.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz",
|
||||||
"integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==",
|
"integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@alloc/quick-lru": "^5.2.0",
|
"@alloc/quick-lru": "^5.2.0",
|
||||||
|
|
|
@ -36,10 +36,10 @@
|
||||||
"mermaid": "^10.6.1",
|
"mermaid": "^10.6.1",
|
||||||
"prettier": "^3.1.1",
|
"prettier": "^3.1.1",
|
||||||
"prettier-plugin-go-template": "^0.0.15",
|
"prettier-plugin-go-template": "^0.0.15",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.9",
|
"prettier-plugin-tailwindcss": "^0.5.10",
|
||||||
"quicklink": "^2.3.0",
|
"quicklink": "^2.3.0",
|
||||||
"rimraf": "^5.0.5",
|
"rimraf": "^5.0.5",
|
||||||
"tailwindcss": "^3.3.7",
|
"tailwindcss": "^3.4.0",
|
||||||
"vendor-copy": "^3.0.1"
|
"vendor-copy": "^3.0.1"
|
||||||
},
|
},
|
||||||
"vendorCopy": [],
|
"vendorCopy": [],
|
||||||
|
|
|
@ -1 +1,21 @@
|
||||||
{"name":"Congo","short_name":"Congo","icons":[{"src": "/android-chrome-192x192.png","sizes": "192x192","type": "image/png","purpose": "any maskable"},{"src": "/android-chrome-512x512.png","sizes": "512x512","type": "image/png","purpose": "any maskable"}],"theme_color":"#ffffff","background_color":"#7c3aed","display":"standalone"}
|
{
|
||||||
|
"name": "Congo",
|
||||||
|
"short_name": "Congo",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#7c3aed",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue