-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
55 lines (50 loc) · 1.35 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL: 'https://dharmeshgordhan.github.io/recipelibrary'
languageCode: 'en-us'
theme: 'papermod'
title: 'Personal Recipe Library'
enableRobotsTXT: true
buildDrafts: false
languages:
en:
languageName: "English"
weight: 1
menu:
main:
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 20
params:
title: 'Personal Recipe Library'
description: 'Contains a collection of recipes I want to file away in a searchable/taggable way.'
socialIcons:
- name: github
url: 'https://github.com/https://github.com/dharmeshgordhan'
buttons:
- name: Archives
url: archives
- name: Tags
url: tags
homeInfoParams:
Title: 'Recipe Library 🧂 🥓 🍋 🔥'
Content: >
This is a repository of recipes I want to file away in a searchable/taggable way with history.
This repository is intended purely for personal use.
Some of these recipes have been adapted from friends, family, and other sources.
Any concerns with the recipes, please raise a GitHub issue.
fuseOpts:
ignoreLocation: true
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
- JSON