forked from muan/scribble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
25 lines (24 loc) · 832 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
title: Scribble
description: A jekyll theme. Because I scribble.
url: # Site url.
signoff: # Your name.
disqus_shortname: # disqus comment thread for post header options. ( leave blank if unwanted. )
facebook_appid: # appid for like button, remove from /_includes/share.html if unwanted.
google_analytics: # set tracking, remove from /javascripts/basic.js if unwanted.
links:
- name: About
url: /about
- name: Blog
url: http://muan.co
external: true
- name: Email
url: mailto:[email protected]
external: true
- name: GitHub
url: http://github.com/muan
external: true
pygments: true
permalink: pretty
markdown: rdiscount
rdiscount:
extensions: [smart]