-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·46 lines (40 loc) · 1.03 KB
/
_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
39
40
41
42
43
44
45
46
name: TIL
description: I'm a Ruby developer in Denver, CO sharing things I learn along the way.
meta_description: "my development blog"
aboutPage: false
markdown: kramdown
highlighter: rouge
gems: [jekyll-paginate]
paginate: 5
baseurl: /
domain_name: 'https://johnromani90.github.io/'
google_analytics: 'UA-XXXXXXXX-X'
disqus: true
disqus_shortname: 'johnromani90'
twitter_username: 'johnromani90'
github_username: 'johnromani90'
linkedin_username: 'johnromani90'
# Details for the RSS feed generator
url: 'http://your-blog-url.example.com'
author: 'John Romani'
authorTwitter: 'johnromani90'
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
-
scope:
path: ""
type: drafts
values:
layout: post