forked from gfjaru/Kiko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (45 loc) · 1.04 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
47
48
49
50
51
52
53
54
# # # # # # # # # #
# M A L O K Y #
# # # # # # # # # #
# Basic
name: Maloky
title: the medium rare programmer
description: > # this means to ignore newlines until "baseurl:"
Some rambling about Python, javscript with a bit of agile
# jekyll-seo-tag, see: http://www.rubydoc.info/gems/jekyll-seo-tag/1.2.0
url: "//maloky.com"
author: "maloky"
twitter_username: ojorgecosta
github_username: maloky
linkedin_username: jorge-costa-60646750
# URL
baseurl: ""
#baseurl: "" #For Root Domain
permalink: /:year/:month/:day/:title/
# Markdown
markdown: kramdown
# Navigation
nav:
- name: "About"
href: "/about"
- name: "blog"
href: "/blog"
# Sass
sass:
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
gems:
- jekyll-seo-tag