Wow - I am actually paying attention to my website.

This commit is contained in:
Subnet_Masked 2024-02-11 20:07:05 -05:00
parent a6588595ff
commit fe622d59fe
Signed by: Subnet_Masked
GPG key ID: E1BB06A2490954E9
5 changed files with 86 additions and 7 deletions

View file

@ -1,19 +1,25 @@
site_name: Subnet's Place
copyright: Copyright © 2000 - 2024 Subnet_Masked All Rights Reserved
docs_dir: docs
theme:
custom_dir: overrides
logo: assets/images/profile_image.png
favicon: assets/images/profile_image.png
font:
text: Comic Mono
features:
- navigation.tracking
- navigation.sections
- toc.follow
- toc.integrate
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.indexes
- content.code.copy
name: material
palette:
scheme: slate
primary: light blue
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
@ -21,7 +27,11 @@ theme:
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
@ -35,6 +45,9 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.keys
extra_css:
- stylesheets/extra.css
extra:
@ -50,4 +63,22 @@ nav:
- 'names_pros.md'
- 'contact.md'
- 'gpg.md'
- 'projects.md'
- 'projects.md'
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: true
caption_position: bottom
- search:
lang: en
- blog:
enabled: true
blog_dir: blog
post_dir: blog/entries