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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <juraj.bubniak@gmail.com>2017-08-03 13:27:23 +0300
committerjbub <juraj.bubniak@gmail.com>2017-08-03 13:27:23 +0300
commitc2b1d0d41f4e7fe744c2caca68b3ef935ed09e22 (patch)
tree922ddc536b9a4528391422ab24cb9ecdc31b8666 /exampleSite
parentf5705111276d4cf60ab0b8148433bf970392a0cb (diff)
Add ability to specify custom highlight.js url.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6b099e9..b0eedc9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,6 +30,8 @@ googleAnalytics = "XXX"
shareGooglePlus = true
shareLinkedIn = false
dateFormat = "Mon, Jan 2, 2006"
+ highlightJsUrl = ""
+ highlightJsLocalUrl = ""
[Permalinks]
post = "/:year/:month/:day/:filename/"