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:
-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