Skip to content

Commit 44856a7

Browse files
Create _config.yml
1 parent db4b283 commit 44856a7

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

_config.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Site settings
2+
title: C# Brasil | Unindo paixão e código
3+
description: "O blog do C# Brasil sobre Tecnologia e desenvolvimento"
4+
url: "http://csharpbrasil.com.br"
5+
author:
6+
name: "Raphael Cardoso"
7+
8+
url: "http://www.csharpbrasil.com.br"
9+
10+
# Build settings
11+
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
12+
markdown: kramdown
13+
source: .
14+
destination: ./_site
15+
permalink: /:title
16+
#paginate: 8
17+
#paginate_path: /page:num/
18+
19+
paginate: 20
20+
paginate_path: "/page/:num/"
21+
22+
# Pagination Settings
23+
# pagination:
24+
# enabled: true
25+
# per_page: 20
26+
# permalink: '/page/:num/'
27+
# title: ':title - Página :num'
28+
# limit: 0
29+
# sort_field: 'date'
30+
# sort_reverse: true
31+
32+
# Default values
33+
defaults:
34+
-
35+
scope:
36+
path: ""
37+
type: "posts"
38+
values:
39+
layout: "post"
40+
41+
# Plugins
42+
plugins:
43+
- jekyll-paginate
44+
45+
# Custom variables
46+
version: "1.0.0"

0 commit comments

Comments
 (0)