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:
authorfncnt <fncnt@users.noreply.github.com>2020-04-15 18:35:23 +0300
committerGitHub <noreply@github.com>2020-04-15 18:35:23 +0300
commit02e869439e8bfca892745658e8a7679e9800892a (patch)
tree4a230c95fc37cb4157f2fa7129793200e0cb6044
parentb0a1d45f891c352a40c70f3bc457ddbd6b881847 (diff)
parent9588e6981c3a542e71c9f9b73394120f01c4e149 (diff)
Merge pull request #11 from davidcoe/davidcoe-restore-hard-line-break
Restore hard line break
-rw-r--r--config.toml5
-rw-r--r--exampleSite/config.toml5
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 9 deletions
diff --git a/config.toml b/config.toml
index ae17d5b..9aa9baf 100644
--- a/config.toml
+++ b/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."
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."
diff --git a/theme.toml b/theme.toml
index 39d2767..da61278 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A simple theme for your personal landing page."
homepage = "https://github.com/fncnt/vncnt-hugo/"
tags = ["minimal", "landingpage", "responsive", "fontawesome", "personal"]
features = ["responsive", "dark mode", "lightweight"]
-min_version = "0.41"
+min_version = "0.60"
[author]
name = "Vincent von Schelm"