-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy path_config.yml
executable file
·113 lines (89 loc) · 3.85 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#-------------------------------
# General Site Settings
title: Tari Labs University
logo: '/images/tlu.png'
description:
hero-image: '/images/banner-01.jpg'
baseurl: "" # The subpath of your site, e.g. /blog
url: "" # The base hostname & protocol for your site, e.g. http://example.com
blog-theme: light # You can use a `dark` or `light` theme.
#-------------------------------
# Authors Settings
author:
name: TLU
bio: Our mission is to be the premier destination for balanced and accessible learning material for blockchain, digital currency and digital assets learning material.
location:
avatar: /images/tari-labs.png
twitter: https://twitter.com/tari_labs
facebook: https://www.facebook.com/tarilabs
website: https://tarilabs.com/
cover: /images/banner-01.jpg
#-------------------------------
# Featured Slider
slider: true # NOTE - By default, the slider is set to display featured posts. To add featured post to the slider, add the field, featured: true in the YAML front matter block. If you do not want to use the slider, leave the slider field empty.
#-------------------------------
# Contact Settings
contact:
email: [email protected] # Add your email for contant form
description: Our mission is to be the premier destination for balanced and accessible learning material for blockchain, digital currency and digital assets learning material. # Add a description of your form
# NOTE
# Clifford theme comes with a contact form built-in. You can use this form with Formspree service and get up to 50 submissions for free. Also, you can easily switch to another service if you want.
#-------------------------------
# Footer section
# Example of adding a new link to the footer - {icon: "ion-logo-github", link: "https://github.com"}
# Other icons can be found at https://ionicons.com
social:
- {icon: "ion-logo-twitter", link: "https://twitter.com/tari_labs"}
- {icon: "ion-logo-facebook", link: "https://www.facebook.com/tarilabs"}
- {icon: "ion ion-logo-github", link: "https://github.com/tari-labs"}
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Google Analytics
#google-analytics: UA-115476091-2
#-------------------------------
# Newsletter
mailchimp: true # To enable the mailchimp form, use the value true. To turn off use the value false.
mailchimp-text: Subscribe to our newsletter and we’ll send you the emails of latest posts. # Add your description.
mailchimp-identifier: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
#-------------------------------
# Build settings
markdown: kramdown
permalink: /:categories/:title:output_ext
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
- jekyll-spaceship
- jekyll-redirect-from
- jekyll-seo-tag
paginate: 6
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
exclude:
- .env
- deploy.sh
- .idea
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: /:title
sass:
sass_dir: _sass
style: compressed
kapa:
data-website-id: 42b8765f-d05f-44b3-9136-8ee736194767
data-project-name: Tarilabs University
data-project-color: "#9330ff"
data-project-logo: /assets/img/node-icon-alt.svg
data-modal-title: "Tari's little AI helper"
data-search-mode-enabled: true
data-modal-disclaimer: "Answers have been generated by artificial intelligence and may not be entirely error-free or up-to-date. We recommend independently verifying the content and consulting with professionals for specific advice or information. We do not assume any responsibility or liability for the use or interpretation of this content."