-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
115 lines (96 loc) · 3.62 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
# Dependencies
gems:
- jekyll-sitemap
- jekyll-paginate
# Permalinks
permalink: pretty
# Setup
url: http://qwtel.com
# Set to '' in case of hosting on GitHub pages,
# i.e. `http://<username>.github.io`
baseurl: /blog
title: Kendrick's Blog
# Pagination
paginate: 5
paginate_path: '/page-:num/'
# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
A pretentious two-column [Jekyll](http://jekyllrb.com/) theme, stolen by [`@qwtel`{:style="background: rgba(255, 255, 255, 0.15)"}](https://twitter.com/qwtel)
from [Hyde](http://hyde.getpoole.com).
You could say it was.. [hydejacked](http://media3.giphy.com/media/makedRIckZBW8/giphy.gif).
# The tags listed as entries in the sidebar
sidebar_tags: [jekyll, hyde]
# Fallback image and color if not overwritten for tag or post
image: /hydejack/public/img/nap.jpg
color: '#A85641'
# Fonts
font: '"PT Serif", Georgia, serif'
font_accent: '"Roboto Slab", "PT Serif", Georgia, serif'
load_google_fonts: 'Roboto+Slab:700|PT+Serif:400,400italic,700,700italic'
# About yourself
author:
name: 'Kendrick B. Jung'
# This photo will be used in the about section
photo: http://qwtel.com/public/img/flo.jpg
photo2x: http://qwtel.com/public/img/[email protected]
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
Hi, I'm Florian or [`@qwtel`](https://www.twitter.com/qwtel), which isn't an acronym,
I just [wanted a short username](http://qwtel.com/how-to-find-a-short-username) and that one happened to be available.
Read my thoughts on [#software](http://qwtel.com/tag/software) and [#cryptoeconomics](http://qwtel.com/tag/cryptoeconomics).
# Social media icons in sidebar
# Comment/uncommet to show/hide
# Icons appear in order, can be rearranged:
social:
facebook: _username_
twitter: _username_
google: _number_
vk: _username_
youtube: _string___string___string_
# vimeo: _username_
# vine: _username_
# spotify: user/_number_
# soundcloud: _username_
# lastfm: _username_
# instagram: _username_
# flickr: _string_@_string_
# 500px: _username_
# dribbble: _username_
# behance: _username_
# deviantart: _username_
# ello: _username_
# twitch: _username_
# steam: _number_
# reddit: _username_
# tumblr: _username_
# pinterest: _username_
# foursquare: _number_
# yelp: _string_
# github: _username_
# stackoverflow: _number_/_username_
# npm: _username_
# hackernews: _username_
# trello: _firstname__lastname_
# linkedin: _firstname_-_lastname_-_string_
# xing: _firstname___lastname__counter_
# blogger: _number_
# delicious: _username_
# stumbleupon: _username_
# paypal: _username_
# Remove to disable Google Anaylics
google_analytics_id: 'UA-84025722-2'
# Setting a disqus subdomain will enable the comment section
# disqus: <username>
kramdown:
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [local]
sass:
style: compressed