Update config.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2023-01-04 23:08:11 +01:00
parent b6f2d03d39
commit 2188a9356b
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 23 additions and 23 deletions

View File

@ -9,15 +9,33 @@ pygmentsCodeFencesGuessSyntax: true
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
taxonomies: taxonomies:
series: series series: series
tag: tags tag: tags
author: authors author: authors
markup: menu:
goldmark: main:
renderer: - name: About
unsafe: true weight: 1
url: about/
- name: Contact
weight: 2
url: contact/
- name: Keys
weight: 3
url: keys/
- name: Blog
weight: 4
url: posts/
- name: Privacy Policy
weight: 5
url: privacy/
params: params:
author: Sam Al-Sapti author: Sam Al-Sapti
@ -60,22 +78,4 @@ params:
weight: 4 weight: 4
url: posts/index.xml url: posts/index.xml
rel: alternate rel: alternate
type: application/rss+xml type: application/rss+xml
menu:
main:
- name: About
weight: 1
url: about/
- name: Contact
weight: 2
url: contact/
- name: Keys
weight: 3
url: keys/
- name: Blog
weight: 4
url: posts/
- name: Privacy Policy
weight: 5
url: privacy/