-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·52 lines (43 loc) · 1.15 KB
/
_config.yml
File metadata and controls
executable file
·52 lines (43 loc) · 1.15 KB
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
title: FlokiBB
description: in this blog, I want to write my study results about blockchain-related topics.
baseurl: ""
url: "FlokiBB.github.io"
# Author
author-name: Floki The Boat Builder
author-image: 1.jpeg
author-job: Blockchain Researcher && Blockchain Integration Engineer && Web3 Developer
author-email: FlokiBB@protonmail.com
author-twitter: FlokiTheBB
about-author: In this blog, I try to share my knowledge and the result of my new research.
# Social settings
social-twitter: FlokiTheBB
social-facebook:
social-github: FlokiBB
social-pinterest:
social-instagram:
social-youtube:
social-vk:
social-linkedin:
# Newsletter
mailchimp: github.us14.list-manage.com/subscribe?u=1238baa5627ea150941bbb035&id=ab9c4c3a87
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1
# Comment Section (Disqus)
disqus-identifier: Floki
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title/
plugins:
- jekyll-paginate
paginate: 7
paginate_path: "/page/:num/"
include:
- _pages
sass:
sass_dir: _sass
style: compressed
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor