-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (48 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
39
40
41
42
43
44
45
46
47
48
49
50
plugins:
- jekyll-relative-links
- jekyll-include-cache
relative_links:
enabled: true
collections: true
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "air"
title: Cryptimeleon
subtitle: Prototyping of Cryptographic Constructions
logo: /assets/logo.png
repository: cryptimeleon/cryptimeleon.github.io
locale: en
atom_feed:
hide: true
description: Documentation page for the Cryptimeleon cryptography libraries.
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
classes: wide
sidebar:
nav: "docs"
kramdown:
auto_ids: true
hard_wrap: false
cracomajorversion: 4
mathmajorversion: 3
# exclude from jekyll site
exclude:
- vendor
- DEVELOPER.md
- Gemfile
- Gemfile.lock
- README.md
- Dockerfile
- LICENSE
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/cryptimeleon"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/cryptimeleon"