-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (30 loc) · 721 Bytes
/
Copy path_config.yml
File metadata and controls
30 lines (30 loc) · 721 Bytes
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
baseurl:
title: Tufte
subtitle: Content-centric blogging
author: clay harmon
simple_search: http://google.com/search
description: A Jekyll theme for content-rich sites
name: tufte
markdown: Kramdown
kramdown:
input: GFM
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
permalink: /articles/:short_year/:title
timezone: America/New_York
excerpt_separator: <!--more--> # you can specify your own separator, of course.
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
post:
template: _post.txt
extension: md
page:
template: _page.txt
extension: md
editor: gvim
git:
branch: master
transfer:
command: rsync
settings: -av
source: _site/
destination: ~/Git/clayh53.github.com/