Compare commits
No commits in common. "30dfe54bc4f1c2ef9cdea21110f377fc407b6b38" and "0d7c488210ab23d8750e047aa13c181335728c18" have entirely different histories.
30dfe54bc4
...
0d7c488210
5 changed files with 20 additions and 38 deletions
BIN
docs/assets/fonts/comicmono.ttf
Normal file
BIN
docs/assets/fonts/comicmono.ttf
Normal file
Binary file not shown.
7
docs/assets/stylesheets/extra.css
Normal file
7
docs/assets/stylesheets/extra.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.md-nav__item--active{
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Comic Mono';
|
||||||
|
src: url(/assets/fonts/comicmono.ttf);
|
||||||
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
authors:
|
|
||||||
cody:
|
|
||||||
name: Cody
|
|
||||||
description: Weird internet person
|
|
||||||
avatar: /assets/images/profile_image.png
|
|
||||||
slug: cody
|
|
|
@ -1,9 +1,2 @@
|
||||||
---
|
|
||||||
icon: fontawesome/solid/blog
|
|
||||||
---
|
|
||||||
|
|
||||||
# Blog
|
# Blog
|
||||||
|
|
||||||
I ramble about things. You read my ramblings. I like this relationship.
|
|
||||||
|
|
||||||
---
|
|
38
mkdocs.yml
38
mkdocs.yml
|
@ -5,8 +5,12 @@ theme:
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
logo: assets/images/profile_image.png
|
logo: assets/images/profile_image.png
|
||||||
favicon: assets/images/profile_image.png
|
favicon: assets/images/profile_image.png
|
||||||
|
font:
|
||||||
|
text: Comic Mono
|
||||||
|
code: Comic Mono
|
||||||
features:
|
features:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
|
- navigation.sections
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
@ -15,29 +19,12 @@ theme:
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
# Palette toggle for automatic mode
|
scheme: slate
|
||||||
- media: "(prefers-color-scheme)"
|
primary: blue grey
|
||||||
toggle:
|
accent: indigo
|
||||||
icon: material/brightness-auto
|
toggle:
|
||||||
name: Switch to light mode
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
# Palette toggle for light mode
|
|
||||||
- media: "(prefers-color-scheme: light)"
|
|
||||||
scheme: default
|
|
||||||
primary: blue
|
|
||||||
accent: light blue
|
|
||||||
toggle:
|
|
||||||
icon: material/brightness-7
|
|
||||||
name: Switch to dark mode
|
|
||||||
|
|
||||||
# Palette toggle for dark mode
|
|
||||||
- media: "(prefers-color-scheme: dark)"
|
|
||||||
scheme: slate
|
|
||||||
primary: blue grey
|
|
||||||
accent: indigo
|
|
||||||
toggle:
|
|
||||||
icon: material/brightness-4
|
|
||||||
name: Switch to system preference
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
@ -62,13 +49,15 @@ markdown_extensions:
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- pymdownx.caret
|
- pymdownx.caret
|
||||||
- pymdownx.keys
|
- pymdownx.keys
|
||||||
|
extra_css:
|
||||||
|
- assets/stylesheets/extra.css
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/mastodon
|
- icon: fontawesome/brands/mastodon
|
||||||
link: https://tech.lgbt/@subnet_masked
|
link: https://tech.lgbt/@subnet_masked
|
||||||
name: Subnet on Mastodon
|
name: Subnet on Mastodon
|
||||||
- icon: simple/forgejo
|
- icon: simple/forgejo
|
||||||
link: https://git.mapleflask.com/Subnet_Masked
|
link: https://git.subnet-masked.com/Subnet_Masked
|
||||||
name: Subnet's Git
|
name: Subnet's Git
|
||||||
nav:
|
nav:
|
||||||
- 'index.md'
|
- 'index.md'
|
||||||
|
@ -79,7 +68,6 @@ nav:
|
||||||
- 'stream.md'
|
- 'stream.md'
|
||||||
- 'blog/index.md'
|
- 'blog/index.md'
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
|
||||||
- glightbox:
|
- glightbox:
|
||||||
touchNavigation: true
|
touchNavigation: true
|
||||||
loop: false
|
loop: false
|
||||||
|
|
Loading…
Reference in a new issue