feat: load custom CSS and JS

This commit is contained in:
Vivek R
2019-10-23 00:34:47 +05:30
parent fd80089ceb
commit 1df516090c
3 changed files with 35 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ disqusShortname = "ezhil-demo"
disableDisqusTypes = ["page"]
featherIconsCDN = true
mode = "auto" # "dark" or "auto"
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.
[[menu.main]]
name = "Home"