mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
chore: update diagnostics
This commit is contained in:
parent
b61d38808c
commit
cfb6fe7470
5 changed files with 108 additions and 70 deletions
|
@ -2,10 +2,15 @@
|
||||||
icon: material/alert-outline
|
icon: material/alert-outline
|
||||||
date:
|
date:
|
||||||
created: 2024-01-01
|
created: 2024-01-01
|
||||||
|
updated: 2024-11-05
|
||||||
---
|
---
|
||||||
|
|
||||||
# Admonitions
|
# Admonitions
|
||||||
|
|
||||||
|
Samples of Admonitions in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
|
||||||
|
|
||||||
|
Inherits <https://squidfunk.github.io/mkdocs-material/reference/admonitions/> and <https://facelessuser.github.io/pymdown-extensions/extensions/blocks/plugins/admonition/>
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
## Default Admonitions
|
## Default Admonitions
|
||||||
|
@ -84,9 +89,9 @@ In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, fill
|
||||||
|
|
||||||
## Custom Admonitions
|
## Custom Admonitions
|
||||||
|
|
||||||
### Featured
|
### Download
|
||||||
|
|
||||||
/// featured
|
/// download
|
||||||
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,16 @@
|
||||||
icon: material/code-braces
|
icon: material/code-braces
|
||||||
date:
|
date:
|
||||||
created: 2024-01-01
|
created: 2024-01-01
|
||||||
|
updated: 2024-11-05
|
||||||
---
|
---
|
||||||
|
|
||||||
# Code
|
# Code
|
||||||
|
|
||||||
<!-- more -->
|
Samples of [Pygments](https://pygments.org/) Syntax Highlighting in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
|
||||||
|
|
||||||
Demo of Pygments Syntax Highlighting in Material for MkDocs. Inherits <https://squidfunk.github.io/mkdocs-material/reference/code-blocks/>
|
Inherits <https://squidfunk.github.io/mkdocs-material/reference/code-blocks/>
|
||||||
|
|
||||||
|
<!-- more -->
|
||||||
|
|
||||||
## JavaScript :simple-javascript:{ .javascript }
|
## JavaScript :simple-javascript:{ .javascript }
|
||||||
|
|
||||||
|
@ -177,7 +180,7 @@ variables:
|
||||||
|
|
||||||
////
|
////
|
||||||
|
|
||||||
## JSON :simple-json:{ .json }
|
## JSON :simple-json:{ .foreground }
|
||||||
|
|
||||||
//// collapse-code
|
//// collapse-code
|
||||||
|
|
||||||
|
|
|
@ -2,42 +2,75 @@
|
||||||
icon: material/language-markdown-outline
|
icon: material/language-markdown-outline
|
||||||
date:
|
date:
|
||||||
created: 2024-01-01
|
created: 2024-01-01
|
||||||
|
updated: 2024-11-05
|
||||||
---
|
---
|
||||||
|
|
||||||
# Markdown
|
# Markdown
|
||||||
|
|
||||||
|
Samples of Markdown rendering in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed velit dignissim sodales ut eu sem integer vitae. Pellentesque elit eget gravida cum sociis. Habitasse platea dictumst quisque sagittis. Ultrices gravida dictum fusce ut placerat orci. Nibh sit amet commodo nulla. Faucibus et molestie ac feugiat sed lectus. Ultrices dui sapien eget mi. Adipiscing diam donec adipiscing tristique risus nec feugiat in fermentum. Sagittis orci a scelerisque purus semper eget duis at. Senectus et netus et malesuada fames ac turpis egestas sed.
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
||||||
|
|
||||||
# h1 Heading
|
# H1 Heading
|
||||||
## h2 Heading
|
## H2 Heading
|
||||||
### h3 Heading
|
### H3 Heading
|
||||||
#### h4 Heading
|
#### H4 Heading
|
||||||
##### h5 Heading
|
##### H5 Heading
|
||||||
###### h6 Heading
|
|
||||||
|
|
||||||
Emphasis, aka italics, with *asterisks* or _underscores_.
|
**Bold Text**
|
||||||
|
|
||||||
Strong emphasis, aka bold, with **asterisks** or __underscores__.
|
__Bold Text__
|
||||||
|
|
||||||
Combined emphasis with **asterisks and _underscores_**.
|
*Italic Text*
|
||||||
|
|
||||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
_Italic Text_
|
||||||
|
|
||||||
**This is bold text**
|
|
||||||
|
|
||||||
__This is bold text__
|
|
||||||
|
|
||||||
*This is italic text*
|
|
||||||
|
|
||||||
_This is italic text_
|
|
||||||
|
|
||||||
~~Strikethrough~~
|
~~Strikethrough~~
|
||||||
|
|
||||||
|
Text can be {--deleted--} and replacement text {++added++}. This can also be
|
||||||
|
combined into {~~one~>a single~~} operation. {==Highlighting==} is also
|
||||||
|
possible {>>and comments can be added inline<<}.
|
||||||
|
|
||||||
|
{--
|
||||||
|
|
||||||
|
**Block of deleted text**
|
||||||
|
|
||||||
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
||||||
|
|
||||||
|
--}
|
||||||
|
|
||||||
|
{++
|
||||||
|
|
||||||
|
**Block of added text**
|
||||||
|
|
||||||
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
||||||
|
|
||||||
|
++}
|
||||||
|
|
||||||
|
{==
|
||||||
|
|
||||||
|
Formatting can also be applied to blocks by putting the opening and closing
|
||||||
|
tags on separate lines and adding new lines between the tags and the content.
|
||||||
|
|
||||||
|
==}
|
||||||
|
|
||||||
| Left Aligned | Centered | Right Aligned |
|
| Left Aligned | Centered | Right Aligned |
|
||||||
| ------------- |:-------------:| -----:|
|
| ------------- |:-------------:| -----:|
|
||||||
| col 3 is | right-aligned | $1600 |
|
| col 3 is | right-aligned | $1600 |
|
||||||
| col 2 is | centered | $12 |
|
| col 2 is | centered | $12 |
|
||||||
| zebra stripes | are neat | $1 |
|
| zebra stripes | are neat | $1 |
|
||||||
|
|
||||||
|
| Column 1 1111111 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 | Column 9 |
|
||||||
|
| -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | -------------- | -------------- |
|
||||||
|
| Lorem ipsum | dolor sit | amet, consectetur | adipiscing elit | sed do | eiusmod tempor | incididunt | ut labore | et dolore magna |
|
||||||
|
| Ut enim ad | minim veniam | quis nostrud | exercitation | ullamco laboris| nisi ut | aliquip ex ea | commodo | consequat |
|
||||||
|
| Duis aute irure| dolor in | reprehenderit | in voluptate | velit esse | cillum dolore | eu fugiat nulla| pariatur | excepteur sint |
|
||||||
|
| occaecat cupidatat | non proident | sunt in culpa | qui officia | deserunt mollit| anim id est | laborum | Sed ut | perspiciatis |
|
||||||
|
| unde omnis | iste natus | error sit | voluptatem | accusantium | doloremque | laudantium | totam rem | aperiam, eaque |
|
||||||
|
| ipsa quae | ab illo inventore | veritatis et | quasi architecto | beatae vitae | dicta sunt | explicabo | Nemo enim | ipsam voluptatem|
|
||||||
|
| quia voluptas | sit aspernatur | aut odit | aut fugit | sed quia | consequuntur | magni dolores | eos qui | ratione |
|
||||||
|
| voluptatem sequi| nesciunt, neque | porro quisquam| est, qui dolorem| ipsum quia | dolor sit amet | consectetur | adipisci velit | sed quia |
|
||||||
|
| non numquam | eius modi | tempora incidunt | ut labore et | dolore magnam | aliquam quaerat| voluptatem | Ut enim ad | minima veniam |
|
||||||
|
| Quis autem | vel eum iure | reprehenderit | qui in ea | voluptate velit| esse quam nihil| molestiae consequatur| vel illum | qui dolorem |
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
---
|
---
|
||||||
date:
|
date:
|
||||||
created: 2024-01-01
|
created: 2024-01-01
|
||||||
|
updated: 2024-11-05
|
||||||
---
|
---
|
||||||
|
|
||||||
# Mermaid
|
# Mermaid
|
||||||
|
|
||||||
|
Samples of [Mermaid](https://mermaid.js.org/) in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
|
||||||
|
|
||||||
|
Inherits <https://squidfunk.github.io/mkdocs-material/reference/diagrams/?h=mermaid>
|
||||||
|
|
||||||
<!-- more -->
|
<!-- more -->
|
||||||
|
|
||||||
## Flowchart
|
## Flowchart
|
||||||
|
|
84
docs/stylesheets/colors.css
Normal file → Executable file
84
docs/stylesheets/colors.css
Normal file → Executable file
|
@ -1,3 +1,7 @@
|
||||||
|
.foreground {
|
||||||
|
color: var(--md-default-fg-color);
|
||||||
|
}
|
||||||
|
|
||||||
.solarized-yellow {
|
.solarized-yellow {
|
||||||
color: #b58900;
|
color: #b58900;
|
||||||
}
|
}
|
||||||
|
@ -30,12 +34,12 @@
|
||||||
color: #859900;
|
color: #859900;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anilist {
|
.americanexpress {
|
||||||
color: #02a9ff;
|
color: #2E77BC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.apple {
|
.anilist {
|
||||||
color: #000000;
|
color: #02a9ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appstore {
|
.appstore {
|
||||||
|
@ -50,6 +54,10 @@
|
||||||
color: #FF5100;
|
color: #FF5100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chase {
|
||||||
|
color: #117ACA;
|
||||||
|
}
|
||||||
|
|
||||||
.cloudflare {
|
.cloudflare {
|
||||||
color: #f38020;
|
color: #f38020;
|
||||||
}
|
}
|
||||||
|
@ -90,6 +98,10 @@
|
||||||
color: #f05032;
|
color: #f05032;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gitea {
|
||||||
|
color: #609926;
|
||||||
|
}
|
||||||
|
|
||||||
.github {
|
.github {
|
||||||
color: #181717;
|
color: #181717;
|
||||||
}
|
}
|
||||||
|
@ -98,8 +110,8 @@
|
||||||
color: #2088FF;
|
color: #2088FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitea {
|
.githubsponsors {
|
||||||
color: #609926;
|
color: #EA4AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gnubash {
|
.gnubash {
|
||||||
|
@ -122,6 +134,10 @@
|
||||||
color: #414141;
|
color: #414141;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.homeassistant {
|
||||||
|
color: #18BCF2;
|
||||||
|
}
|
||||||
|
|
||||||
.homebrew {
|
.homebrew {
|
||||||
color: #fbb040;
|
color: #fbb040;
|
||||||
}
|
}
|
||||||
|
@ -142,22 +158,10 @@
|
||||||
color: #F5C518;
|
color: #F5C518;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ios {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.javascript {
|
.javascript {
|
||||||
color: #F7DF1E;
|
color: #F7DF1E;
|
||||||
}
|
}
|
||||||
|
|
||||||
.json {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.linux {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lua {
|
.lua {
|
||||||
color: #2C2D72;
|
color: #2C2D72;
|
||||||
}
|
}
|
||||||
|
@ -174,10 +178,18 @@
|
||||||
color: #526CFE;
|
color: #526CFE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mermaid {
|
||||||
|
color: #FF3670;
|
||||||
|
}
|
||||||
|
|
||||||
.neovim {
|
.neovim {
|
||||||
color: #57A143;
|
color: #57A143;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nextdns {
|
||||||
|
color: #007BFF;
|
||||||
|
}
|
||||||
|
|
||||||
.obsstudio {
|
.obsstudio {
|
||||||
color: #302E31;
|
color: #302E31;
|
||||||
}
|
}
|
||||||
|
@ -206,10 +218,6 @@
|
||||||
color: #4169E1;
|
color: #4169E1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posthog {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.proton {
|
.proton {
|
||||||
color: #6d4aff;
|
color: #6d4aff;
|
||||||
}
|
}
|
||||||
|
@ -230,10 +238,6 @@
|
||||||
color: #3776AB;
|
color: #3776AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qmk {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.r {
|
.r {
|
||||||
color: #276DC3;
|
color: #276DC3;
|
||||||
}
|
}
|
||||||
|
@ -262,22 +266,18 @@
|
||||||
color: #B1003E;
|
color: #B1003E;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simpleicons {
|
|
||||||
color: #111111;
|
|
||||||
}
|
|
||||||
|
|
||||||
.simplelogin {
|
.simplelogin {
|
||||||
color: #EA319F;
|
color: #EA319F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.steamdb {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sqlite {
|
.sqlite {
|
||||||
color: #003b57;
|
color: #003b57;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.syncthing {
|
||||||
|
color: #0891D1;
|
||||||
|
}
|
||||||
|
|
||||||
.tmdb {
|
.tmdb {
|
||||||
color: #01B4E4;
|
color: #01B4E4;
|
||||||
}
|
}
|
||||||
|
@ -294,28 +294,20 @@
|
||||||
color: #800000;
|
color: #800000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unraid {
|
.visualstudiocode {
|
||||||
color: #f15a2c;
|
color: #007acc;
|
||||||
}
|
|
||||||
|
|
||||||
.yaml {
|
|
||||||
color: #CB171E;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vlc {
|
.vlc {
|
||||||
color: #ff8800;
|
color: #ff8800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visualstudiocode {
|
|
||||||
color: #007acc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wezterm {
|
.wezterm {
|
||||||
color: #4E49EE;
|
color: #4E49EE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.windows {
|
.yaml {
|
||||||
color: #0078d4;
|
color: #CB171E;
|
||||||
}
|
}
|
||||||
|
|
||||||
.youtube {
|
.youtube {
|
||||||
|
|
Loading…
Reference in a new issue