Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-01-18 19:53:31 +0300
committervimux <vimux@protonmail.com>2019-01-18 19:53:31 +0300
commitd178091ccdc0f0c4444525abadef110b28a2fe29 (patch)
treea9efe1fbaa9ce8a72de71846e76c08e5443c0bdb /README.md
parentc54f9a9b060e8cba3b61b5e711bab6ad9959026a (diff)
Add possibility to include custom CSS files
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 621e039..662f7fd 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
mainSections = ["post"] # Set main page sections
post_meta = ["date", "categories"] # Enable post meta fields in given order
dateFormat = "January 02, 2006" # Change the format of dates
+ customCSS = ["css/custom.css"] # Include custom CSS files
authorbox = true # Show authorbox at bottom of single pages if true
toc = true # Enable Table of Contents for all site pages
tocOpen = true # Open Table of Contents block. Optional