|
@@ -4,8 +4,18 @@
|
|
|
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
|
|
|
|
|
title: 'My Project' # Website name
|
|
|
-baseurl: '' # Website URL
|
|
|
-copyright: '' # Footer text, e.g. '© {year} Me'
|
|
|
+baseURL: 'https://example.com/' # Website URL
|
|
|
+
|
|
|
+############################
|
|
|
+## PAGE OPTIONS
|
|
|
+############################
|
|
|
+
|
|
|
+cascade:
|
|
|
+ # Docs folder options
|
|
|
+ - _target:
|
|
|
+ path: /docs/**
|
|
|
+ editable: true
|
|
|
+ show_breadcrumb: true
|
|
|
|
|
|
############################
|
|
|
## LANGUAGE
|
|
@@ -22,8 +32,8 @@ removePathAccents: true
|
|
|
|
|
|
module:
|
|
|
imports:
|
|
|
- - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms
|
|
|
- - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
|
|
|
+ - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
|
|
|
+ - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
|
|
|
|
|
|
############################
|
|
|
## ADVANCED
|
|
@@ -44,16 +54,6 @@ disableAliases: true
|
|
|
outputs:
|
|
|
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
|
|
|
section: [HTML, RSS]
|
|
|
-markup:
|
|
|
- defaultMarkdownHandler: goldmark
|
|
|
- goldmark:
|
|
|
- renderer:
|
|
|
- unsafe: true
|
|
|
- highlight:
|
|
|
- codeFences: false
|
|
|
- tableOfContents:
|
|
|
- startLevel: 2
|
|
|
- endLevel: 3
|
|
|
imaging:
|
|
|
resampleFilter: lanczos
|
|
|
quality: 75
|
|
@@ -63,6 +63,8 @@ taxonomies:
|
|
|
tag: tags
|
|
|
category: categories
|
|
|
author: authors
|
|
|
+markup:
|
|
|
+ _merge: deep
|
|
|
related:
|
|
|
threshold: 80
|
|
|
includeNewer: true
|
|
@@ -72,3 +74,7 @@ related:
|
|
|
weight: 100
|
|
|
- name: categories
|
|
|
weight: 70
|
|
|
+security:
|
|
|
+ _merge: deep
|
|
|
+sitemap:
|
|
|
+ _merge: deep
|