forked from SoftInstigate/restheart-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (54 loc) · 1.19 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
# Site settings
encoding: utf-8
title: RESTHeart
email: info@softinstigate.com
description: The most popular REST API for MongoDB.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://restheart.org" # the base hostname & protocol for your site
twitter_username: softinstigate
github_username: softinstigate
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
timezone: Europe/Rome
highlighter: rouge
paginate: 7
paginate_path: "/blog/page:num"
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: "<!-- more -->"
sass:
style: :compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
# Google Analytics
domain: restheart.org
google_analytics_tracking_id: UA-49060386-2
# Hotjar.com
hotjar_analytics: true
# Iubenda cookie banner
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
defaults:
- scope:
path: "docs"
values:
docs_version: 5
- scope:
path: "docs/v3"
values:
docs_version: 3
- scope:
path: "docs/v4"
values:
docs_version: 4