mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch themes to minimo
This commit is contained in:
12
themes/minimo/data/config/default/katex.json
Normal file
12
themes/minimo/data/config/default/katex.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"library": {
|
||||
"js": {
|
||||
"main": "//unpkg.com/katex/dist/katex.min.js",
|
||||
"autoRender": "//unpkg.com/katex/dist/contrib/auto-render.min.js"
|
||||
},
|
||||
"css": {
|
||||
"main": "//unpkg.com/katex/dist/katex.min.css"
|
||||
}
|
||||
},
|
||||
"options": {}
|
||||
}
|
7
themes/minimo/data/config/default/mathjax.json
Normal file
7
themes/minimo/data/config/default/mathjax.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"library": {
|
||||
"path": "//unpkg.com/mathjax@2.7.5/MathJax.js",
|
||||
"config": "TeX-MML-AM_CHTML"
|
||||
},
|
||||
"config": {}
|
||||
}
|
6
themes/minimo/data/config/default/mermaid.json
Normal file
6
themes/minimo/data/config/default/mermaid.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"library": {
|
||||
"path": "https://unpkg.com/mermaid/dist/mermaid.min.js"
|
||||
},
|
||||
"config": {}
|
||||
}
|
29
themes/minimo/data/config/default/widgets.toml
Normal file
29
themes/minimo/data/config/default/widgets.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[about]
|
||||
title = ""
|
||||
description = ""
|
||||
logo = "/images/logo.png"
|
||||
|
||||
[breadcrumbs]
|
||||
separator = "/"
|
||||
excludeParents = ["page"]
|
||||
|
||||
[recent_posts]
|
||||
title = ""
|
||||
length = 5
|
||||
excludeTypes = ["page"]
|
||||
|
||||
[search]
|
||||
title = ""
|
||||
|
||||
[sidebar_menu]
|
||||
title = ""
|
||||
mirror = ""
|
||||
|
||||
[social_menu]
|
||||
title = ""
|
||||
platforms = ["github","facebook","twitter","instagram","email","codepen","gitlab","linkedin","telegram","google_scholar","youtube"]
|
||||
|
||||
[taxonomy_cloud]
|
||||
title = ""
|
||||
taxonomy = "tags"
|
||||
shuffle = true
|
Reference in New Issue
Block a user