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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-12-11 06:20:09 +0300
committerzwbetz <zwbetz@gmail.com>2019-12-11 06:20:09 +0300
commit505f3020a1d4549a02f53b2e5af7aaf86b057511 (patch)
tree30af90ce578073ba3f478276ee6170b6f3df747b
parentd916d0d437afb4fb836684f99f5b5212aa233466 (diff)
upgrade to hugo 0.60.1
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.yaml31
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
4 files changed, 35 insertions, 4 deletions
diff --git a/README.md b/README.md
index beb83e7..cae8294 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ https://papercss-hugo-theme.netlify.com/
## Minimum Hugo version
-Hugo version `0.58.3` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+Hugo version `0.60.1` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
## Installation
@@ -53,7 +53,7 @@ hugo server --themesDir ../..
## Configuration
-Copy the `config.toml` or `config.yaml` from the [`exampleSite`](https://github.com/zwbetz-gh/papercss-hugo-theme/tree/master/exampleSite), then edit as desired.
+Copy `config.yaml` from the [`exampleSite`](https://github.com/zwbetz-gh/papercss-hugo-theme/tree/master/exampleSite), then edit as desired.
## Favicons
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index b7822ed..795b47a 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -33,3 +33,34 @@ menu:
- name: RSS
url: /index.xml
weight: 4
+
+markup:
+ defaultMarkdownHandler: goldmark
+ goldmark:
+ extensions:
+ definitionList: true
+ footnote: true
+ linkify: true
+ strikethrough: true
+ table: true
+ taskList: true
+ typographer: true
+ parser:
+ attribute: true
+ autoHeadingID: true
+ renderer:
+ hardWraps: false
+ unsafe: true
+ xHTML: false
+ highlight:
+ codeFences: true
+ hl_Lines: ""
+ lineNoStart: 1
+ lineNos: false
+ lineNumbersInTable: true
+ noClasses: true
+ style: monokai
+ tabWidth: 4
+ tableOfContents:
+ endLevel: 6
+ startLevel: 2
diff --git a/netlify.toml b/netlify.toml
index 97fac64..003cc38 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.58.3"
+ HUGO_VERSION = "0.60.1"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/"
diff --git a/theme.toml b/theme.toml
index 4da6ea7..52a8bbf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A Hugo theme made with PaperCSS, the less formal CSS framework."
homepage = "https://github.com/zwbetz-gh/papercss-hugo-theme"
tags = ["blog", "paper", "informal"]
features = ["blog", "toc", "shortcodes"]
-min_version = "0.58.3"
+min_version = "0.60.1"
[author]
name = "Zachary Betz"