This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_config.yml
61 lines (60 loc) · 1.68 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
---
title: Horizen Academy
timezone: America/New_York
email: [email protected]
description: Horizen Academy
baseurl: ""
url: https://academy.horizen.io
logo: /assets/img/Logo-beta.svg
author:
name: Horizen Academy
email: [email protected]
uri: https://academy.horizen.io
bio:
facebook: https://www.facebook.com/horizenglobal/
twitter: horizenglobal
linkedin: https://www.linkedin.com/company/25052505/
gplus:
youtube: https://www.youtube.com/channel/UCQ0v_lUnZHIKUQUXJzfgqOg
links:
bitcointalk: https://bitcointalk.org/index.php?topic=2047435.0
blog: https://blog.horizen.global/
facebook: https://www.facebook.com/horizenglobal/
linkedin: https://www.linkedin.com/company/25052505/
forum: https://forum.horizen.global/
github: https://github.com/HorizenOfficial
medium: https://medium.com/zencash
reddit: https://www.reddit.com/r/Horizen/
discord: https://horizen.global/invite/discord
telegram: https://horizen.global/invite/telegram
twitter: https://twitter.com/horizenglobal
youtube: https://www.youtube.com/channel/UCQ0v_lUnZHIKUQUXJzfgqOg
store: https://store.horizen.global/
support: https://support.horizen.global
algolia:
application_id: LAIP286P46
search_only_api_key: 5ab28de7858bf585159b2d4f8272d060
index_name: horizen_academy
future: true
permalink: pretty
excerpt_separator:
markdown: kramdown
plugins:
- jekyll-last-modified-at
- jekyll-seo-tag
- jekyll-multiple-languages-plugin
exclude:
- _dev
- bower.json
- .env.json
- Gemfile
- Gemfile.lock
- gulpfile.js
- LICENSE.md
- node_modules
- package.json
- package-lock.json
- README.md
- vendor
languages: ["en", "es", "fr"]
exclude_from_localizations: ["assets"]