forked from thomasvaeth/trophy-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (30 loc) · 1.06 KB
/
_config.yml
File metadata and controls
36 lines (30 loc) · 1.06 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
# Site settings
email: icfaust@gmail.com
baseurl: ""
paginate: 5
paginate_path: "/blog/page-:num"
google_analytics:
# SEO settings
title: Ian Faust
description: Various projects related to Ian Faust's hobbies and work.
url: ""
twitter_username:
default_img:
# Profile settings
name: Ian Faust
profile_img: https://raw.githubusercontent.com/icfaust/icfaust.github.io/master/_screenshots/Ian_Faust.jpg
profile: Free from the bonds of grad school with an MIT PhD, he is now open to tinker and experiment. His projects vary from the basic to the esoteric in coding, design and manufacturing. Currently living in Munich, he is exploring Europe and improving his German.
social:
email: icfaust@gmail.com
github: https://github.com/icfaust
linkedin: https://www.linkedin.com/in/faustian
# Build settings
include: ["_categories"]
exclude: ["_screenshots", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md"]
markdown: kramdown
permalink: /:year/:month/:day/:title/
# Sass
sass:
style: compressed
# Gems
gems: [jekyll-paginate, jekyll-sitemap, octopress-autoprefixer]