-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
30 lines (24 loc) · 918 Bytes
/
_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
# Site settings
title: Sirix
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Sirix facilitates effective and efficient storing and querying of your temporal data through snapshotting and a novel versioning approach called sliding snapshot. Currently we support the storage and querying of XML-documents in our binary format through a RESTful-API, an XQuery-API and a low-level, transactional, cursor based API (also for JSON).
baseurl: "" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
twitter_username: sirixdb
github_username: sirixdb
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
highlighter: rouge
plugins:
- jekyll-gzip
netlify:
headers:
- paths:
- /images/*
- /*.css
- /*.js
headers:
- "Cache-Control: public, s-max-age=604800"