Merge branch 'master' into fix/instant-loading-bugs
BIN
.github/assets/sponsors/sponsor-spotware.png
vendored
Normal file
After Width: | Height: | Size: 8.3 KiB |
4
.github/workflows/build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up Node.js dependency cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up Node.js dependency cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||
|
6
.github/workflows/documentation.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
requirements.txt
|
||||
|
||||
- name: Set up build cache
|
||||
uses: actions/cache/restore@v3
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
||||
path: .cache
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
pip install -e mkdocs-material-insiders
|
||||
cp mkdocs-material-insiders/mkdocs.yml mkdocs.yml
|
||||
echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml
|
||||
# echo 'extra_javascript: [${{ vars.CHAT_CLIENT_URL }}]' >> mkdocs.yml
|
||||
rm -rf material
|
||||
cp -r mkdocs-material-insiders/material material
|
||||
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
- name: Save build cache
|
||||
uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
key: mkdocs-material-${{ hashfiles('.cache/**') }}
|
||||
path: .cache
|
||||
|
@ -1,3 +1,7 @@
|
||||
mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)
|
||||
|
||||
* Added configurable logging capabilities to privacy plugin
|
||||
|
||||
mkdocs-material-9.5.4 (2024-01-15)
|
||||
|
||||
* Fixed #6645: Local storage with invalid value can break site
|
||||
|
@ -165,6 +165,9 @@
|
||||
<a href="https://3dr.com/" target=_blank><img
|
||||
src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-3dr.png" height="58"
|
||||
/></a>
|
||||
<a href="https://spotware.com/" target=_blank><img
|
||||
src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-spotware.png" height="58"
|
||||
/></a>
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 4.50.0 <small>January 19, 2024</small> { id="4.50.0" }
|
||||
|
||||
- Added configurable logging capabilities to privacy plugin
|
||||
|
||||
### 4.49.2 <small>January 9, 2024</small> { id="4.49.2" }
|
||||
|
||||
- Fixed missing attribute lists extension for tags plugin
|
||||
|
@ -105,7 +105,7 @@ which are currently exclusively available to sponsors:
|
||||
- [x] [Social plugin: background images]
|
||||
- [x] [Code range selection]
|
||||
- [x] [Code annotations: custom selectors]
|
||||
- [x] [Privacy plugin: optimization support]
|
||||
- [x] [Privacy plugin: advanced settings]
|
||||
- [x] [Optimize plugin]
|
||||
- [x] [Navigation path] (Breadcrumbs)
|
||||
- [x] [Typeset plugin]
|
||||
@ -201,6 +201,7 @@ You can cancel your sponsorship anytime.[^5]
|
||||
[![Bühler Group]](https://www.buhlergroup.com/){ target=_blank title="Bühler Group" }
|
||||
[![Transformation Flow]](https://transformationflow.io/){ target=_blank title="Transformation Flow" }
|
||||
[![3DR]](https://3dr.com/){ target=_blank title="3DR" }
|
||||
[![Spotware]](https://spotware.com/){ target=_blank title="Spotware" }
|
||||
|
||||
</div>
|
||||
|
||||
@ -238,6 +239,7 @@ You can cancel your sponsorship anytime.[^5]
|
||||
[Bühler Group]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-buhler.png
|
||||
[Transformation Flow]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-transformationflow.png
|
||||
[3DR]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-3dr.png
|
||||
[Spotware]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-spotware.png
|
||||
|
||||
<hr />
|
||||
|
||||
@ -277,8 +279,8 @@ are released for general availability.
|
||||
[Blog plugin: related links]: ../setup/setting-up-a-blog.md#adding-related-links
|
||||
[Blog plugin: custom index pages]: ../setup/setting-up-a-blog.md#custom-index-pages
|
||||
[Tags plugin: configurable listings]: ../setup/setting-up-tags.md#configurable-listings
|
||||
[Tags plugin: allow list]: ../setup/setting-up-tags.md#+tags.tags_allowed
|
||||
[custom sorting]: ../setup/setting-up-tags.md#+tags.tags_compare
|
||||
[Tags plugin: allow list]: ../plugins/tags.md#config.tags_allowed
|
||||
[custom sorting]: ../plugins/tags.md#config.tags_sort_by
|
||||
[Navigation subtitles]: ../reference/index.md#setting-the-page-subtitle
|
||||
|
||||
#### $ 20,000 – Jalapeño
|
||||
@ -286,7 +288,7 @@ are released for general availability.
|
||||
- [x] [Optimize plugin]
|
||||
- [x] [Typeset plugin]
|
||||
- [x] [Navigation path] (Breadcrumbs)
|
||||
- [x] [Privacy plugin: optimization support]
|
||||
- [x] [Privacy plugin: advanced settings]
|
||||
- [x] [Privacy plugin: external links]
|
||||
- [x] [Instant prefetching]
|
||||
- [x] [Blog plugin: advanced settings]
|
||||
@ -294,8 +296,8 @@ are released for general availability.
|
||||
|
||||
[Optimize plugin]: ../plugins/optimize.md
|
||||
[Typeset plugin]: ../plugins/typeset.md
|
||||
[Privacy plugin: external links]: ../setup/ensuring-data-privacy.md#+privacy.links
|
||||
[Privacy plugin: optimization support]: ../setup/ensuring-data-privacy.md#+privacy.assets_include
|
||||
[Privacy plugin: external links]: ../plugins/privacy.md#external-links
|
||||
[Privacy plugin: advanced settings]: ../setup/ensuring-data-privacy.md#advanced-settings
|
||||
[Navigation path]: ../setup/setting-up-navigation.md#navigation-path
|
||||
[Instant prefetching]: ../setup/setting-up-navigation.md#instant-prefetching
|
||||
[Blog plugin: advanced settings]: ../setup/setting-up-a-blog.md#advanced-settings
|
||||
@ -314,7 +316,7 @@ are released for general availability.
|
||||
|
||||
[Projects plugin]: ../plugins/projects.md
|
||||
[Social plugin: custom layouts]: ../setup/setting-up-social-cards.md#customization
|
||||
[Social plugin: background images]: ../setup/setting-up-social-cards.md#+social.cards_layout_params.background_image
|
||||
[Social plugin: background images]: ../plugins/social.md#option.background_image
|
||||
[Code range selection]: ../reference/code-blocks.md#code-selection-button
|
||||
[Code annotations: custom selectors]: ../reference/code-blocks.md#custom-selectors
|
||||
[Stay on page when switching languages]: ../setup/changing-the-language.md#stay-on-page
|
||||
|
@ -213,6 +213,84 @@ with each other.
|
||||
|
||||
[multiple instances]: index.md#multiple-instances
|
||||
|
||||
### Logging
|
||||
|
||||
The following settings are available for logging:
|
||||
|
||||
---
|
||||
|
||||
#### <!-- md:setting config.log -->
|
||||
|
||||
<!-- md:sponsors -->
|
||||
<!-- md:version insiders-4.50.0 -->
|
||||
<!-- md:default `true` -->
|
||||
|
||||
Use this setting to control whether the plugin should display log messages when
|
||||
building your site. While not being recommended, you can disable logging with:
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
log: false
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### <!-- md:setting config.log_level -->
|
||||
|
||||
<!-- md:sponsors -->
|
||||
<!-- md:version insiders-4.50.0 -->
|
||||
<!-- md:default `info` -->
|
||||
|
||||
Use this setting to control the log level that the plugin should employ when
|
||||
encountering errors, which requires that the [`log`][config.log] setting is
|
||||
enabled. The following log levels are available:
|
||||
|
||||
=== "`error`"
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
log_level: error
|
||||
```
|
||||
|
||||
Only errors are reported.
|
||||
|
||||
=== "`warn`"
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
log_level: warn
|
||||
```
|
||||
|
||||
Errors and warnings are reported, terminating the build in
|
||||
[`strict`][mkdocs.strict] mode. This includes warnings when symlinks cannot
|
||||
be created due to a lack of permissions on Windows systems (#6550).
|
||||
|
||||
=== "`info`"
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
log_level: info
|
||||
```
|
||||
|
||||
Errors, warnings and informational messages are reported, including which
|
||||
assets were successfully downloaded by the plugin.
|
||||
|
||||
=== "`debug`"
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
log_level: debug
|
||||
```
|
||||
|
||||
All messages are reported, including debug messages, if and only if MkDocs
|
||||
was started with the `--verbose` flag. Note that this will print a lot of
|
||||
messages and is only useful for debugging.
|
||||
|
||||
### External assets
|
||||
|
||||
The following settings are available for external assets:
|
||||
|
@ -218,8 +218,10 @@ other providers:
|
||||
- [:simple-azuredevops: Azure][Azure]
|
||||
- [:simple-cloudflarepages: Cloudflare Pages][Cloudflare Pages]
|
||||
- [:simple-digitalocean: DigitalOcean][DigitalOcean]
|
||||
- [:material-airballoon-outline: Fly.io][Flyio]
|
||||
- [:simple-netlify: Netlify][Netlify]
|
||||
- [:simple-vercel: Vercel][Vercel]
|
||||
- [:simple-codeberg: Codeberg Pages][Codeberg Pages]
|
||||
|
||||
</div>
|
||||
|
||||
@ -230,5 +232,7 @@ other providers:
|
||||
[Azure]: https://bawmedical.co.uk/t/publishing-a-material-for-mkdocs-site-to-azure-with-automatic-branch-pr-preview-deployments/763
|
||||
[Cloudflare Pages]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-cloudflare/
|
||||
[DigitalOcean]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-digitalocean-app-platform/
|
||||
[Flyio]: https://documentation.breadnet.co.uk/cloud/fly/mkdocs-on-fly/
|
||||
[Netlify]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-netlify/
|
||||
[Vercel]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-vercel/
|
||||
[Codeberg Pages]: https://andre601.ch/blog/2023/11-05-using-codeberg-pages/
|
||||
|
@ -4,10 +4,10 @@ icon: material/alphabet-greek
|
||||
|
||||
# Math
|
||||
|
||||
[MathJax] and [KaTeX] are two popular libraries for displaying
|
||||
mathematical content in browsers. Although both libraries offer similar
|
||||
functionality, they use different syntaxes and have different configuration
|
||||
options. This documentation site provides information on how to integrate them
|
||||
[MathJax] and [KaTeX] are two popular libraries for displaying
|
||||
mathematical content in browsers. Although both libraries offer similar
|
||||
functionality, they use different syntaxes and have different configuration
|
||||
options. This documentation site provides information on how to integrate them
|
||||
with Material for MkDocs easily.
|
||||
|
||||
[MathJax]: https://www.mathjax.org/
|
||||
@ -19,14 +19,14 @@ with Material for MkDocs easily.
|
||||
|
||||
## Configuration
|
||||
|
||||
The following configuration enables support for rendering block and
|
||||
The following configuration enables support for rendering block and
|
||||
inline block equations using [MathJax] and [KaTeX].
|
||||
|
||||
### MathJax
|
||||
|
||||
[MathJax] is a powerful and flexible library that supports multiple input formats,
|
||||
such as [LaTeX], [MathML], [AsciiMath], as well as various output formats like
|
||||
HTML, SVG, MathML. To use MathJax within your project, add the following lines
|
||||
[MathJax] is a powerful and flexible library that supports multiple input formats,
|
||||
such as [LaTeX], [MathML], [AsciiMath], as well as various output formats like
|
||||
HTML, SVG, MathML. To use MathJax within your project, add the following lines
|
||||
to your `mkdocs.yml`.
|
||||
|
||||
=== ":octicons-file-code-16: `docs/javascripts/mathjax.js`"
|
||||
@ -46,6 +46,9 @@ to your `mkdocs.yml`.
|
||||
};
|
||||
|
||||
document$.subscribe(() => { // (1)!
|
||||
MathJax.startup.output.clearCache()
|
||||
MathJax.typesetClear()
|
||||
MathJax.texReset()
|
||||
MathJax.typesetPromise()
|
||||
})
|
||||
```
|
||||
@ -72,11 +75,27 @@ See additional configuration options:
|
||||
[Arithmatex]: ../setup/extensions/python-markdown-extensions.md#arithmatex
|
||||
[instant loading]: ../setup/setting-up-navigation.md#instant-loading
|
||||
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
<script>
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
### KaTeX
|
||||
|
||||
[KaTeX] is a lightweight library that focuses on speed and simplicity. It
|
||||
supports a subset of LaTeX syntax and can render math to HTML and SVG. To use
|
||||
[KaTeX] is a lightweight library that focuses on speed and simplicity. It
|
||||
supports a subset of LaTeX syntax and can render math to HTML and SVG. To use
|
||||
[KaTeX] within your project, add the following lines to your `mkdocs.yml`.
|
||||
|
||||
=== ":octicons-file-code-16: `docs/javascripts/katex.js`"
|
||||
@ -102,37 +121,16 @@ supports a subset of LaTeX syntax and can render math to HTML and SVG. To use
|
||||
markdown_extensions:
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/katex.js
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js # (1)!
|
||||
- javascripts/katex.js
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
|
||||
|
||||
|
||||
extra_css:
|
||||
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
|
||||
```
|
||||
|
||||
1. Alternatively, you can add these JavaScript and CSS files via `script` tags by overriding HTML files.
|
||||
|
||||
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
<script>
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
### Using block syntax
|
||||
@ -159,44 +157,44 @@ $$
|
||||
Inline blocks must be enclosed in `#!latex $...$` or `#!latex \(...\)`:
|
||||
|
||||
``` latex title="inline syntax"
|
||||
The homomorphism $f$ is injective if and only if its kernel is only the
|
||||
singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such
|
||||
The homomorphism $f$ is injective if and only if its kernel is only the
|
||||
singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such
|
||||
that $f(a)=f(b)$.
|
||||
```
|
||||
|
||||
<div class="result" markdown>
|
||||
|
||||
The homomorphism $f$ is injective if and only if its kernel is only the
|
||||
singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such
|
||||
The homomorphism $f$ is injective if and only if its kernel is only the
|
||||
singleton set $e_G$, because otherwise $\exists a,b\in G$ with $a\neq b$ such
|
||||
that $f(a)=f(b)$.
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Comparing MathJax and KaTeX
|
||||
|
||||
When deciding between MathJax and KaTeX, there are several key factors to
|
||||
When deciding between MathJax and KaTeX, there are several key factors to
|
||||
consider:
|
||||
|
||||
- __Speed__: KaTeX is generally faster than MathJax. If your site requires rendering large
|
||||
quantities of complex equations quickly, KaTeX may be the better choice.
|
||||
- __Speed__: KaTeX is generally faster than MathJax. If your site requires
|
||||
rendering large quantities of complex equations quickly, KaTeX may be the
|
||||
better choice.
|
||||
|
||||
- __Syntax Support__: MathJax supports a wider array of LaTeX commands and can
|
||||
process a variety of mathematical markup languages (like AsciiMath and MathML).
|
||||
If you need advanced LaTeX features, MathJax may be more suitable.
|
||||
- __Syntax Support__: MathJax supports a wider array of LaTeX commands and can
|
||||
process a variety of mathematical markup languages (like AsciiMath and MathML).
|
||||
If you need advanced LaTeX features, MathJax may be more suitable.
|
||||
|
||||
- __Output Format__: Both libraries support HTML and SVG outputs. However,
|
||||
MathJax also offers MathML output, which can be essential for accessibility, as
|
||||
it is readable by screen readers.
|
||||
- __Output Format__: Both libraries support HTML and SVG outputs. However,
|
||||
MathJax also offers MathML output, which can be essential for accessibility,
|
||||
as it is readable by screen readers.
|
||||
|
||||
- __Configurability__: MathJax provides a range of configuration options,
|
||||
allowing for more precise control over its behavior. If you have specific
|
||||
rendering requirements, MathJax might be a more flexible choice.
|
||||
- __Configurability__: MathJax provides a range of configuration options,
|
||||
allowing for more precise control over its behavior. If you have specific
|
||||
rendering requirements, MathJax might be a more flexible choice.
|
||||
|
||||
- __Browser Support__: While both libraries work well in modern browsers,
|
||||
MathJax has broader compatibility with older browsers. If your audience uses a
|
||||
variety of browsers, including older ones, MathJax might be a safer option.
|
||||
- __Browser Support__: While both libraries work well in modern browsers,
|
||||
MathJax has broader compatibility with older browsers. If your audience uses a
|
||||
variety of browsers, including older ones, MathJax might be a safer option.
|
||||
|
||||
In summary, KaTeX shines with its speed and simplicity, whereas MathJax offers
|
||||
more features and better compatibility at the expense of speed. The choice
|
||||
In summary, KaTeX shines with its speed and simplicity, whereas MathJax offers
|
||||
more features and better compatibility at the expense of speed. The choice
|
||||
between the two will largely depend on your specific needs and constraints.
|
||||
|
@ -10096,6 +10096,7 @@
|
||||
"octicons/zoom-out-24",
|
||||
"simple/1001tracklists",
|
||||
"simple/1password",
|
||||
"simple/2k",
|
||||
"simple/3m",
|
||||
"simple/42",
|
||||
"simple/4chan",
|
||||
@ -10174,6 +10175,7 @@
|
||||
"simple/airplayvideo",
|
||||
"simple/airtable",
|
||||
"simple/airtel",
|
||||
"simple/airtransat",
|
||||
"simple/ajv",
|
||||
"simple/akamai",
|
||||
"simple/akaunting",
|
||||
@ -10243,6 +10245,7 @@
|
||||
"simple/androidstudio",
|
||||
"simple/angular",
|
||||
"simple/anilist",
|
||||
"simple/animalplanet",
|
||||
"simple/ansible",
|
||||
"simple/answer",
|
||||
"simple/ansys",
|
||||
@ -10398,6 +10401,7 @@
|
||||
"simple/bem",
|
||||
"simple/bentley",
|
||||
"simple/bento",
|
||||
"simple/bentobox",
|
||||
"simple/bentoml",
|
||||
"simple/bereal",
|
||||
"simple/betfair",
|
||||
@ -10741,6 +10745,7 @@
|
||||
"simple/decapcms",
|
||||
"simple/dedge",
|
||||
"simple/deepcool",
|
||||
"simple/deepgram",
|
||||
"simple/deepin",
|
||||
"simple/deepl",
|
||||
"simple/deepnote",
|
||||
@ -11042,6 +11047,7 @@
|
||||
"simple/gamebanana",
|
||||
"simple/gamedeveloper",
|
||||
"simple/gamejolt",
|
||||
"simple/gameloft",
|
||||
"simple/gamemaker",
|
||||
"simple/garmin",
|
||||
"simple/gatling",
|
||||
@ -11063,6 +11069,7 @@
|
||||
"simple/giphy",
|
||||
"simple/git",
|
||||
"simple/gitbook",
|
||||
"simple/gitconnected",
|
||||
"simple/gitea",
|
||||
"simple/gitee",
|
||||
"simple/gitextensions",
|
||||
@ -11481,6 +11488,7 @@
|
||||
"simple/kuaishou",
|
||||
"simple/kubernetes",
|
||||
"simple/kubuntu",
|
||||
"simple/kucoin",
|
||||
"simple/kuma",
|
||||
"simple/kuula",
|
||||
"simple/kx",
|
||||
@ -11592,6 +11600,7 @@
|
||||
"simple/macys",
|
||||
"simple/magasinsu",
|
||||
"simple/magento",
|
||||
"simple/magic",
|
||||
"simple/magisk",
|
||||
"simple/mahindra",
|
||||
"simple/mailchimp",
|
||||
@ -11663,6 +11672,7 @@
|
||||
"simple/metabase",
|
||||
"simple/metacritic",
|
||||
"simple/metafilter",
|
||||
"simple/metasploit",
|
||||
"simple/meteor",
|
||||
"simple/metro",
|
||||
"simple/metrodelaciudaddemexico",
|
||||
@ -11756,6 +11766,7 @@
|
||||
"simple/muller",
|
||||
"simple/multisim",
|
||||
"simple/mumble",
|
||||
"simple/muo",
|
||||
"simple/mural",
|
||||
"simple/musescore",
|
||||
"simple/musicbrainz",
|
||||
@ -12138,6 +12149,7 @@
|
||||
"simple/purescript",
|
||||
"simple/purgecss",
|
||||
"simple/purism",
|
||||
"simple/pushbullet",
|
||||
"simple/pusher",
|
||||
"simple/pwa",
|
||||
"simple/pycharm",
|
||||
@ -12280,11 +12292,13 @@
|
||||
"simple/robotframework",
|
||||
"simple/rocketdotchat",
|
||||
"simple/rocksdb",
|
||||
"simple/rockstargames",
|
||||
"simple/rockylinux",
|
||||
"simple/roku",
|
||||
"simple/rollsroyce",
|
||||
"simple/rollupdotjs",
|
||||
"simple/rome",
|
||||
"simple/roon",
|
||||
"simple/rootme",
|
||||
"simple/roots",
|
||||
"simple/rootsbedrock",
|
||||
@ -12324,6 +12338,7 @@
|
||||
"simple/sailfishos",
|
||||
"simple/sailsdotjs",
|
||||
"simple/salesforce",
|
||||
"simple/salla",
|
||||
"simple/saltproject",
|
||||
"simple/samsclub",
|
||||
"simple/samsung",
|
||||
@ -12339,6 +12354,7 @@
|
||||
"simple/satellite",
|
||||
"simple/saturn",
|
||||
"simple/saucelabs",
|
||||
"simple/saudia",
|
||||
"simple/scala",
|
||||
"simple/scaleway",
|
||||
"simple/scania",
|
||||
@ -12614,6 +12630,7 @@
|
||||
"simple/taichilang",
|
||||
"simple/tails",
|
||||
"simple/tailwindcss",
|
||||
"simple/taketwointeractivesoftware",
|
||||
"simple/talend",
|
||||
"simple/talenthouse",
|
||||
"simple/tamiya",
|
||||
@ -12631,6 +12648,7 @@
|
||||
"simple/teamspeak",
|
||||
"simple/teamviewer",
|
||||
"simple/ted",
|
||||
"simple/teepublic",
|
||||
"simple/teespring",
|
||||
"simple/tekton",
|
||||
"simple/tele5",
|
||||
@ -12686,6 +12704,7 @@
|
||||
"simple/tidyverse",
|
||||
"simple/tietoevry",
|
||||
"simple/tiktok",
|
||||
"simple/tildapublishing",
|
||||
"simple/tile",
|
||||
"simple/timescale",
|
||||
"simple/tina",
|
||||
@ -12705,6 +12724,7 @@
|
||||
"simple/tomorrowland",
|
||||
"simple/ton",
|
||||
"simple/topcoder",
|
||||
"simple/topdotgg",
|
||||
"simple/toptal",
|
||||
"simple/torbrowser",
|
||||
"simple/torproject",
|
||||
@ -12795,6 +12815,7 @@
|
||||
"simple/unsplash",
|
||||
"simple/untappd",
|
||||
"simple/upcloud",
|
||||
"simple/uphold",
|
||||
"simple/uplabs",
|
||||
"simple/upptime",
|
||||
"simple/ups",
|
||||
@ -12817,6 +12838,7 @@
|
||||
"simple/vaultwarden",
|
||||
"simple/vauxhall",
|
||||
"simple/vbulletin",
|
||||
"simple/vectary",
|
||||
"simple/vectorlogozone",
|
||||
"simple/vectorworks",
|
||||
"simple/veeam",
|
||||
@ -13010,6 +13032,7 @@
|
||||
"simple/zabka",
|
||||
"simple/zalando",
|
||||
"simple/zalo",
|
||||
"simple/zap",
|
||||
"simple/zapier",
|
||||
"simple/zara",
|
||||
"simple/zazzle",
|
||||
|
@ -36,6 +36,23 @@
|
||||
"type": "string",
|
||||
"default": ".cache/plugins/privacy"
|
||||
},
|
||||
"log": {
|
||||
"title": "Enable logging",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.log",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"log_level": {
|
||||
"title": "Log level",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.log_level",
|
||||
"enum": [
|
||||
"error",
|
||||
"warn",
|
||||
"info",
|
||||
"debug"
|
||||
],
|
||||
"default": "info"
|
||||
},
|
||||
"assets": {
|
||||
"title": "Process external assets",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets",
|
||||
|
@ -51,7 +51,7 @@
|
||||
"info",
|
||||
"debug"
|
||||
],
|
||||
"default": "warn"
|
||||
"default": "info"
|
||||
},
|
||||
"projects": {
|
||||
"title": "Enable projects",
|
||||
|
@ -206,7 +206,6 @@ For a list of all settings, please consult the [plugin documentation].
|
||||
[example]: #example
|
||||
[built-in optimize plugin]: ../plugins/optimize.md
|
||||
|
||||
|
||||
??? example "Expand to inspect example"
|
||||
|
||||
For the official documentation, the [built-in privacy plugin] downloads the
|
||||
@ -280,6 +279,24 @@ For a list of all settings, please consult the [plugin documentation].
|
||||
[built-in privacy plugin]: ../plugins/privacy.md
|
||||
[preconnect]: https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch
|
||||
|
||||
#### Advanced settings
|
||||
|
||||
<!-- md:sponsors -->
|
||||
<!-- md:version insiders-4.50.0 -->
|
||||
|
||||
The following advanced settings are currently reserved to our [sponsors]
|
||||
[Insiders]. They are entirely optional, and don't affect the functionality of
|
||||
the blog, but can be helpful for customizations:
|
||||
|
||||
- [`log`][config.log]
|
||||
- [`log_level`][config.log_level]
|
||||
|
||||
We'll add more settings here, as we discover new use cases.
|
||||
|
||||
[Insiders]: ../insiders/index.md
|
||||
[config.log]: ../plugins/privacy.md#config.log
|
||||
[config.log_level]: ../plugins/privacy.md#config.log_level
|
||||
|
||||
## Customization
|
||||
|
||||
### Custom cookies
|
||||
|
@ -53,11 +53,17 @@ of [additional JavaScript]:
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
document$.subscribe(() => { // (1)!
|
||||
MathJax.startup.output.clearCache()
|
||||
MathJax.typesetClear()
|
||||
MathJax.texReset()
|
||||
MathJax.typesetPromise()
|
||||
})
|
||||
```
|
||||
|
||||
1. This integrates MathJax with [instant loading]
|
||||
|
||||
|
||||
=== ":octicons-file-code-16: `mkdocs.yml`"
|
||||
|
||||
``` yaml
|
||||
@ -81,6 +87,7 @@ See reference for usage:
|
||||
[MathJax]: https://www.mathjax.org/
|
||||
[KaTeX]: https://github.com/Khan/KaTeX
|
||||
[additional JavaScript]: ../../customization.md#additional-javascript
|
||||
[instant loading]: ../setting-up-navigation.md#instant-loading
|
||||
[Using block syntax]: ../../reference/math.md#using-block-syntax
|
||||
[Using inline block syntax]: ../../reference/math.md#using-inline-block-syntax
|
||||
|
||||
|
@ -23,5 +23,5 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src="{{ 'assets/javascripts/custom.30be3006.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/custom.129bd6ad.min.js' | url }}"></script>
|
||||
{% endblock %}
|
||||
|
1
material/templates/.icons/simple/2k.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 .002v23.997h24V.002H0Zm10.962 5.592c2.36 0 4.443.416 3.799 2.423-.434 1.365-2.017 1.918-3.114 2.109l-2.757.489c-.655.114-1.039.277-1.3.549h6.012l-.818 2.529 3.446-2.529h3.755l-4.091 2.772 2.07 4.402h-3.766l-1.082-2.754-1.197.826-.619 1.928H8.471l1.718-5.374h-6.25C4.874 10.2 6.891 9.36 8.731 8.989l2.264-.457c.387-.07.64-.259.736-.557.136-.416-.32-.581-.994-.581-.784 0-1.604.074-1.984 1.005H5.646c1.009-2.474 3.483-2.805 5.316-2.805Z"/></svg>
|
After Width: | Height: | Size: 515 B |
1
material/templates/.icons/simple/airtransat.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.611 0c-2.931.916-5.68 3.434-8.474 6.137C5.564 6.32 1.672 7.74 1.26 7.969c4.122 2.152 5.129 3.115 5.129 3.115s-1.374 3.938-1.649 6.457c.916-2.244 2.702-5.312 3.801-6.777-1.511-1.237-4.35-2.565-4.35-2.565s2.244-.962 6.733-1.191c0 0 1.878-3.619 6.687-7.008zm-2.244 3.344c-.412.87-1.146 2.793-1.283 4.213 3.16.229 5.312.963 5.312.963s-3.205 1.19-4.992 2.609c.32.779 1.055 3.07 1.467 4.855-.687-.64-2.748-2.336-4.26-3.252C9.596 13.511 4.1 18.962 1.031 24c1.328-1.374 5.267-5.817 10.58-9.023 1.1.64 6.137 3.939 6.137 3.939s-1.1-5.862-1.512-7.236c1.558-1.054 4.214-2.52 6.733-3.3-3.527-1.419-7.832-1.784-7.832-1.784s-.09-1.1.23-3.252z"/></svg>
|
After Width: | Height: | Size: 709 B |
1
material/templates/.icons/simple/animalplanet.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.814 5.94-.494.858c2.605.509 4.118 1.618 4.118 2.917 0 .865-.649 1.696-1.762 1.696-1.699 0-2.949-2.673-2.949-2.673-.356-.011-.993-.026-.993-.026s-1.822-2.342-4.595-3.168v3.798c.244.205.559.499.855.863-1.252-.757-2.552-1.317-4.847-1.317-2.496 0-5.547 1.007-7.242 3.763l.178.322c.773-.873 1.968-1.402 2.006-1.416C1.424 13.012.469 15.427 0 16.998l1.456 1.457a10.687 10.687 0 0 1 8.055-3.588c2.77 0 5.582 1.157 7.534 3.157l1.577-1.579c-1.324-2.263-2.924-3.861-2.972-3.909.068.031 1.487.85 3.975.85 2.312 0 4.375-1.285 4.375-3.203 0-2.292-1.965-3.745-5.186-4.243"/></svg>
|
After Width: | Height: | Size: 638 B |
1
material/templates/.icons/simple/bentobox.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.406 3.821 2.723-2.725a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29l-2.723 2.723-5.368-5.366Zm7.407 7.407 2.723-2.723a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29l-2.725 2.723-5.369-5.368h.003ZM0 11.228l2.723-2.723a3.74 3.74 0 0 1 5.29 0l.079.078a3.742 3.742 0 0 1 0 5.29l-2.724 2.723L0 11.228Zm7.406 7.406 2.723-2.723a3.74 3.74 0 0 1 5.29 0l.078.078a3.74 3.74 0 0 1 0 5.29L12.774 24l-5.368-5.366Z"/></svg>
|
After Width: | Height: | Size: 497 B |
1
material/templates/.icons/simple/deepgram.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.203 24H1.517a.364.364 0 0 1-.258-.62l6.239-6.275a.366.366 0 0 1 .259-.108h3.52c2.723 0 5.025-2.127 5.107-4.845a5.004 5.004 0 0 0-4.999-5.148H7.613v4.646c0 .2-.164.364-.365.364H.968a.365.365 0 0 1-.363-.364V.364C.605.164.768 0 .969 0h10.416c6.684 0 12.111 5.485 12.01 12.187C23.293 18.77 17.794 24 11.202 24z"/></svg>
|
After Width: | Height: | Size: 389 B |
1
material/templates/.icons/simple/gameloft.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M.841 18.938c.494.86 1.247 1.262 2.192 1.368 3.394.387 13.519.176 13.534.176 2.402 0 4.33-1.1 4.852-3.372.133-.579.238-2.54.117-4.619-.126-2.16-1.11-3.587-4.048-3.787-3.901-.264-9.42-.14-11.651.09-1.193.124-1.887.939-1.872 2.05.036 2.647.065 3.054.093 3.197 1.185.17 1.17.18 1.206.116.21-.385.596-.642 1.032-.688.503-.066.124-.046 10.598-.205.41 0 .653.185.729.588.086.522.102 1.054.047 1.58-.034.45-.404 1.166-1.08 1.175-.015 0-7.503.035-11.076-.13-1.08-.05-2.263-1.114-2.263-3.094 0-.841 0-3.548.07-4.39A2.235 2.235 0 0 1 5.174 6.96c1.333-.242 13.753-.095 14.542.085 2.241.513 2.43 3.198 2.437 3.255.21 1.543.23 3.283.211 4.855-.046 3.548-1.371 4.327-1.814 4.84-.133.154.039.225.3.415 1.115-.209 2.708-1.427 3.02-4.011.12-.999.213-3.283.02-7.382-.125-2.661-1.243-4.954-4.952-5.376-3.217-.366-10.3-.074-13.482 0C-.097 3.767.008 6.937.006 8.229c-.021 8.174-.014 9.233.836 10.709Z"/></svg>
|
After Width: | Height: | Size: 957 B |
1
material/templates/.icons/simple/gitconnected.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.734 5.42C2.865 5.42 0 8.405 0 12.035c0 3.607 2.842 6.545 6.688 6.545 3.859 0 6.708-2.936 6.755-6.58l.002-.08c.03-2.19 1.504-3.967 3.797-3.967 2.268 0 3.87 1.838 3.87 4.082 0 2.222-1.483 4.037-3.823 4.037-1.334 0-2.43-.657-3.107-1.656a7.557 7.557 0 0 1-1.41 2.53c1.163 1.013 2.71 1.634 4.47 1.634 3.893 0 6.758-2.986 6.758-6.592 0-3.63-2.841-6.568-6.71-6.568-3.828 0-6.672 2.922-6.733 6.5-.015.04 0 .101 0 .115 0 2.222-1.482 4.037-3.823 4.037-2.244 0-3.845-1.84-3.845-4.084 0-2.221 1.482-4.035 3.799-4.035 1.232 0 2.254.554 2.943 1.41l1.385-2.449A6.75 6.75 0 0 0 6.734 5.42Z"/></svg>
|
After Width: | Height: | Size: 654 B |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.533 0a1.816 1.816 0 0 0-1.816 1.816v2.832h11.178c1.043 0 1.888.855 1.888 1.91v8.204h2.906a1.816 1.816 0 0 0 1.817-1.817V1.816A1.816 1.816 0 0 0 21.689 0H7.533zM2.311 5.148A1.816 1.816 0 0 0 .494 6.965V23.09c0 .81.979 1.215 1.55.642l3.749-3.748h10.674a1.816 1.816 0 0 0 1.816-1.816V6.965a1.816 1.816 0 0 0-1.816-1.817H2.31Z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.637 0C.733 0 0 .733 0 1.637v16.5c0 .904.733 1.636 1.637 1.636h3.955v3.323c0 .804.97 1.207 1.539.638l3.963-3.96h11.27c.903 0 1.636-.733 1.636-1.637V5.592L18.408 0Zm3.955 5.592h12.816v8.59H8.455l-2.863 2.863Z"/></svg>
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 287 B |
1
material/templates/.icons/simple/kucoin.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m7.928 11.996 7.122 7.122 4.49-4.49a2.004 2.004 0 0 1 2.865 0 2.004 2.004 0 0 1 0 2.865l-5.918 5.918a2.058 2.058 0 0 1-2.883 0l-8.541-8.542v5.07a2.034 2.034 0 1 1-4.07 0V4.043a2.034 2.034 0 1 1 4.07 0v5.088L13.604.589a2.058 2.058 0 0 1 2.883 0l5.918 5.918c.785.803.785 2.088 0 2.865-.804.785-2.089.785-2.865 0l-4.49-4.49zM15.05 9.96a2.038 2.038 0 0 0-2.053 2.035c0 1.133.902 2.052 2.035 2.052a2.038 2.038 0 0 0 2.053-2.035v-.018A2.07 2.07 0 0 0 15.05 9.96z"/></svg>
|
After Width: | Height: | Size: 534 B |
1
material/templates/.icons/simple/magic.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0a29.658 29.658 0 0 1-3.611 3.53A27.326 27.326 0 0 1 9.729 12c0 2.948-.47 5.792-1.34 8.47A29.658 29.658 0 0 1 12 24a29.658 29.658 0 0 1 3.611-3.53 27.326 27.326 0 0 1-1.34-8.47c0-2.948.47-5.792 1.34-8.47A29.658 29.658 0 0 1 12 0Zm6.109 5.381A27.362 27.362 0 0 0 17.3 12c0 2.278.28 4.494.809 6.619a30.696 30.696 0 0 1 4.391-2.424A13.662 13.662 0 0 1 21.843 12c0-1.46.23-2.868.657-4.195a30.698 30.698 0 0 1-4.391-2.424Zm-12.218 0A30.7 30.7 0 0 1 1.5 7.805 13.67 13.67 0 0 1 2.157 12c0 1.46-.23 2.868-.657 4.195a30.696 30.696 0 0 1 4.391 2.424C6.42 16.494 6.7 14.278 6.7 12c0-2.278-.28-4.494-.809-6.619z"/></svg>
|
After Width: | Height: | Size: 682 B |
1
material/templates/.icons/simple/metasploit.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.353 0h1.368q4.19.218 8.144 1.616.217.077.216.309-.015 4.033-.002 12.102 0 .81-.093 1.173c-.217.845-.76 1.635-1.326 2.325q-.318.388-1.024 1.046-2.955 2.75-6.01 5.094-.183.14-.516.335h-.17q-.627-.42-.945-.673-3.992-3.184-5.442-4.459-1.348-1.185-2.169-2.611c-.369-.64-.466-1.287-.465-2.099q.01-6.048.002-12.218c0-.183.09-.264.261-.325Q7.145.227 11.352 0ZM7.474 7.864q0-.094.069-.031l2.797 2.516a.374.372 21.2 0 1 .122.276l-.006 4.333a.182.182 0 0 0 .183.184l2.524-.018a.11.11 89.8 0 0 .108-.11q-.007-2.201.01-4.461.002-.173.146-.29 1.397-1.145 2.946-2.393.068-.055.068.032v10.881q0 .092.063.024.794-.865 1.628-1.838.71-.83.984-1.87.26-.989.262-1.997.007-4.754.009-9.768a.136.136 0 0 0-.137-.136q-1.15.004-2.424 0c-.287-.002-.441-.022-.619.149Q14.16 5.317 11.982 7.4a.046.046 0 0 1-.062 0Q9.782 5.437 7.769 3.525c-.234-.222-.515-.381-.843-.373q-1.09.026-2.33.005-.184-.004-.184.18-.003 4.54.005 9.032.002.536.036 1.027c.076 1.093.2 2.126.803 3.021.574.852 1.329 1.656 2.126 2.405q.023.022.054.026.04.006.04-.034z"/></svg>
|
After Width: | Height: | Size: 1.1 KiB |
1
material/templates/.icons/simple/muo.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.887 6.016 0 10.903v7.048h19.108l4.873-4.874v-7.06Zm5.46 3.57a.295.295 0 0 1 .314.314v3.652h3V9.9a.303.303 0 0 1 .331-.314.295.295 0 0 1 .315.314v3.72a.506.506 0 0 1-.56.552h-3.18a.502.502 0 0 1-.551-.552V9.9a.303.303 0 0 1 .33-.314zm-5.113.041a.597.597 0 0 1 .465.22l1.638 1.99L8.96 9.81a.47.47 0 0 1 .378-.183h.164a.18.18 0 0 1 .183.183.193.193 0 0 1-.046.128L7.668 12.4a.433.433 0 0 1-.33.19.443.443 0 0 1-.323-.185l-1.45-1.753v3.246a.303.303 0 0 1-.331.315.295.295 0 0 1-.315-.315V9.942a.295.295 0 0 1 .315-.315zm9.942 0h3.334a.502.502 0 0 1 .552.552v3.44a.502.502 0 0 1-.552.553h-3.334a.502.502 0 0 1-.552-.552v-3.44a.502.502 0 0 1 .552-.553zm.093.62v3.304h3.148v-3.303zm-5.775.584c.032 0 .191.012.191.25v2.817a.303.303 0 0 1-.33.315.295.295 0 0 1-.315-.315V11.49a.591.591 0 0 1 .133-.378l.131-.164.012-.013c.058-.058.104-.104.178-.104zM24 14.498l-3.486 3.486H24Z"/></svg>
|
After Width: | Height: | Size: 948 B |
1
material/templates/.icons/simple/pushbullet.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm0 1.688A10.312 10.312 0 0 1 22.312 12 10.312 10.312 0 0 1 12 22.312 10.312 10.312 0 0 1 1.688 12 10.312 10.312 0 0 1 12 1.688zM7.258 6.92a.659.772 0 0 0-.659.772v8.643a.603.603 0 0 0 .603.603h1.733a.603.603 0 0 0 .603-.603V7.692a.659.772 0 0 0-.658-.772zm6.94.001c-.975.005-1.93.005-2.867.002-.28 0-.474.254-.534.499a1.7 1.7 0 0 0-.043.405c.004 2.854.007 5.677.007 8.47 0 .397.21.643.589.641 1.002-.004 1.967-.003 2.895 0 .058 0 .129.022.176.02.824-.018 1.552-.251 2.182-.698 2.02-1.43 2.554-4.264 1.662-6.47-.574-1.417-1.743-2.573-3.27-2.82a5.027 5.027 0 0 0-.797-.049z"/></svg>
|
After Width: | Height: | Size: 725 B |
1
material/templates/.icons/simple/rockstargames.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5.971 6.816h3.241c1.469 0 2.741-.448 2.741-2.084 0-1.3-1.117-1.576-2.19-1.576H6.748l-.777 3.66Zm12.834 8.753h5.168l-4.664 3.228.755 5.087-4.041-3.07L10.599 24l2.536-5.392s-2.95-3.075-2.947-3.075c-.198-.262-.265-.936-.265-1.226 0-.367.024-.739.049-1.134.028-.451.058-.933.058-1.476 0-1.338-.59-2.038-2.036-2.038H5.283l-1.18 5.525H.026L3.269 0h7.672c2.852 0 5.027.702 5.027 3.936 0 2.276-1.12 3.894-3.592 4.233v.045c1.162.276 1.598 1.062 1.598 2.527 0 .585-.018 1.098-.034 1.581-.015.428-.03.834-.03 1.243 0 .525.137 1.382.48 1.968h.567l3.028-5.06.82 5.096Zm-1.233-2.948-2.187 3.654h-3.457l2.103 2.189-1.73 3.672 3.777-2.218 2.976 2.263-.553-3.731 3.093-2.139h-3.43l-.592-3.69Z"/></svg>
|
After Width: | Height: | Size: 754 B |
1
material/templates/.icons/simple/roon.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.29 9.198c.138-.024.235-.17.235-.32a.312.312 0 0 0-.183-.3s-.088-.06-.577-.06C1.059 8.519 0 9.599 0 11.337v3.799a.356.356 0 0 0 .711 0v-3.799c0-1.377.847-2.188 2.136-2.136.086.004.335.025.443-.002zm17.89-.693c-1.64 0-2.83 1.19-2.83 2.832v3.798a.356.356 0 1 0 .71 0v-3.798c0-1.222.892-2.109 2.12-2.109 1.222 0 2.109.887 2.109 2.109v3.798a.355.355 0 1 0 .711 0v-3.798c0-1.641-1.186-2.832-2.82-2.832Zm-6.897 0c-1.837 0-3.33 1.578-3.33 3.518 0 1.912 1.493 3.467 3.33 3.467 1.843 0 3.343-1.555 3.343-3.467 0-1.94-1.5-3.518-3.343-3.518zm2.62 3.518c0 1.533-1.176 2.781-2.62 2.781-1.445 0-2.62-1.248-2.62-2.781 0-1.562 1.175-2.832 2.62-2.832 1.444 0 2.62 1.27 2.62 2.832zM6.872 8.505c-1.836 0-3.33 1.578-3.33 3.518 0 1.912 1.494 3.467 3.33 3.467 1.844 0 3.343-1.555 3.343-3.467 0-1.94-1.5-3.518-3.343-3.518zm2.62 3.518c0 1.533-1.175 2.781-2.62 2.781-1.444 0-2.62-1.248-2.62-2.781 0-1.562 1.176-2.832 2.62-2.832 1.445 0 2.62 1.27 2.62 2.832z"/></svg>
|
After Width: | Height: | Size: 1012 B |
1
material/templates/.icons/simple/salla.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.862 13.439a1.27 1.27 0 0 0-.81-.555 1.27 1.27 0 0 0-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 0 0-.964-.18 1.283 1.283 0 0 0-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1 2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 0 0 .555-.81 1.27 1.27 0 0 0-.18-.964zm5.103 2.82-1.171-9.764a5.24 5.24 0 0 0-5.2-4.614H6.406a5.236 5.236 0 0 0-5.198 4.612l-1.17 9.766a5.235 5.235 0 0 0 5.198 5.86h13.529a5.238 5.238 0 0 0 5.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 0 1-.676-2.16l1.157-9.657A2.764 2.764 0 0 1 6.468 4.41h11.064a2.765 2.765 0 0 1 2.742 2.432l1.157 9.656a2.72 2.72 0 0 1-.676 2.161"/></svg>
|
After Width: | Height: | Size: 720 B |
1
material/templates/.icons/simple/saudia.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.759 5.065c.947.22 1.577.709 1.577.709s-.565-.89-1.494-1.3c-.69-.304-1.367-.308-1.897-.228a.767.767 0 0 1 .166-.225c.163-.15.347-.237.347-.237s-.393-.098-.734.03a1.363 1.363 0 0 0-.419.255 2.813 2.813 0 0 0-.056-.3c-.04-.163-.233-.513-.25-.543-.016.03-.209.38-.249.544a2.866 2.866 0 0 0-.056.3 1.36 1.36 0 0 0-.419-.256c-.34-.128-.733-.03-.733-.03s.183.087.346.237c.07.064.124.14.166.225-.53-.08-1.206-.076-1.896.229-.93.41-1.495 1.299-1.495 1.299s.63-.488 1.578-.709a3.532 3.532 0 0 1 1.268-.056c-.592.13-1.422.438-2.034 1.217-.533.678-.67 1.627-.67 1.627s.433-.554 1.162-1.172a5.347 5.347 0 0 1 1.208-.773c-.454.43-.678 1.09-.77 1.341-.275.763-.098 1.61-.098 1.61s.116-.553.54-1.273a4.475 4.475 0 0 1 1.02-1.17c-.391 1.448.012 2.874.012 2.874s.245-1.098.613-2.028c.156-.396.336-.696.508-.92.172.224.352.523.508.92.368.93.613 2.028.613 2.028s.403-1.426.012-2.875c.327.268.716.657 1.019 1.17.424.72.541 1.274.541 1.274s.177-.847-.1-1.61c-.09-.25-.315-.91-.768-1.341a5.35 5.35 0 0 1 1.208.773c.729.618 1.161 1.172 1.161 1.172s-.136-.949-.67-1.627c-.611-.78-1.441-1.088-2.034-1.217.37-.049.803-.052 1.27.056zm-3.502 4.931L.112 7.762a.094.094 0 0 0-.087.155l3.537 3.91c1.083-.193 2.175-.202 3.25.034 1.608.352 3.107 1.062 4.58 1.777zm-3.006 7.01-.638-.708c.431-.238.861-.48 1.288-.726.715-.412 1.416-.85 2.133-1.262-1.674-.961-2.948-1.559-4.027-1.928-1.089-.43-2.284-.515-3.444-.556l4.044 4.47a4.325 4.325 0 0 1-.377.246c-1.339.792-2.152.903-3.24.983 1.002.209 1.425.483 2.893.153.515-.116 1.342-.65 1.37-.668l3.406 3.764-.215-5.758c-.834.501-1.659 1.017-2.481 1.538m3.78-6.558-.136 3.642c1.474-.715 2.974-1.425 4.582-1.777 1.074-.235 2.166-.226 3.249-.035l3.537-3.909a.094.094 0 0 0-.087-.155m-3.45 4.064-4.045 4.47c.019.014.153.114.377.246 1.34.792 2.152.903 3.24.983-1.002.209-1.425.483-2.892.153-.516-.116-1.343-.65-1.371-.668l-3.406 3.764.215-5.758c1.076.645 2.134 1.318 3.193 1.99l.638-.708a80.144 80.144 0 0 1-1.288-.726c-.714-.412-1.416-.85-2.132-1.262 1.948-1.108 3.05-1.594 4.026-1.928 1.089-.43 2.284-.515 3.445-.556"/></svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.012 16.776.417-.257 4.155-3.1c1.413-1.248 2.293-2.686 2.293-4.607-.006-3.849-3.037-5.771-6.614-5.771-1.663 0-3.122.447-4.283 1.256V2.852L0 2.86l.007 4.395 3.85-.008.016 13.886 5.355-.008-.016-13.886h1.443a7.97 7.97 0 0 0-.516 2.02l4.518.884c.076-1.376.547-3.102 2.219-3.102 1.101 0 1.753.832 1.753 1.87 0 1.557-1.305 2.653-2.4 3.592l-6.082 4.56.006 4.085 13.642-.016.205-4.371-6.988.015Z"/></svg>
|
After Width: | Height: | Size: 469 B |
1
material/templates/.icons/simple/teepublic.svg
Normal file
After Width: | Height: | Size: 8.5 KiB |
1
material/templates/.icons/simple/tildapublishing.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.384 0 0 5.384 0 12s5.384 12 12 12 12-5.384 12-12S18.616 0 12 0zm0 .775C18.192.775 23.225 5.808 23.225 12c0 6.192-5.033 11.225-11.225 11.225C5.808 23.225.775 18.192.775 12 .775 5.808 5.808.775 12 .775zM8.904 6.584c-1.36 0-2.52 1.16-2.52 3.287l1.352.193c.192-1.352.576-1.935 1.352-1.935.776 0 1.167.19 2.52.967 1.351.776 1.735.968 3.095.968s2.714-.969 2.522-3.289H15.87c0 1.16-.382 1.745-1.158 1.745-.776 0-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127 3.48v8.905h1.553v-8.32l-1.553-.585z"/></svg>
|
After Width: | Height: | Size: 578 B |
1
material/templates/.icons/simple/topdotgg.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 4.378h7.622V12H2.329A2.321 2.321 0 0 1 .008 9.679Zm24 0H8.757v15.244h3.114a4.507 4.507 0 0 0 4.507-4.508V12h3.115A4.507 4.507 0 0 0 24 7.493z"/></svg>
|
After Width: | Height: | Size: 222 B |
1
material/templates/.icons/simple/uphold.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.274 22.332a7.852 7.852 0 0 1-2.22.334h-.107a7.78 7.78 0 0 1-2.237-.34.668.668 0 1 0-.379 1.282 9.267 9.267 0 0 0 2.616.392h.107a9.155 9.155 0 0 0 2.6-.39.667.667 0 1 0-.38-1.278zM20.101 5.91v-.04a8.522 8.522 0 0 0-16.207.026v.016c-.752 2.213-.48 5.175.734 7.935 1.66 3.774 4.674 6.406 7.343 6.406h.075c2.669 0 5.682-2.624 7.342-6.406 1.199-2.754 1.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185 1.676-1.382-1.142-2.85-1.727-4.2-1.676a7.23 7.23 0 0 1 8.385 0zm-3.09 15.995a2.597 2.597 0 0 1-2.205 0c-2.277-1.049-2.736-5.266-1.006-9.2A11.979 11.979 0 0 1 12 6.198a11.888 11.888 0 0 1 2.112 3.277c1.718 3.934 1.26 8.151-1.017 9.2zm-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99.347-1.007.932-1.722 1.687-2.072 1.183-.547 2.715-.16 4.183 1.028a13.257 13.257 0 0 0-2.357 3.651c-1.17 2.67-1.428 5.389-.889 7.505a12.66 12.66 0 0 1-1.94-3.122Zm12.315 0a12.726 12.726 0 0 1-1.94 3.125c.533-2.12.266-4.852-.89-7.508a13.257 13.257 0 0 0-2.356-3.651c1.468-1.188 2.997-1.575 4.18-1.028.758.35 1.334 1.068 1.69 2.072.658 1.905.402 4.518-.695 6.99z"/></svg>
|
After Width: | Height: | Size: 1.1 KiB |
1
material/templates/.icons/simple/vectary.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.18 2.318a6.62 6.62 0 0 0-.274.012c-.628.017-1.293.412-1.61.955-.341.527-.394 1.301-.126 1.87l4.271 9.667c.24.581.845 1.063 1.465 1.164.614.133 1.356-.094 1.791-.547 1.039-1.005 1.847-2.464 2.143-4.021.295-1.557.079-3.212-.52-4.527-.57-1.329-1.648-2.603-2.998-3.434A7.772 7.772 0 0 0 2.18 2.318zm18.857 0a7.642 7.642 0 0 0-2.834.59c-1.798.765-3.267 2.3-3.914 3.861L8.172 20.622a.46.46 0 0 0 .262.613c1.573.617 3.698.622 5.496-.142 1.797-.765 3.269-2.3 3.916-3.862L23.96 3.38a.459.459 0 0 0-.26-.613c-.787-.309-1.711-.464-2.664-.448z"/></svg>
|
After Width: | Height: | Size: 612 B |
1
material/templates/.icons/simple/zap.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.145 14.103a.17.17 0 0 1 .086-.269l1.716-.42c.126-.037.136-.173.123-.229a.166.166 0 0 0-.021-.04L13.07 8.163c-.073-.102-.03-.228.074-.266l1.345-.433a.167.167 0 0 0 .08-.256L9.557.08a.154.154 0 0 0-.189-.068L.1 4.03a.17.17 0 0 0-.03.29l5.167 3.673a.16.16 0 0 1 .068.151.173.173 0 0 1-.056.115l-.04.024-1.215.532a.17.17 0 0 0-.09.096v.04a.182.182 0 0 0 .069.154l5.325 3.842c.11.085.074.243-.04.294l-1.58.618a.168.168 0 0 0-.021.3L20.77 21.73c.15.063.29-.11.198-.244l-5.823-7.384zm.148-7.402a1.07 1.07 0 0 1 .136.927 1.045 1.045 0 0 1-.667.661l-.362.118 3.32 4.19a1.048 1.048 0 0 1-.566 1.673l-.618.155 4.481 5.677a11.677 11.677 0 0 0-8.7-19.471c-.414 0-.822.021-1.236.061zm-8.082 8.227a1.05 1.05 0 0 1 .139-1.882l.377-.145L3.46 9.81a1.05 1.05 0 0 1 .191-1.811l.062-.028-1.69-1.187A11.68 11.68 0 0 0 19.12 21.805Z"/></svg>
|
After Width: | Height: | Size: 891 B |
@ -218,7 +218,7 @@
|
||||
"base": base_url,
|
||||
"features": features,
|
||||
"translations": {},
|
||||
"search": "assets/javascripts/workers/search.c011b7c0.min.js" | url
|
||||
"search": "assets/javascripts/workers/search.b8dbb3d2.min.js" | url
|
||||
} -%}
|
||||
{%- if config.extra.version -%}
|
||||
{%- set mike = config.plugins.get("mike") -%}
|
||||
@ -249,7 +249,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.b33ef781.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.c18c5fb9.min.js' | url }}"></script>
|
||||
{% for script in config.extra_javascript %}
|
||||
{{ script | script_tag }}
|
||||
{% endfor %}
|
||||
|
@ -5,8 +5,18 @@
|
||||
"language": "tl",
|
||||
"action.edit": "I-edit ang pahinang ito",
|
||||
"action.skip": "I-skip tungo sa nilalaman",
|
||||
"action.view": "Tingnan ang pinagmulan ng pahinang ito",
|
||||
"announce.dismiss": "Huwag mo nang ipakita muli ito",
|
||||
"blog.categories": "Kategorya",
|
||||
"blog.categories.in": "sa",
|
||||
"blog.continue": "Magpatuloy sa pagbabasa",
|
||||
"blog.index": "Bumalik sa index",
|
||||
"blog.references": "Mga kaugnay na link",
|
||||
"clipboard.copy": "Kopyahin sa clipboard",
|
||||
"clipboard.copied": "Nakopya mula sa clipboard",
|
||||
"consent.accept": "Tanggapin",
|
||||
"consent.manage": "Pamahalaan ang mga setting",
|
||||
"consent.reject": "Tanggihan",
|
||||
"footer": "Lagdang Pangwakas",
|
||||
"footer.next": "Susunod",
|
||||
"footer.previous": "Nakaraan",
|
||||
@ -14,6 +24,10 @@
|
||||
"meta.comments": "Mga Komento",
|
||||
"meta.source": "Pinagmulan",
|
||||
"nav": "Nabigasyon",
|
||||
"readtime.one": "1 minutong basahin",
|
||||
"readtime.other": "# minutong basahin",
|
||||
"rss.created": "RSS feed",
|
||||
"rss.updated": "RSS feed ng na-update na nilalaman",
|
||||
"search": "Hanapin",
|
||||
"search.placeholder": "Hanapin",
|
||||
"search.share": "Ibahagi",
|
||||
@ -29,6 +43,7 @@
|
||||
"select.language": "Pumili ng lenguwahe",
|
||||
"select.version": "Pumili ng bersyon",
|
||||
"source": "Pumunta sa repository",
|
||||
"source.file.contributors": "Mga nag-ambag",
|
||||
"source.file.date.created": "Nagawa",
|
||||
"source.file.date.updated": "Huling update",
|
||||
"tabs": "Mga tala",
|
||||
|
210
package-lock.json
generated
@ -26,12 +26,12 @@
|
||||
"@types/fuzzaldrin-plus": "^0.6.5",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@types/lunr": "^2.3.7",
|
||||
"@types/node": "^20.11.1",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/resize-observer-browser": "^0.1.11",
|
||||
"@types/sass": "^1.45.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"chokidar": "^3.5.3",
|
||||
"cssnano": "5.1.0",
|
||||
"esbuild": "^0.19.11",
|
||||
@ -55,8 +55,8 @@
|
||||
"postcss-pseudo-is": "^0.3.0",
|
||||
"preact": "^10.19.3",
|
||||
"rimraf": "^5.0.5",
|
||||
"sass": "^1.69.7",
|
||||
"simple-icons": "^11.1.0",
|
||||
"sass": "^1.70.0",
|
||||
"simple-icons": "^11.2.0",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-recess-order": "4.2.0",
|
||||
"stylelint-config-recommended": "^13.0.0",
|
||||
@ -140,9 +140,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-parser-algorithms": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.4.0.tgz",
|
||||
"integrity": "sha512-/PPLr2g5PAUCKAPEbfyk6/baZA+WJHQtUhPkoCQMpyRE8I0lXrG1QFRN8e5s3ZYxM8d/g5BZc6lH3s8Op7/VEg==",
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.5.0.tgz",
|
||||
"integrity": "sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -158,13 +158,13 @@
|
||||
"node": "^14 || ^16 || >=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-tokenizer": "^2.2.2"
|
||||
"@csstools/css-tokenizer": "^2.2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-tokenizer": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.2.tgz",
|
||||
"integrity": "sha512-wCDUe/MAw7npAHFLyW3QjSyLA66S5QFaV1jIXlNQvdJ8RzXDSgALa49eWcUO6P55ARQaz0TsDdAgdRgkXFYY8g==",
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.3.tgz",
|
||||
"integrity": "sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -181,9 +181,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/media-query-list-parser": {
|
||||
"version": "2.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.6.tgz",
|
||||
"integrity": "sha512-R6AKl9vaU0It7D7TR2lQn0pre5aQfdeqHRePlaRCY8rHL3l9eVlNRpsEVDKFi/zAjzv68CxH2M5kqbhPFPKjvw==",
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.7.tgz",
|
||||
"integrity": "sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -199,8 +199,8 @@
|
||||
"node": "^14 || ^16 || >=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-parser-algorithms": "^2.4.0",
|
||||
"@csstools/css-tokenizer": "^2.2.2"
|
||||
"@csstools/css-parser-algorithms": "^2.5.0",
|
||||
"@csstools/css-tokenizer": "^2.2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/selector-specificity": {
|
||||
@ -1225,9 +1225,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.1.tgz",
|
||||
"integrity": "sha512-DsXojJUES2M+FE8CpptJTKpg+r54moV9ZEncPstni1WHFmTcCzeFLnMFfyhCVS8XNOy/OQG+8lVxRLRrVHmV5A==",
|
||||
"version": "20.11.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
|
||||
"integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
@ -1797,9 +1797,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/autoprefixer": {
|
||||
"version": "10.4.16",
|
||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz",
|
||||
"integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
|
||||
"version": "10.4.17",
|
||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
|
||||
"integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -1816,9 +1816,9 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"browserslist": "^4.21.10",
|
||||
"caniuse-lite": "^1.0.30001538",
|
||||
"fraction.js": "^4.3.6",
|
||||
"browserslist": "^4.22.2",
|
||||
"caniuse-lite": "^1.0.30001578",
|
||||
"fraction.js": "^4.3.7",
|
||||
"normalize-range": "^0.1.2",
|
||||
"picocolors": "^1.0.0",
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
@ -1985,9 +1985,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/browserslist": {
|
||||
"version": "4.21.10",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz",
|
||||
"integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==",
|
||||
"version": "4.22.2",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz",
|
||||
"integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -2004,10 +2004,10 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"caniuse-lite": "^1.0.30001517",
|
||||
"electron-to-chromium": "^1.4.477",
|
||||
"node-releases": "^2.0.13",
|
||||
"update-browserslist-db": "^1.0.11"
|
||||
"caniuse-lite": "^1.0.30001565",
|
||||
"electron-to-chromium": "^1.4.601",
|
||||
"node-releases": "^2.0.14",
|
||||
"update-browserslist-db": "^1.0.13"
|
||||
},
|
||||
"bin": {
|
||||
"browserslist": "cli.js"
|
||||
@ -2250,9 +2250,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001539",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001539.tgz",
|
||||
"integrity": "sha512-hfS5tE8bnNiNvEOEkm8HElUHroYwlqMMENEzELymy77+tJ6m+gA2krtHl5hxJaj71OlpC2cHZbdSMX1/YEqEkA==",
|
||||
"version": "1.0.30001579",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz",
|
||||
"integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -3110,9 +3110,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.4.490",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.490.tgz",
|
||||
"integrity": "sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==",
|
||||
"version": "1.4.642",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.642.tgz",
|
||||
"integrity": "sha512-M4+u22ZJGpk4RY7tne6W+APkZhnnhmAH48FNl8iEFK2lEgob+U5rUQsIqQhvAwCXYpfd3H20pHK/ENsCvwTbsA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
@ -4000,9 +4000,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fraction.js": {
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz",
|
||||
"integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==",
|
||||
"version": "4.3.7",
|
||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
||||
"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": "*"
|
||||
@ -6212,9 +6212,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/node-releases": {
|
||||
"version": "2.0.13",
|
||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
|
||||
"integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
||||
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/nopt": {
|
||||
@ -7718,9 +7718,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-selector-parser": {
|
||||
"version": "6.0.13",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
||||
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
||||
"version": "6.0.15",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
||||
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cssesc": "^3.0.0",
|
||||
@ -8700,9 +8700,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.69.7",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz",
|
||||
"integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==",
|
||||
"version": "1.70.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
|
||||
"integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
@ -8828,9 +8828,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/simple-icons": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.1.0.tgz",
|
||||
"integrity": "sha512-1Z8ewYajktMgVGo7o85MepKUo7NEFLAvgDjftK3AmfN+bdCfIug8ncxew0TiQVFidR4JQ9whXB7uUiAmukAkPg==",
|
||||
"version": "11.2.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.2.0.tgz",
|
||||
"integrity": "sha512-ZT/+2+pSg7kGaWBorPxaktwb3pK18R945XnPU895qPzGDN1LxkHfDbejbBnAvIElYYPgUPstqUIjyPSvZPSfTg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=0.12.18"
|
||||
@ -10009,9 +10009,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/update-browserslist-db": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
|
||||
"integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
|
||||
"version": "1.0.13",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
||||
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -10539,22 +10539,22 @@
|
||||
}
|
||||
},
|
||||
"@csstools/css-parser-algorithms": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.4.0.tgz",
|
||||
"integrity": "sha512-/PPLr2g5PAUCKAPEbfyk6/baZA+WJHQtUhPkoCQMpyRE8I0lXrG1QFRN8e5s3ZYxM8d/g5BZc6lH3s8Op7/VEg==",
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.5.0.tgz",
|
||||
"integrity": "sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
"@csstools/css-tokenizer": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.2.tgz",
|
||||
"integrity": "sha512-wCDUe/MAw7npAHFLyW3QjSyLA66S5QFaV1jIXlNQvdJ8RzXDSgALa49eWcUO6P55ARQaz0TsDdAgdRgkXFYY8g==",
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.3.tgz",
|
||||
"integrity": "sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==",
|
||||
"dev": true
|
||||
},
|
||||
"@csstools/media-query-list-parser": {
|
||||
"version": "2.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.6.tgz",
|
||||
"integrity": "sha512-R6AKl9vaU0It7D7TR2lQn0pre5aQfdeqHRePlaRCY8rHL3l9eVlNRpsEVDKFi/zAjzv68CxH2M5kqbhPFPKjvw==",
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.7.tgz",
|
||||
"integrity": "sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
@ -11216,9 +11216,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "20.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.1.tgz",
|
||||
"integrity": "sha512-DsXojJUES2M+FE8CpptJTKpg+r54moV9ZEncPstni1WHFmTcCzeFLnMFfyhCVS8XNOy/OQG+8lVxRLRrVHmV5A==",
|
||||
"version": "20.11.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
|
||||
"integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"undici-types": "~5.26.4"
|
||||
@ -11614,14 +11614,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"autoprefixer": {
|
||||
"version": "10.4.16",
|
||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz",
|
||||
"integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
|
||||
"version": "10.4.17",
|
||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
|
||||
"integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"browserslist": "^4.21.10",
|
||||
"caniuse-lite": "^1.0.30001538",
|
||||
"fraction.js": "^4.3.6",
|
||||
"browserslist": "^4.22.2",
|
||||
"caniuse-lite": "^1.0.30001578",
|
||||
"fraction.js": "^4.3.7",
|
||||
"normalize-range": "^0.1.2",
|
||||
"picocolors": "^1.0.0",
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
@ -11733,15 +11733,15 @@
|
||||
}
|
||||
},
|
||||
"browserslist": {
|
||||
"version": "4.21.10",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz",
|
||||
"integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==",
|
||||
"version": "4.22.2",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz",
|
||||
"integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"caniuse-lite": "^1.0.30001517",
|
||||
"electron-to-chromium": "^1.4.477",
|
||||
"node-releases": "^2.0.13",
|
||||
"update-browserslist-db": "^1.0.11"
|
||||
"caniuse-lite": "^1.0.30001565",
|
||||
"electron-to-chromium": "^1.4.601",
|
||||
"node-releases": "^2.0.14",
|
||||
"update-browserslist-db": "^1.0.13"
|
||||
}
|
||||
},
|
||||
"buffer-from": {
|
||||
@ -11918,9 +11918,9 @@
|
||||
}
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001539",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001539.tgz",
|
||||
"integrity": "sha512-hfS5tE8bnNiNvEOEkm8HElUHroYwlqMMENEzELymy77+tJ6m+gA2krtHl5hxJaj71OlpC2cHZbdSMX1/YEqEkA==",
|
||||
"version": "1.0.30001579",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz",
|
||||
"integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==",
|
||||
"dev": true
|
||||
},
|
||||
"chalk": {
|
||||
@ -12518,9 +12518,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.4.490",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.490.tgz",
|
||||
"integrity": "sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==",
|
||||
"version": "1.4.642",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.642.tgz",
|
||||
"integrity": "sha512-M4+u22ZJGpk4RY7tne6W+APkZhnnhmAH48FNl8iEFK2lEgob+U5rUQsIqQhvAwCXYpfd3H20pHK/ENsCvwTbsA==",
|
||||
"dev": true
|
||||
},
|
||||
"emoji-regex": {
|
||||
@ -13211,9 +13211,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"fraction.js": {
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz",
|
||||
"integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==",
|
||||
"version": "4.3.7",
|
||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
||||
"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
|
||||
"dev": true
|
||||
},
|
||||
"fs-minipass": {
|
||||
@ -14846,9 +14846,9 @@
|
||||
}
|
||||
},
|
||||
"node-releases": {
|
||||
"version": "2.0.13",
|
||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
|
||||
"integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
||||
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
||||
"dev": true
|
||||
},
|
||||
"nopt": {
|
||||
@ -15863,9 +15863,9 @@
|
||||
"requires": {}
|
||||
},
|
||||
"postcss-selector-parser": {
|
||||
"version": "6.0.13",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
||||
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
||||
"version": "6.0.15",
|
||||
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
||||
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cssesc": "^3.0.0",
|
||||
@ -16552,9 +16552,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"sass": {
|
||||
"version": "1.69.7",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz",
|
||||
"integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==",
|
||||
"version": "1.70.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
|
||||
"integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
@ -16647,9 +16647,9 @@
|
||||
}
|
||||
},
|
||||
"simple-icons": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.1.0.tgz",
|
||||
"integrity": "sha512-1Z8ewYajktMgVGo7o85MepKUo7NEFLAvgDjftK3AmfN+bdCfIug8ncxew0TiQVFidR4JQ9whXB7uUiAmukAkPg==",
|
||||
"version": "11.2.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.2.0.tgz",
|
||||
"integrity": "sha512-ZT/+2+pSg7kGaWBorPxaktwb3pK18R945XnPU895qPzGDN1LxkHfDbejbBnAvIElYYPgUPstqUIjyPSvZPSfTg==",
|
||||
"dev": true
|
||||
},
|
||||
"sisteransi": {
|
||||
@ -17519,9 +17519,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"update-browserslist-db": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
|
||||
"integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
|
||||
"version": "1.0.13",
|
||||
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
||||
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"escalade": "^3.1.1",
|
||||
|
@ -56,12 +56,12 @@
|
||||
"@types/fuzzaldrin-plus": "^0.6.5",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@types/lunr": "^2.3.7",
|
||||
"@types/node": "^20.11.1",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/resize-observer-browser": "^0.1.11",
|
||||
"@types/sass": "^1.45.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"chokidar": "^3.5.3",
|
||||
"cssnano": "5.1.0",
|
||||
"esbuild": "^0.19.11",
|
||||
@ -85,8 +85,8 @@
|
||||
"postcss-pseudo-is": "^0.3.0",
|
||||
"preact": "^10.19.3",
|
||||
"rimraf": "^5.0.5",
|
||||
"sass": "^1.69.7",
|
||||
"simple-icons": "^11.1.0",
|
||||
"sass": "^1.70.0",
|
||||
"simple-icons": "^11.2.0",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-recess-order": "4.2.0",
|
||||
"stylelint-config-recommended": "^13.0.0",
|
||||
|
@ -63,7 +63,7 @@ git = [
|
||||
"mkdocs-git-revision-date-localized-plugin~=1.2"
|
||||
]
|
||||
imaging = [
|
||||
"pillow~=9.4",
|
||||
"pillow~=10.2",
|
||||
"cairosvg~=2.6"
|
||||
]
|
||||
|
||||
|
@ -114,7 +114,9 @@ export function getOptionalElement<T extends HTMLElement>(
|
||||
* @returns Element or nothing
|
||||
*/
|
||||
export function getActiveElement(): HTMLElement | undefined {
|
||||
return document.activeElement instanceof HTMLElement
|
||||
? document.activeElement || undefined
|
||||
: undefined
|
||||
return (
|
||||
document.activeElement?.shadowRoot?.activeElement as HTMLElement ??
|
||||
document.activeElement as HTMLElement ??
|
||||
undefined
|
||||
)
|
||||
}
|
||||
|
@ -69,7 +69,7 @@ let sequence = 0
|
||||
*/
|
||||
function fetchScripts(): Observable<void> {
|
||||
return typeof mermaid === "undefined" || mermaid instanceof Element
|
||||
? watchScript("https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js")
|
||||
? watchScript("https://unpkg.com/mermaid@10.7.0/dist/mermaid.min.js")
|
||||
: of(undefined)
|
||||
}
|
||||
|
||||
|
@ -25,8 +25,18 @@
|
||||
"language": "tl",
|
||||
"action.edit": "I-edit ang pahinang ito",
|
||||
"action.skip": "I-skip tungo sa nilalaman",
|
||||
"action.view": "Tingnan ang pinagmulan ng pahinang ito",
|
||||
"announce.dismiss": "Huwag mo nang ipakita muli ito",
|
||||
"blog.categories": "Kategorya",
|
||||
"blog.categories.in": "sa",
|
||||
"blog.continue": "Magpatuloy sa pagbabasa",
|
||||
"blog.index": "Bumalik sa index",
|
||||
"blog.references": "Mga kaugnay na link",
|
||||
"clipboard.copy": "Kopyahin sa clipboard",
|
||||
"clipboard.copied": "Nakopya mula sa clipboard",
|
||||
"consent.accept": "Tanggapin",
|
||||
"consent.manage": "Pamahalaan ang mga setting",
|
||||
"consent.reject": "Tanggihan",
|
||||
"footer": "Lagdang Pangwakas",
|
||||
"footer.next": "Susunod",
|
||||
"footer.previous": "Nakaraan",
|
||||
@ -34,6 +44,10 @@
|
||||
"meta.comments": "Mga Komento",
|
||||
"meta.source": "Pinagmulan",
|
||||
"nav": "Nabigasyon",
|
||||
"readtime.one": "1 minutong basahin",
|
||||
"readtime.other": "# minutong basahin",
|
||||
"rss.created": "RSS feed",
|
||||
"rss.updated": "RSS feed ng na-update na nilalaman",
|
||||
"search": "Hanapin",
|
||||
"search.placeholder": "Hanapin",
|
||||
"search.share": "Ibahagi",
|
||||
@ -49,6 +63,7 @@
|
||||
"select.language": "Pumili ng lenguwahe",
|
||||
"select.version": "Pumili ng bersyon",
|
||||
"source": "Pumunta sa repository",
|
||||
"source.file.contributors": "Mga nag-ambag",
|
||||
"source.file.date.created": "Nagawa",
|
||||
"source.file.date.updated": "Huling update",
|
||||
"tabs": "Mga tala",
|
||||
|