-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-config.yaml
53 lines (48 loc) · 947 Bytes
/
example-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
49
50
51
52
baseURL: localhost
languageCode: en-gb
title: Site Title
theme: smigle
paginate: 10
menu:
main:
- identifier: home
name: Home
url: /
weight: 1
- identifier: about
name: About
url: /about/
weight: 2
- identifier: posts
name: Posts
url: /posts/
weight: 3
- identifier: categories
name: Categories
url: /categories/
weight: 5
- identifier: tags
name: Tags
url: /tags/
weight: 6
params:
description: "This is the example site description. From Configuration"
latest:
enabled: true
count: 3
license:
name: CC BY-SA 4.0
url: https://creativecommons.org/licenses/by-sa/4.0/#main-content-marker
abbrDateFmt: "01/02"
dateFmt: "06/01/02"
social:
- name: GitHub
url: https://github.com/joe-mccarthy/smigle-lite
- name: "RSS"
url: /index.xml
post_nav:
enabled: true
show_title: false
taxonomies:
tags: tags
category: categories