forked from artemsheludko/bef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·52 lines (44 loc) · 1.6 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
logo: # add logo name
title: Bef - Enjoy Freedom
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
permalink: ':title/'
baseurl: "/bef" # the subpath of your site, e.g. /blog
url: "https://stonebridge.top" # the base hostname & protocol for your site, e.g. http://example.com
repo: "https://github.com/jysatuo/stonebridge.github.io"
# Banner settings
video: mountains.mp4 # add banner video. Add your video file to the folder video
banner-title: # add banner title
banner-desc: # add banner description
# Author settings
author-pic: face.jpg # your photo
author-name: # your name
about-author: # about author
email: [email protected] # your email
phone: (496)-169-6557 # your pnone number
website: stonebridge.top # you website
# Social link
google_url: # add url link
twitter_url: # add url link
instagram_url: # add url link
pinterest_url: # add url link
dribbble_url: # add url link
facebook_url: # add url link
# Disqus
discus_identifier: mr-brown # add your discus identifier
# Newsletter
mailchimp: # add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# Tracker
analytics:
# Paginate
paginate: 12
paginate_path: /page:num/
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]