forked from Talos-crypto/talos-crypto.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (49 loc) · 1.42 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
# ----------------------- #
# Text Setup #
# ----------------------- #
### All text must be HTML (i.e. no markdown) ###
# HEADER:
title: Talos
subTitle: Encrypted Query Processing for the Internet of Things.
# META INFO
description: Talos gives users back control over their data while still allowing applications to harness the power of the cloud.
email: [email protected]
author: Talos Team
# FOOTER:
contact: 'Learn More:'
copyright: 'Copyright © 2016, <a href="http://www.vs.inf.ethz.ch/">Distributed Systems Group</a>, <a href="https://www.ethz.ch/">ETH Zurich</a>'
credits: 'Credits: Design inspired by Landing Page by <a href="http://startbootstrap.com/">Start Bootstrap</a>.'
#-------------------------#
# Site Setup #
#-------------------------#
url: https://http://alexanderviand.github.io
baseurl: /talos-crypto.github.io
defaults:
-
scope:
path: ""
values:
layout: "default"
nav_weight: 0.5
-
scope:
path: ""
type: "team-members"
values:
layout: "team-members"
position: 999 #sort to back by default
collections:
team-members:
output: true
permalink: /team/:title
home-items:
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
safe: true #mimick Github settings
gems:
- jekyll-sitemap
sass:
sass_dir: /assets/css/imports/
# Build settings
markdown: kramdown