Compare commits

...

2 commits

Author SHA1 Message Date
30dfe54bc4
Add blog 2024-12-07 13:20:38 -05:00
aee5988580
Update theme, enable search, remove extra css 2024-11-08 17:55:52 -05:00
5 changed files with 38 additions and 20 deletions

Binary file not shown.

View file

@ -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
View file

@ -0,0 +1,6 @@
authors:
cody:
name: Cody
description: Weird internet person
avatar: /assets/images/profile_image.png
slug: cody

View file

@ -1,2 +1,9 @@
---
icon: fontawesome/solid/blog
---
# Blog # Blog
I ramble about things. You read my ramblings. I like this relationship.
---

View file

@ -5,12 +5,8 @@ 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
@ -19,12 +15,29 @@ theme:
- navigation.indexes - navigation.indexes
name: material name: material
palette: palette:
scheme: slate # Palette toggle for automatic mode
primary: blue grey - media: "(prefers-color-scheme)"
accent: indigo toggle:
toggle: icon: material/brightness-auto
icon: material/brightness-4 name: Switch to light mode
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
@ -49,15 +62,13 @@ 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.subnet-masked.com/Subnet_Masked link: https://git.mapleflask.com/Subnet_Masked
name: Subnet's Git name: Subnet's Git
nav: nav:
- 'index.md' - 'index.md'
@ -68,6 +79,7 @@ nav:
- 'stream.md' - 'stream.md'
- 'blog/index.md' - 'blog/index.md'
plugins: plugins:
- search
- glightbox: - glightbox:
touchNavigation: true touchNavigation: true
loop: false loop: false