-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yaml
51 lines (49 loc) · 1.49 KB
/
site.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
mode: development
media_root: media
media_url: media
base_url: ./
template: hyde.ext.templates.jinja.Jinja2Template
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
context:
data:
author:
name: The Kullo Team
url: "https://www.kullo.net/"
layout:
name: Hyde Starter Kit
url: "https://github.com/merlinrebrovic/hyde-starter-kit"
project:
name: Hyde
url: "http://hyde.github.com"
install: "http://hyde.github.com/install.html"
menu:
- title: Home
url: index.html
- title: Kullo Addresses
url: kullo_address.html
- title: Registration
url: registration.html
- title: Cryptography
url: crypto.html
- title: Synchronization
url: sync.html
- title: HTTP API Reference
url: http-api.html
- title: Message Format
url: message-format.html
- title: Profile Data Format
url: profile-data.html
# This defines meta data on the whole site.
meta:
# 'nodemeta' will tell Hyde what file to look for inside a folder from
# which to apply meta data to all files (resources) inside it. This is
# a great way of simply adding or modifying properties of a very large
# number of files.
nodemeta: meta.yaml
markdown:
extensions:
- def_list
- tables
- toc