-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
52 lines (45 loc) · 1.1 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
# Theme Settings
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "default"
# Site Settings
locale: "en-UK"
title: "Ten"
subtitle: "Ethereum-equivalent confidential smart contract L2 network."
description: "Ten is an Ethereum-equivalent confidential smart contract L2 network."
url: "https://ten.xyz"
name: "Ten"
repository: "ten-protocol/obscuro.github.io"
search: true
logo: "/assets/images/favicon-32x32.png"
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-include-cache
- jekyll-titles-from-headings
- jekyll-relative-links
titles_from_headings:
strip_title: true
atom_feed:
hide: true
defaults:
- scope:
path: ""
type: pages
values:
sidebar:
nav: "pages"
layout: single
author_profile: true
strip_title: true
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tenprotocol"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/ten-protocol"
analytics:
provider: "google-gtag"
google:
tracking_id: "G-XL6VWGQK1P"