Compare commits
2 commits
0d7c488210
...
30dfe54bc4
Author | SHA1 | Date | |
---|---|---|---|
30dfe54bc4 | |||
aee5988580 |
5 changed files with 38 additions and 20 deletions
Binary file not shown.
|
@ -1,7 +0,0 @@
|
|||
.md-nav__item--active{
|
||||
padding: 0 !important;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Comic Mono';
|
||||
src: url(/assets/fonts/comicmono.ttf);
|
||||
}
|
6
docs/blog/.authors.yml
Normal file
6
docs/blog/.authors.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
authors:
|
||||
cody:
|
||||
name: Cody
|
||||
description: Weird internet person
|
||||
avatar: /assets/images/profile_image.png
|
||||
slug: cody
|
|
@ -1,2 +1,9 @@
|
|||
---
|
||||
icon: fontawesome/solid/blog
|
||||
---
|
||||
|
||||
# Blog
|
||||
|
||||
I ramble about things. You read my ramblings. I like this relationship.
|
||||
|
||||
---
|
38
mkdocs.yml
38
mkdocs.yml
|
@ -5,12 +5,8 @@ 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
|
||||
|
@ -19,12 +15,29 @@ theme:
|
|||
- navigation.indexes
|
||||
name: material
|
||||
palette:
|
||||
scheme: slate
|
||||
primary: blue grey
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
# 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
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
@ -49,15 +62,13 @@ 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.subnet-masked.com/Subnet_Masked
|
||||
link: https://git.mapleflask.com/Subnet_Masked
|
||||
name: Subnet's Git
|
||||
nav:
|
||||
- 'index.md'
|
||||
|
@ -68,6 +79,7 @@ nav:
|
|||
- 'stream.md'
|
||||
- 'blog/index.md'
|
||||
plugins:
|
||||
- search
|
||||
- glightbox:
|
||||
touchNavigation: true
|
||||
loop: false
|
||||
|
|
Loading…
Reference in a new issue