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

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2019-12-01 03:34:31 +0300
committertummychow <tummychow@users.noreply.github.com>2019-12-01 03:34:31 +0300
commit032e7aef5dd9f701a6fea4f13ad8351c862e9931 (patch)
tree6940b2226cdb8cfdb8f900ac73b296d8591bf1a0
parent55a55f7f92cdfad8fba6976714e5277f0ba1aa7f (diff)
update renderer for commonmark
also, how did my index.html get the executable bit set on it?
-rw-r--r--exampleSite/config.json11
-rw-r--r--[-rwxr-xr-x]layouts/index.html0
2 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/config.json b/exampleSite/config.json
index 4058ff2..07402ca 100644
--- a/exampleSite/config.json
+++ b/exampleSite/config.json
@@ -12,6 +12,17 @@
"fixed": ":title/"
},
+ "markup": {
+ "goldmark": {
+ "extensions": {
+ "typographer": true
+ },
+ "renderer": {
+ "unsafe": true
+ }
+ }
+ },
+
"pygmentsuseclasses": true,
"params": {
diff --git a/layouts/index.html b/layouts/index.html
index 104694f..104694f 100755..100644
--- a/layouts/index.html
+++ b/layouts/index.html