-
-
Notifications
You must be signed in to change notification settings - Fork 640
Expand file tree
/
Copy path_config.yml
More file actions
143 lines (116 loc) · 3.62 KB
/
_config.yml
File metadata and controls
143 lines (116 loc) · 3.62 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Site settings
# NB! Set your site's url, otherwise nothing will work
url: "https://le4ker.github.io"
baseurl: "/personal-jekyll-theme"
# Google tracking id
google-tracking-id: "UA-XXXXXXXX-X"
#############
# HTML Head #
#############
lang: "en"
author: "John Smith"
title: "{ John Smith }"
description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme"
favicon: "/img/favicon.ico"
################
# Header layout#
################
black-favicon: "/img/black-lab-glass.ico"
background-img: "intro-bg.jpg"
##############################
# Dynamic Text on the Header #
##############################
quote: "Where’s your will to be weird?"
me-img: "/img/jetpacktocat.png"
# To use github profile pic uncomment the following line and replace 'user_name'
# with your github user name.
# me-img: "https://github.com/user_name.png?size=500"
# To use gravatar profile pic uncomment the following line and replace 'email_hash'
# with your gravatar profile email hash.
# You can create the email hash by using an online tool like 'http://www.md5hashgenerator.com/'
# just enter your email and it will generate the hash.
# me-img: "https://www.gravatar.com/avatar/email_hash?s=500"
#######
# Blog #
########
post-preview-words: 96
paginate: 12
email-share: True
fb-share: True
linkedin-share: True
reddit-share: True
x-share: True
hackernews-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: True
# NB! Create an account in Cusdis and update the app id, otherwise the comments won't work
cusdis-app-id: "d34a3968-9be5-46d7-98f1-c4263cd1a220"
############
# Timeline #
############
events:
- image: "/img/timeline/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/timeline/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"
# First image of the Timeline
timeline-img: "/img/timeline/default.png"
###########
# Contact #
###########
email: "your@email.here"
################
# Author Blurb #
################
# The author blurb goes underneath blog posts.
# This works best when your author blurb image has a transparent background, or matches your site background color.
author_blurb_image: "/img/author.png"
author_blurb:
"'Github''s Octocat was designed by Simon Oxley, alongside the white bird Twitter
used (before they received a proper logo) as part of a usual routine of cranking
out images for iStock. GitHub saw it, and wanted it, presumably under the notion
that it can represent how complex code combines to create peculiar things, much
like the octopuss... except the CEO of GitHub called it an octocat, and it has
been the octocat since then."
##################
# Social Buttons #
##################
social:
- icon: "github"
url: "https://github.com/le4ker/personal-jekyll-theme"
- icon: "linkedin-in"
url: "https://www.linkedin.com"
- icon: "x-twitter"
url: "https://twitter.com/"
- icon: "rss"
url: "https://le4ker.github.io/personal-jekyll-theme/feed.xml"
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: "about"
Blog: "latest-post"
Timeline: "timeline"
Contact: "contact"
syntax_theme: everforest
# Exclusion list from the generated _site
exclude:
- LICENSE
- README.md
- CONTRIBUTING
- CONTRIBUTORS
- scripts
- Dockerfile
- docker-compose.yml
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-spaceship