Update config to provide more metadata

This commit is contained in:
eggy 2022-05-27 23:36:35 -04:00
parent 306326d9b0
commit f221f82bb6

View File

@ -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