forked from jtebert/jekyll-polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (30 loc) · 993 Bytes
/
_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
source: app
destination: app/_site
# Site settings
title: Jekyll Polymer Theme
subtitle: Google material design for static sites
description: > # this means to ignore newlines until "baseurl:"
This is a material design theme for Polymer using Google's Polymer library. It's still an early draft, so be nice.
author: Julia Ebert
author_website: http://juliaebert.com
email: [email protected]
baseurl: "/jekyll-polymer" # the subpath of your site, e.g. /blog. For deploying to github pages, this should match your repo name
url: "http://juliaebert.com" # the base hostname & protocol for your site
twitter_username: ''
github_username: jtebert
disqus_shortname: juliaebert
google_analytics: UA-54476418-1
# Pagination
paginate: 5
paginate_path: "page:num"
excerpt_separator: <!--more-->
# Gems
gems:
- jekyll-archives
- jekyll-paginate
# Build settings
markdown: kramdown
permalink: /:categories/:year/:month/:day/:title/
# Archive settings
jekyll-archives:
enabled: ['tags']