-
Notifications
You must be signed in to change notification settings - Fork 117
/
_config.yml
executable file
·53 lines (43 loc) · 1.42 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
title: Welcome to Flexton
description: Flexton is a responsive and ultra-minimal theme for Jekyll.
baseurl: "" # the subpath of your site, e.g. /blog
url: "flexton.netlify.com" # the base hostname & protocol for your site, e.g. http://example.com
# Author
author-name: Clayton Hanson
author-image: 1.jpg
author-job: Web Developer
author-email: your-email@domain.com # Add your email for contant form.
author-twitter: artemsheludko_ # Add your twitter account
about-author: I am a web developer focusing on front-end development. Always hungry to keep learning.
# Social settings
social-twitter: artemsheludko_
social-facebook:
social-github: artemsheludko
social-pinterest: artemsheludko
social-instagram: artemsheludko_
social-youtube:
social-vk:
social-linkedin:
# Newsletter
mailchimp: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1
# Comment Section (Disqus)
disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown
# 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