-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (42 loc) · 1.36 KB
/
_config.yml
File metadata and controls
49 lines (42 loc) · 1.36 KB
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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
pygments: true
excerpt_separator: <!--more-->
timezone: America/Sao_Paulo
markdown: kramdown
permalink: /:title.html
kramdown:
input: GFM
title: acdcjunior's
description: descriz
author:
name: acdcjunior
# email:
github: acdcjunior
twitter: acdcjunior
# pinterest: asd123
# linkedin: asd123
bio: obvious questions, necessary answers.
email_md5: 3a07af5b5bd64cf027735db364a14298
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
encoding: utf-8
BASE_PATH:
# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{ site.BASE_PATH }}
# Do not put a "/" at the end of the url.
#
# CNAME (http://yourcustomdomain.com)
# DO NOT SET BASE_PATH JUST LEAVE IT BLANK
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Pages (http://username.github.io)
# DO NOT SET BASE_PATH JUST LEAVE IT BLANK
# (urls will be prefixed with "/" and work relatively)
#
# GitHub Project Pages (http://username.github.io/project-name)
# A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
# REQUIRED! Set BASE_PATH to "http://username.github.io/project-name"