forked from artemsheludko/reked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·61 lines (48 loc) · 1.78 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
title: IdleEndeavor
logo: "images/logo.png" # You can add own logo image.
description: A Simple Blog about the Complexities of Life
baseurl: "" # The subpath of your site, e.g. /blog
url: "https://idleendeavor.com" # The base hostname & protocol for your site, e.g. http://example.com
# Author Settings
author:
name: Joshua George
bio: A freelance graphic designer on and idle endeavor to understand the complexities of life in this simple blog
# Contact links
email: [email protected]
# Hero Section
hero: true # To enable the section hero, use the value true. To turn off use the value false.
hero-title: IdleEndeavor # Add your hero title
hero-subtitle: A simple blog about the complexitites of life # Add your hero subtitle
hero-image: images/14.jpg # Add background image in section hero
# Footer
footer-image: images/14.jpg # Add background image in footer
# Comment Section (Disqus)
# disqus-identifier: idleendeavor # Add your shortname for Disqus Comment. For example mr-brown
# Google Analytics
google-analytics: "UA-203300324-1" # Add your identifier. For example UA-99631805-1.
# Newsletter
# mailchimp: "https://idleendeavor.us5.list-manage.com/subscribe/post?u=f2092fa69f2f8dac8e0325cab&id=7812f6f86a" # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 4
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed