From a7c7f388d63b6d737da1014799d637d0c648c305 Mon Sep 17 00:00:00 2001 From: naoufal zerai Date: Tue, 23 Aug 2022 11:47:35 -0400 Subject: [PATCH] edit config --- config.toml | 5 ++--- themes/notepadium/assets/css/dark-style.css | 4 ++++ themes/notepadium/layouts/partials/head-extra.html | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index e29fd6c..93ca3f5 100644 --- a/config.toml +++ b/config.toml @@ -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" readingTime = false # show reading time after article date logo = "" -slogan = "100% JavaScript-free" +slogan = "Blog" #license = "Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License." #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" [params.syntax] -use = "none" # builtin: "prismjs", "hljs". "none" means Chroma +use = "hljs" # builtin: "prismjs", "hljs". "none" means Chroma theme = "github" darkTheme = "dracula" @@ -78,4 +78,3 @@ url = "/" [[params.nav.custom]] title = "About" url = "/about/" - diff --git a/themes/notepadium/assets/css/dark-style.css b/themes/notepadium/assets/css/dark-style.css index 17ba12d..e51e600 100644 --- a/themes/notepadium/assets/css/dark-style.css +++ b/themes/notepadium/assets/css/dark-style.css @@ -156,4 +156,8 @@ b, .article.markdown-body .lntable tr>:first-child { border-right-color: rgba(199, 213, 246, .25); +} + +.powerby, .copyright{ + color: #c7d5f6; } \ No newline at end of file diff --git a/themes/notepadium/layouts/partials/head-extra.html b/themes/notepadium/layouts/partials/head-extra.html index 88dad2b..210fa01 100644 --- a/themes/notepadium/layouts/partials/head-extra.html +++ b/themes/notepadium/layouts/partials/head-extra.html @@ -1,3 +1,6 @@ \ No newline at end of file +--> + + + \ No newline at end of file