-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·120 lines (91 loc) · 2.57 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
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
# Site settings
url: "http://klinovp.github.io"
google-tracking-id: "<YOUR GOOGLE TRACKING ID>"
#############
# HTML Head #
#############
author: "Elena Klinova"
lang: "en"
title: "Elena Klinova"
favicon: "/img/favicon.ico"
description: "Website of Elena Klinova, a sound engineer and composer"
keywords: "smith, jones, personal, jekyll, theme"
################
# Intro layout #
################
#black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/console.jpg"
me-img: "/img/elena-cv.jpg"
##############################
# Dynamic Text on the header #
##############################
dynamic-typing: False
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10 # Default 10
start-delay: 200 # Default 200
delete-delay: 5000 # Default 5000
lines: # You can add HTML Tags in the Text
- text: "The lower you fall, the higher you'll fly."
- text: "Where’s your will to be weird?"
########
# Blog #
########
post-preview-words: 128
paginate: 5
fb-share: True
twitter-share: True
reddit-share: True
disqus-shortname: "panossakkos"
###############
# Life Events #
###############
events:
- image: "/img/career/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/career/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"
# First image of the Career timeline
career-img: "/img/career/default.png"
##################
# Contact layout #
##################
email: "[email protected]"
##################
# Social Buttons #
##################
social:
- title: "facebook"
url: "http://facebook.com/"
- title: "twitter"
url: "http://twitter.com/"
- title: "youtube"
url: "http://youtube.com/"
- title: "github"
url: "https://github.com/"
- title: "rss"
url: "/feed.xml"
############
# 404 page #
############
404-img: "/img/labtocat.png"
################################################################################
# Tread carefully if you want to change the variables below this point!
# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post
pages_list:
About me: 'about-me'
Studio: 'alte-zigarrenfabrik'
Work: 'my-work'
Contact: 'contact'
# Pagination path
paginate_path: "blog/page:num"
# Enable minification SASS
sass:
style: compressed
# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"]