-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy path_config.yml
executable file
·78 lines (65 loc) · 2.49 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
# Site settings
title: Lokmont
description: Lokmont is a responsive simple theme for Jekyll.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://lokmont-jekyll.netlify.com/" # the base hostname & protocol for your site, e.g. http://example.com
# Banner Section
hero: 112.jpg
hero-title: Welcome to Lokmont
hero-description: A Responsive Jekyll Blog Theme. Theme suitable for any kind of creators.
# Author - Creator
author-name: Ben Campbell
author-image: 10.jpg
about-author: My name is Ben Campbell. I'm an actor and a musician. Retro wolf banjo succulen tsgoch ujang tumeric hammock offal.
author-email: [email protected]
author-twitter: https://twitter.com/
author-facebook: https://twitter.com/
author-instagram: https://www.instagram.com/
author-pinterest: https://pinterest.com/
# Other Authors - here you can add Other authors. For example Natali_Braxton
authors:
Natali_Braxton:
author-name: Natali Braxton
author-image: 111.jpg
about-author: My name is Natali Braxton. I love walking, I play the guitar in my spare time. And also write articles about different technologies.
author-email: [email protected]
author-twitter: https://twitter.com/
author-facebook: https://twitter.com/
author-instagram: https://www.instagram.com/
author-pinterest: https://pinterest.com/
# Social Media Links (Links are located in hero and footer)
twitter: https://twitter.com/
facebook: https://facebook.com/
google-plus: https://plus.google.com/
instagram: https://www.instagram.com/
pinterest: https://pinterest.com/
youtube: https://www.youtube.com/
# Contact Form Settings
contact-subtitle: Pok pok listicle meggings, gluten-free deep v you probably haven't heard of them taxidermy iPhone gentrify seitan. Kogi cornhole enamel. # Title for the subscription form.
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
# Newsletter
mailchimp: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# Comment Section (Disqus)
disqus-identifier: mr-brown # Add your shortname for Disqus Comment. For example mr-brown
# Build settings
markdown: kramdown
permalink: pretty
paginate: 9
paginate_path: "/page/:num"
# Pages path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
plugins:
- jekyll-paginate
- jekyll-feed
include:
- _pages
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor