-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
46 lines (37 loc) · 1.41 KB
/
config.yaml
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
# Edit these
title: Quillpad
baseURL: https://quillpad.github.io/
copyright: © Quillpad - 2022
params:
favicon: images/Q_centered.png
# These are the accent colors for the light and dark themes, respectively. You can change these to match the theme of your app.
lightColor: '#96b23a'
darkColor: '#a4c639'
# A short description for your app, to put into meta tags
description: An open source notes app
# Uncomment and add in your email address if you want people to contact you that way.
# email: [email protected]
# A catchy tagline for your app
tagline: Take notes with Quillpad
# Your repository where you're hosting code
repo: https://github.com/quillpad/quillpad
# Download links for your app.
# At the moment, only GitHub Releases, Play Store and F-Droid links are supported, but more can be added as needed.
# These links show up in the Downloads section of the homepage.
downloads:
github: https://github.com/quillpad/quillpad/releases/latest
fdroid: https://f-droid.org/packages/io.github.quillpad
playstore: https://play.google.com/store/apps/details?id=io.github.quillpad
# Do not touch unless you know what you're doing!
disableHugoGeneratorInject: true
disableKinds: ["section", "taxonomy", "term", "RSS"]
enableRobotsTXT: true
languageCode: en-US
removePathAccents: true
markup:
goldmark:
parser:
attribute:
block: true
minify:
minifyOutput: true