mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Switch themes to minimo
This commit is contained in:
31
themes/minimo/data/assets.json
Normal file
31
themes/minimo/data/assets.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"algolia_search": {
|
||||
"js": "algolia_search.d220ba26.js"
|
||||
},
|
||||
"comments": {
|
||||
"js": "comments.57223579.js"
|
||||
},
|
||||
"details-polyfill": {
|
||||
"js": "details-polyfill.45606d79.js"
|
||||
},
|
||||
"fuse_search": {
|
||||
"js": "fuse_search.1ada4bca.js"
|
||||
},
|
||||
"lunr_search": {
|
||||
"js": "lunr_search.d90858c3.js"
|
||||
},
|
||||
"main": {
|
||||
"css": "main.ab98e12b.css",
|
||||
"js": "main.c3bcf2df.js"
|
||||
},
|
||||
"rtl": {
|
||||
"css": "rtl.bf9d5394.css",
|
||||
"js": "rtl.e532543e.js"
|
||||
},
|
||||
"sidebar": {
|
||||
"js": "sidebar.9ea42a6e.js"
|
||||
},
|
||||
"twemoji": {
|
||||
"js": "twemoji.79bd873e.js"
|
||||
}
|
||||
}
|
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
|
12
themes/minimo/data/theme.toml
Normal file
12
themes/minimo/data/theme.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[social.base]
|
||||
codepen = "https://codepen.io/"
|
||||
email = "mailto:"
|
||||
facebook = "https://facebook.com/"
|
||||
github = "https://github.com/"
|
||||
gitlab = "https://gitlab.com/"
|
||||
instagram = "https://instagram.com/"
|
||||
linkedin = "https://linkedin.com/in/"
|
||||
twitter = "https://twitter.com/"
|
||||
telegram = "https://t.me/"
|
||||
google_scholar = "https://scholar.google.com/citations?user="
|
||||
youtube = "https://www.youtube.com/channel/"
|
Reference in New Issue
Block a user