-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
48 lines (48 loc) · 1.02 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
47
48
---
# Config
baseurl: "https://budgie-desktop.org/"
config: "config.yaml"
title: "Budgie Desktop"
# Content
archetypedir: "themes/budgie/archetypes"
buildDrafts: false
googleanalytics: "UA-Not-Yet"
languageCode: "en-us"
metaDataFormat: "yaml"
paginate: 5
layoutsdir: "themes/budgie/layouts"
# Blackfriday Markdown Tweaks
blackfriday:
hrefTargetBlank: true # Opens external URLs in a new tab / window (target _blank)
# Menu
menu:
header:
- Name: "Home"
Identifier: "home"
URL: "/home"
Weight: 1
- Name: "About"
Identifier: "about"
URL: "/about"
Weight: 2
- Name: "Blog"
Identifier: "blog"
URL: "/blog"
Weight: 3
- Name: "Get"
Identifier: "get"
URL: "/get"
Weight: 4
- Name: "Showcase"
Identifier: "showcase"
URL: "/showcase"
Weight: 5
# Special Params
params:
budgieversion: "10.4"
category: ["development"]
copyright: "2017"
# Theming
themesDir: "themes"
theme: "budgie"
---