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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid M. Coe <david.coe@gmail.com>2020-04-15 18:30:20 +0300
committerGitHub <noreply@github.com>2020-04-15 18:30:20 +0300
commit51fe228fcb52648ff45645efac93f81f0e3c4f54 (patch)
tree06d04097e6ee60c7e8ed85856086915a3b0159cd
parent2e4c948f998c87e18b77117623a1637fa7e45d6d (diff)
Update exampleSite too
-rw-r--r--exampleSite/config.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ae17d5b..9aa9baf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,9 +15,6 @@ language = "en"
theme = "vncnt-hugo"
title = "John Doe · Landing Page"
-[blackfriday]
- extensions = ["hardLineBreak"]
-
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
@@ -26,7 +23,7 @@ title = "John Doe · Landing Page"
author = "John Doe"
email = "john.doe@example.com"
description = "Landing Page"
- bio = "First Row. \nSecond Row."
+ bio = "First Row. \nSecond Row."
avatar = "img/avatar.jpg"
favicon = "img/favicon.ico"
error404 = "There is no such page."