forked from quentin/quentin.dufour.io
35 lines
803 B
YAML
35 lines
803 B
YAML
name: Your New Jekyll Site
|
|
description: Blogging about stuffs
|
|
meta_description: "Your New Jekyll Site, Blogging about stuffs"
|
|
|
|
aboutPage: true
|
|
|
|
markdown: redcarpet
|
|
highlighter: pygments
|
|
|
|
paginate: 20
|
|
baseurl: /
|
|
domain_name: 'http://yourblog-domain.com'
|
|
google_analytics: 'UA-XXXXXXXX-X'
|
|
disqus_shortname: 'your-disqus-shortname'
|
|
|
|
# Details for the RSS feed generator
|
|
url: 'http://your-blog-url.example.com'
|
|
author: 'Your Name'
|
|
authorTwitter: 'YourTwitterUsername'
|
|
|
|
permalink: /:year/:title/
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "" # empty string for all files
|
|
type: pages
|
|
values:
|
|
layout: default
|
|
-
|
|
scope:
|
|
path: "" # empty string for all files
|
|
type: posts
|
|
values:
|
|
layout: post
|