-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (27 loc) · 743 Bytes
/
Copy path_config.yml
File metadata and controls
32 lines (27 loc) · 743 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
31
32
# Site settings
title: Gems and Rubies
email: cristian.eigel@icloud.com
description: > # this means to ignore newlines until "baseurl:"
This is a blog about programming. Most of the times I talk about Ruby, but I might also
talk about C++, interviewing questions or hiking.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ceigel.github.io" # the base hostname & protocol for your site
twitter_username: ceigel
github_username: ceigel
# Build settings
markdown: kramdown
kramdown:
use_coderay: true
coderay:
coderay_line_numbers: nil
coderay_css: class
coderay_default_lang: ruby
redcarpet:
extensions: []
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true