-
Notifications
You must be signed in to change notification settings - Fork 25
/
_config.yml
77 lines (77 loc) · 1.45 KB
/
_config.yml
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
---
title: RESTHeart - Virtual Threads Powered API Framework
timezone: Europe/Rome
collections:
posts:
output: true
uploads:
output: true
defaults:
- 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
values:
docs_version: 8
encoding: UTF-8
email: [email protected]
description: Low code API 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
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