forked from SoftInstigate/restheart-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (33 loc) · 1.05 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
# Site settings
title: RESTHeart
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
RESTHeart, the leading Web API for MongoDB.
It's Fast & Ligth and Production ready.
Thought for Rapid Development: start it and the REST API is ready to use, opening data to the Web.
baseurl: "/restheart-website/" # the subpath of your site, e.g. /blog/
url: "http://restheart.org" # the base hostname & protocol for your site
twitter_username: softinstigate
github_username: softinstigate
# Build settings
markdown: kramdown
timezone: Europe/Rome
highlighter: rouge
paginate: 7
paginate_path: "/blog/page:num"
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: "<!-- more -->"
plugins: [jekyll-paginate]
# Google Analytics
google_analytics_tracking_id: UA-49060386-2
# Hotjar.com
hotjar_analytics: true
blog:
tags:
url: /blog/tags/
title_prefix: "blog - tag: "
layout: tag.html
categories:
url: /blog/categories/
title_prefix: "blog - category: "
layout: category.html