forked from hydecorp/hydejack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
114 lines (95 loc) · 3.43 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
# 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: /hydejack
title: Hydejack
# 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: 'Florian Klampfer'
# 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>
# dribble: <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
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [local]
sass:
style: compressed