Skip to content

Commit

Permalink
Change config indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Oct 1, 2016
1 parent 4047f59 commit ba4dca9
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,49 @@ gems:
- jekyll-paginate

# Permalinks
permalink: pretty
permalink: pretty

# Setup
url: http://qwtel.com
url: http://qwtel.com

# Set to '' in case of hosting on GitHub pages,
# i.e. `http://<username>.github.io`
baseurl: /hydejack
baseurl: /hydejack

title: Hydejack
title: Hydejack

# Pagination
paginate: 5
paginate_path: '/page-:num/'
paginate: 5
paginate_path: '/page-:num/'

# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
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]
sidebar_tags: [jekyll, hyde]

# Fallback image and color if not overwritten for tag or post
image: /hydejack/public/img/nap.jpg
color: '#A85641'
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'
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'
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/flo@2x.jpg
photo: http://qwtel.com/public/img/flo.jpg
photo2x: http://qwtel.com/public/img/flo@2x.jpg

# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
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.
Expand All @@ -56,41 +56,41 @@ author:
# 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_
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'
Expand All @@ -99,17 +99,17 @@ google_analytics_id: 'UA-84025722-2'
# disqus: <username>

kramdown:
math_engine: mathjax
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true

compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [local]
envs: [local]

sass:
style: compressed
style: compressed

0 comments on commit ba4dca9

Please sign in to comment.