55 lines
900 B
YAML
55 lines
900 B
YAML
baseURL: "https://fundor333.com"
|
|
DefaultContentLanguage: en
|
|
languageCode: en
|
|
title: Fundor333
|
|
enableRobotsTXT: true
|
|
fediverseAccount: "@fundor333@mastodon.social"
|
|
ignoreLogs:
|
|
- "warning-goldmark-raw-html"
|
|
goToTop: true
|
|
|
|
module:
|
|
imports:
|
|
- path: github.com/hugo-sid/hugo-blog-awesome
|
|
|
|
theme: ["hugo-redirect", "github.com/hugo-sid/hugo-blog-awesome"]
|
|
|
|
related:
|
|
includeNewer: true
|
|
threshold: 70
|
|
toLower: false
|
|
indices:
|
|
- name: categories
|
|
weight: 40
|
|
- name: title
|
|
weight: 30
|
|
- name: description
|
|
weight: 30
|
|
- name: tags
|
|
weight: 10
|
|
- name: meta
|
|
weight: 10
|
|
- name: date
|
|
weight: 10
|
|
|
|
outputFormats:
|
|
SearchIndex:
|
|
baseName: search
|
|
mediaType: application/json
|
|
|
|
outputs:
|
|
home:
|
|
- html
|
|
- rss
|
|
- SearchIndex
|
|
- json
|
|
|
|
services:
|
|
rss:
|
|
limit: 20
|
|
|
|
taxonomies:
|
|
series: series
|
|
category: categories
|
|
tag: tags
|