-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path_config.yml
More file actions
86 lines (86 loc) · 1.67 KB
/
_config.yml
File metadata and controls
86 lines (86 loc) · 1.67 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
title: RESTHeart - API Framework
timezone: Europe/Rome
collections:
posts:
output: true
uploads:
output: true
defaults:
- scope:
path: "docs"
values:
docs_version: 9
- scope:
path: "docs/v3"
values:
docs_version: 3
sitemap: false
- scope:
path: "docs/v4"
values:
docs_version: 4
sitemap: false
- scope:
path: "docs/v5"
values:
docs_version: 5
sitemap: false
- scope:
path: "docs/v6"
values:
docs_version: 6
sitemap: false
- scope:
path: "docs/v7"
values:
docs_version: 7
sitemap: false
- scope:
path: "docs/v8"
values:
docs_version: 8
sitemap: false
encoding: UTF-8
email: info@softinstigate.com
description: Backend Development Framework for MongoDB
baseurl: ""
url: https://restheart.org
twitter_username: softinstigate
github_username: softinstigate
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
highlighter: rouge
paginate: 7
paginate_path: "/blog/page:num"
permalink: "/:year/:month/:day/:title"
excerpt_separator: "<!-- more -->"
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
domain: restheart.org
google_analytics_tracking_id: UA-49060386-2
google_analytics_4_tracking_id: G-HSJ4YFK8P5
hotjar_analytics: true
cookie_banner: true
blog:
tags:
url: "/blog/tags/"
title_prefix: "blog - tag: "
layout: tag.html
categories:
url: "/blog/categories/"
title_prefix: "blog - category: "
layout: category.html
asciidoc: {}
asciidoctor:
attributes:
- source-highlighter=rouge
safe: unsafe
verbose: false
logger: null