edit config

This commit is contained in:
naoufal zerai 2022-08-23 11:47:35 -04:00
parent 20026f698c
commit a7c7f388d6
3 changed files with 10 additions and 4 deletions

View File

@ -34,7 +34,7 @@ style = "auto" # default: auto. light: light theme, dark: dark theme, auto: bas
dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02" dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02"
readingTime = false # show reading time after article date readingTime = false # show reading time after article date
logo = "" logo = ""
slogan = "100% JavaScript-free" slogan = "Blog"
#license = "<a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/><img alt=Creative Commons License style=border-width:0 src=https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png /></a><br />This work is licensed under a <a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>." #license = "<a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/><img alt=Creative Commons License style=border-width:0 src=https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png /></a><br />This work is licensed under a <a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>."
#ipv6ready = true #ipv6ready = true
@ -54,7 +54,7 @@ enable = false # load math globally, default: false. You can always enable math
use = "katex" # builtin: "katex", "mathjax". default: "katex" use = "katex" # builtin: "katex", "mathjax". default: "katex"
[params.syntax] [params.syntax]
use = "none" # builtin: "prismjs", "hljs". "none" means Chroma use = "hljs" # builtin: "prismjs", "hljs". "none" means Chroma
theme = "github" theme = "github"
darkTheme = "dracula" darkTheme = "dracula"
@ -78,4 +78,3 @@ url = "/"
[[params.nav.custom]] [[params.nav.custom]]
title = "About" title = "About"
url = "/about/" url = "/about/"

View File

@ -156,4 +156,8 @@ b,
.article.markdown-body .lntable tr>:first-child { .article.markdown-body .lntable tr>:first-child {
border-right-color: rgba(199, 213, 246, .25); border-right-color: rgba(199, 213, 246, .25);
}
.powerby, .copyright{
color: #c7d5f6;
} }

View File

@ -1,3 +1,6 @@
<!-- <!--
for user-side override for user-side override
--> -->
<link rel="shortcut icon" type="image/png" href="{{ $.Site.Params.profile.avatar }}">
<link rel="shortcut icon" sizes="192x192" href="{{ $.Site.Params.profile.avatar }}">
<link rel="apple-touch-icon" href="{{ $.Site.Params.profile.avatar }}">