-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
65 lines (58 loc) · 1.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
#
# jqt documentation site configuration
#
# Provide defaults to each MarkDown file including `config.yaml`, and is
# available in the `.site` top-level variable.
#
# ======================================================================
# Site variables with default values. Can be redefined in this file.
# ======================================================================
#
# Assets assets
# Blocks blocks
# Content content
# Data data
# Root _site
# Layouts layouts
# Styles styles
# Changes from defaults (fast RAM disk)
Root: /tmp/jqt
#
# Site parameters
#
title: jqt, the jq template engine
title_prefix: jqt
title_delimiter: "·"
baseurl: https://fadado.github.com/jqt/
lang: &lang en
logo: "❴❴❏❵❵"
author: &author
- email: [email protected]
name: Joan Josep Ordinas Rosa
menu:
- index
- engine
- structure
- content
- data
# - blog/index
# Default values
defaults:
- idprefix: "" # all files
properties:
author: *author
lang: *lang
Layout: page-toc
Datasets:
- snippets.md
Dependencies:
- content/macros.m
- content/LINKS.txt
# Flags:
# - -mXYZ:$(Meta)/XYZ.json
- idprefix: "blog/"
properties:
Layout: page
# vim:ts=2:sw=2:ai:et:fileencoding=utf8:syntax=yaml
...