fgixes to CSS and home page.
This commit is contained in:
parent
0ac9709ec8
commit
8cc8917aa8
43 changed files with 1126 additions and 340 deletions
14
mkdocs.yml
14
mkdocs.yml
|
|
@ -45,11 +45,17 @@ markdown_extensions:
|
|||
- attr_list
|
||||
# Allows creating footonotes. [https://squidfunk.github.io/mkdocs-material/reference/footnotes/?h=footnotes#footnotes]
|
||||
- footnotes
|
||||
# Write Markdown in HTML. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html]
|
||||
- md_in_html
|
||||
# Improves handling of emphasis in MarkDown. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=bet#betterem]
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
# Add captions to any block of content. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caption]
|
||||
- pymdownx.blocks.caption
|
||||
# Enable carets in MarkDown. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=bet#betterem]
|
||||
- pymdownx.caret
|
||||
# Add editing marks in the text using Markdown. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic]
|
||||
- pymdownx.critic
|
||||
# Makes admonitions collapsible. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details]
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
|
|
@ -103,6 +109,8 @@ nav:
|
|||
- Resumé: resume.md
|
||||
|
||||
plugins:
|
||||
# Plugin to enable the blog feature. [https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#built-in-blog-plugin]
|
||||
- blog
|
||||
# Plugin to display a lightbox for clicked images. [https://github.com/Blueswen/mkdocs-glightbox]
|
||||
- glightbox:
|
||||
background: white
|
||||
|
|
@ -110,8 +118,7 @@ plugins:
|
|||
width: 100%
|
||||
height: auto
|
||||
slide_effect: fade
|
||||
skip_classes:
|
||||
- skip-lightbox
|
||||
manual: true
|
||||
# Plugin to use variables and macros across the docs. [https://github.com/fralau/mkdocs-macros-plugin]
|
||||
- macros:
|
||||
on_undefined: strict
|
||||
|
|
@ -181,6 +188,7 @@ theme:
|
|||
code: DM Mono
|
||||
# Icons to use for different tags and the repo.
|
||||
icon:
|
||||
annotation: material/plus-circle-outline
|
||||
repo: material/git
|
||||
tag:
|
||||
analyse: material/finance
|
||||
|
|
@ -206,7 +214,7 @@ theme:
|
|||
palette:
|
||||
scheme: default
|
||||
primary: custom
|
||||
accent: indigo
|
||||
accent: custom
|
||||
|
||||
# Properties to validate and return messages for in the build process.
|
||||
validation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue