-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (53 loc) · 1.4 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
# Site settings
title: Juicebox
company: Juicebox Systems, Inc.
logo_path: /assets/images/juicebox-logo.png
# SEO
tagline: An open-source encryption key recovery protocol
description: Juicebox is an open-source encryption key recovery protocol that provides high security coupled with a user-friendly design, to make encryption further accessible to larger numbers of people. Juicebox leverages programmable HSMs, distributed cryptography, and a user-friendly PIN-based recovery process to simplify key recovery without compromising security.
twitter:
username: juicebox_xyz
card: summary
defaults:
- scope:
path: ""
values:
image: /assets/images/seo-logo.png
collections:
posts:
permalink: /blog/:title
sort_by: date
contributors:
- name: Alex Bochannek
github: abochannek
- name: Simon Fell
github: superfell
- name: Moxie Marlinspike
github: moxie0
- name: Diego Ongaro
github: ongardie
- name: Daniela Perlein
github: daniela-juicebox
site: https://danielaperlein.com
- name: Nora Trapp
github: imperiopolis
twitter: juicebox_xyz
github: juicebox-systems
plugins:
- jekyll-feed
google_analytics:
# Build settings
theme: minima
markdown: kramdown
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/