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
|
||||
|
||||
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
|
||||
logo: assets/images/profile_image.png
|
||||
favicon: assets/images/profile_image.png
|
||||
font:
|
||||
text: Comic Mono
|
||||
code: Comic Mono
|
||||
features:
|
||||
- navigation.tracking
|
||||
- navigation.sections
|
||||
- toc.follow
|
||||
- toc.integrate
|
||||
- navigation.instant
|
||||
|
@ -15,29 +19,12 @@ theme:
|
|||
- navigation.indexes
|
||||
name: material
|
||||
palette:
|
||||
# Palette toggle for automatic mode
|
||||
- media: "(prefers-color-scheme)"
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
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
|
||||
scheme: slate
|
||||
primary: blue grey
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
@ -62,13 +49,15 @@ markdown_extensions:
|
|||
- pymdownx.tilde
|
||||
- pymdownx.caret
|
||||
- pymdownx.keys
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/mastodon
|
||||
link: https://tech.lgbt/@subnet_masked
|
||||
name: Subnet on Mastodon
|
||||
- icon: simple/forgejo
|
||||
link: https://git.mapleflask.com/Subnet_Masked
|
||||
link: https://git.subnet-masked.com/Subnet_Masked
|
||||
name: Subnet's Git
|
||||
nav:
|
||||
- 'index.md'
|
||||
|
@ -79,7 +68,6 @@ nav:
|
|||
- 'stream.md'
|
||||
- 'blog/index.md'
|
||||
plugins:
|
||||
- search
|
||||
- glightbox:
|
||||
touchNavigation: true
|
||||
loop: false
|
||||
|
|
Loading…
Reference in a new issue