forked from eggy/eifueo
Update config to provide more metadata
This commit is contained in:
parent
306326d9b0
commit
f221f82bb6
12
mkdocs.yml
12
mkdocs.yml
@ -1,5 +1,10 @@
|
|||||||
site_name: Eifueo
|
site_name: Eifueo
|
||||||
site_url: "https://eggworld.tk"
|
site_description: "A collection of personal notes throughout school"
|
||||||
|
site_author: "Daniel Chen"
|
||||||
|
copyright: "Text licensed under the GNU General Public License, version 3"
|
||||||
|
site_url: "https://eifueo.eggworld.tk"
|
||||||
|
repo_url: "https://git.eggworld.tk/eggy/eifueo"
|
||||||
|
repo_name: Gitea
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Grade 11 IB:
|
- Grade 11 IB:
|
||||||
@ -40,9 +45,12 @@ markdown_extensions:
|
|||||||
- mdx_math:
|
- mdx_math:
|
||||||
add_preview: True
|
add_preview: True
|
||||||
enable_dollar_delimiter: True
|
enable_dollar_delimiter: True
|
||||||
- admonition
|
- callouts
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
- attr_list
|
||||||
|
- def_list
|
||||||
|
- footnotes
|
||||||
- toc:
|
- toc:
|
||||||
permalink: True
|
permalink: True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user