mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
fix: use pymdownx.blocks.tab instead of pymdownx.tabbed
This commit is contained in:
parent
1445786c90
commit
3e55832b5c
2 changed files with 40 additions and 45 deletions
|
@ -16,13 +16,12 @@ Similarly, I prefer air-cooling over water-cooling for better reliability and re
|
||||||
And I hate RGBs.
|
And I hate RGBs.
|
||||||
///
|
///
|
||||||
|
|
||||||
=== "Desktop PC"
|
/// tab | Desktop PC
|
||||||
|
|
||||||
My PC runs ![Windows 11](https://assets.tylernguyen.wiki/logos/Windows11.svg){ .twemoji } Windows 11 and is mostly use for gaming.
|
My PC runs ![Windows 11](https://assets.tylernguyen.wiki/logos/Windows11.svg){ .twemoji } Windows 11 and is mostly use for gaming.
|
||||||
|
|
||||||
- __BenQ Zowie XL2566K__
|
- __BenQ Zowie XL2566K__
|
||||||
|
|
||||||
I mostly play VALORANT so the 25" size and 360Hz refresh rate goes well together. I don't recommend this monitor, however, as it is 1080p and a TN panel. My dream monitor would be a 25" 1440p OLED at 360Hz.
|
I mostly play :simple-valorant:{ .valorant } VALORANT so the 25" size and 360Hz refresh rate goes well together. I don't recommend this monitor, however, as it is 1080p and a TN panel. My dream monitor would be a 25" 1440p OLED at 360Hz.
|
||||||
|
|
||||||
- __GIGABYTE X570S AORUS Master__
|
- __GIGABYTE X570S AORUS Master__
|
||||||
- __AMD Ryzen 7 5800X3D__
|
- __AMD Ryzen 7 5800X3D__
|
||||||
|
@ -35,9 +34,9 @@ And I hate RGBs.
|
||||||
- __Sabrent Rocket 4.0 Plus__
|
- __Sabrent Rocket 4.0 Plus__
|
||||||
- __Crucial P3 3.0 4TB__
|
- __Crucial P3 3.0 4TB__
|
||||||
- __be quiet! Dark Power 12 1000W__
|
- __be quiet! Dark Power 12 1000W__
|
||||||
|
///
|
||||||
|
|
||||||
=== "Server"
|
/// tab | Server
|
||||||
|
|
||||||
My home server runs :simple-unraid:{ .unraid } Unraid. The primary usage is for media archival and consumption. It also hosts my :simple-homeassistant:{ .homeassistant } Home Assistant, :simple-gitea:{ .gitea } Gitea, and :simple-mastodon:{ .mastodon } Mastodon instance. See [:material-server-network-outline: .wiki/self-hosted](self-hosted.md).
|
My home server runs :simple-unraid:{ .unraid } Unraid. The primary usage is for media archival and consumption. It also hosts my :simple-homeassistant:{ .homeassistant } Home Assistant, :simple-gitea:{ .gitea } Gitea, and :simple-mastodon:{ .mastodon } Mastodon instance. See [:material-server-network-outline: .wiki/self-hosted](self-hosted.md).
|
||||||
|
|
||||||
- __Fractal Meshify 2 XL__
|
- __Fractal Meshify 2 XL__
|
||||||
|
@ -67,9 +66,9 @@ And I hate RGBs.
|
||||||
Secondary cache used for temporary data and faster decrompression. They are formated in btrfs and run in RAID0.
|
Secondary cache used for temporary data and faster decrompression. They are formated in btrfs and run in RAID0.
|
||||||
|
|
||||||
- __be quiet! Dark Power 12 1000W__
|
- __be quiet! Dark Power 12 1000W__
|
||||||
|
///
|
||||||
|
|
||||||
=== "Laptops"
|
/// tab | Laptops
|
||||||
|
|
||||||
- __Apple 14" Macbook Pro M3 Max__, 36GB unified memory
|
- __Apple 14" Macbook Pro M3 Max__, 36GB unified memory
|
||||||
|
|
||||||
This is my de-facto workhorse. The hardware and form factor is perfect for my use case. I plan on renewing AppleCare for it when it expires and don't intend on upgrading for the foreseeable future.
|
This is my de-facto workhorse. The hardware and form factor is perfect for my use case. I plan on renewing AppleCare for it when it expires and don't intend on upgrading for the foreseeable future.
|
||||||
|
@ -77,6 +76,7 @@ And I hate RGBs.
|
||||||
- __Lenovo Thinkpad X1C6__
|
- __Lenovo Thinkpad X1C6__
|
||||||
|
|
||||||
This was my old laptop and used for about 6 years. It runs macOS, see [.wiki/projects/x1c6-hackintosh](projects/x1c6-hackintosh/README.md).
|
This was my old laptop and used for about 6 years. It runs macOS, see [.wiki/projects/x1c6-hackintosh](projects/x1c6-hackintosh/README.md).
|
||||||
|
///
|
||||||
|
|
||||||
## Mobile
|
## Mobile
|
||||||
|
|
||||||
|
|
|
@ -269,11 +269,6 @@ markdown_extensions:
|
||||||
pygments_lang_class: true # NOTE Add a CSS class to identify the language of the code block
|
pygments_lang_class: true # NOTE Add a CSS class to identify the language of the code block
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.saneheaders
|
- pymdownx.saneheaders
|
||||||
- pymdownx.tabbed:
|
|
||||||
alternate_style: true
|
|
||||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
|
||||||
kwds:
|
|
||||||
case: lower
|
|
||||||
- pymdownx.snippets:
|
- pymdownx.snippets:
|
||||||
url_download: true
|
url_download: true
|
||||||
auto_append:
|
auto_append:
|
||||||
|
|
Loading…
Reference in a new issue