Compare commits

...

5 commits

Author SHA1 Message Date
9c5b7a2f3e
remove old stylesheet. 2024-02-11 20:12:50 -05:00
9020e9b918
update blog page. 2024-02-11 20:12:39 -05:00
17b0d826dc
Move stylesheets to assets 2024-02-11 20:11:56 -05:00
d7d40afd1f
Add blog 2024-02-11 20:11:22 -05:00
5950be8224
Update description 2024-02-11 20:11:16 -05:00
4 changed files with 8 additions and 2 deletions

View file

@ -1,2 +1,7 @@
---
icon: material/notebook-edit
description: Rambling words!
---
# Blog

View file

@ -1,6 +1,6 @@
---
icon: material/contacts
description: Yep.
description: How to refer to me!
---
# Names and Pronouns

View file

@ -49,7 +49,7 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.keys
extra_css:
- stylesheets/extra.css
- assets/stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/mastodon
@ -64,6 +64,7 @@ nav:
- 'contact.md'
- 'gpg.md'
- 'projects.md'
- 'blog/index.md'
plugins:
- glightbox:
touchNavigation: true