.
This commit is contained in:
parent
057e1b1014
commit
6fe2eca6cf
7 changed files with 33 additions and 78 deletions
35
mkdocs.yml
35
mkdocs.yml
|
|
@ -7,13 +7,6 @@ exclude_docs: |
|
|||
|
||||
extra:
|
||||
generator: false
|
||||
social:
|
||||
- icon: material/web
|
||||
link: https://gugulet.hu
|
||||
- icon: material/git
|
||||
link: https://codeberg.org/gugulethu
|
||||
- icon: material/linkedin
|
||||
link: https://www.linkedin.com/in/gugulet-hu
|
||||
|
||||
extra_css:
|
||||
- src/stylesheets/g.css
|
||||
|
|
@ -44,8 +37,6 @@ markdown_extensions:
|
|||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator:
|
||||
!!python/name:material.extensions.emoji.to_svg # Allows code block highlighting. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=highlig#highlight]
|
||||
|
||||
|
||||
- pymdownx.highlight
|
||||
# Built on pymdownx.highlight. Allows highlighting inline code. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=inline#inlinehilite]
|
||||
- pymdownx.inlinehilite
|
||||
|
|
@ -66,8 +57,6 @@ markdown_extensions:
|
|||
class: mermaid
|
||||
format:
|
||||
!!python/name:mermaid2.fence_mermaid_custom # Allows creating content tabs. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=tabb#tabbed]
|
||||
|
||||
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true # This is the supported style. Works better on mobile view.
|
||||
# Render tasklists with custom icons. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=taskl#tasklist]
|
||||
|
|
@ -122,10 +111,7 @@ plugins:
|
|||
cache_safe: true
|
||||
# Plugin to self-host external assets and for link attributes. [https://squidfunk.github.io/mkdocs-material/plugins/privacy/]
|
||||
- privacy:
|
||||
links_attr_map:
|
||||
target: _blank # Open external links in a new page.
|
||||
assets_exclude:
|
||||
- cdn.jsdelivr.net/npm/mathjax@3/*
|
||||
assets_fetch: true
|
||||
- search
|
||||
# Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index]
|
||||
- section-index
|
||||
|
|
@ -182,25 +168,6 @@ theme:
|
|||
font: false
|
||||
icon:
|
||||
annotation: material/plus-circle-outline
|
||||
repo: material/git
|
||||
tag:
|
||||
analyse: material/finance
|
||||
collect: material/collapse-all
|
||||
css: material/language-css3
|
||||
database: material/database
|
||||
display: material/fit-to-screen
|
||||
html: material/language-html5
|
||||
js: material/language-javascript
|
||||
laptop: material/laptop
|
||||
logic: material/robot
|
||||
manual: material/wheel-barrow
|
||||
mobile: material/cellphone-cog
|
||||
predict: material/crystal-ball
|
||||
python: material/language-python
|
||||
shell: material/console
|
||||
sync: material/sync-circle
|
||||
validate: material/check-decagram
|
||||
watch: material/watch
|
||||
language: en
|
||||
logo: src/gugulet.hu-site-logo-350x350.png
|
||||
name: material
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue