mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
34 lines
508 B
YAML
34 lines
508 B
YAML
baseURL: "https://itsdrike.com/"
|
|
languageCode: "en-us"
|
|
title: "ItsDrike"
|
|
|
|
staticDir: "static/build"
|
|
assetDir: "static/build"
|
|
|
|
buildFuture: true
|
|
MetaDataFormat: yaml
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
summaryLength: 40
|
|
enableEmoji: true
|
|
|
|
enableRobotsTXT: true
|
|
rssLimit: 10000
|
|
|
|
related:
|
|
threshold: 1
|
|
includeNewer: true
|
|
toLower: true
|
|
indices:
|
|
- name: tags
|
|
weight: 1
|
|
- name: keywords
|
|
weight: 1
|
|
- name: title
|
|
weight: 1
|
|
- name: subtitle
|
|
weight: 1
|