forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 35
/
_config.yml
79 lines (71 loc) · 1.64 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Dependencies
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
use_coderay: false
highlighter: rouge
gems:
- jekyll-redirect-from
# Permalinks
#
permalink: pretty
# Setup
title: 'C & C++ Brasil'
tagline: 'O Grupo de usuários C & C++ do Brasil'
description: 'Bem vindo(a) ao site e blog do Grupo de usuários C & C++ do Brasil'
url: http://ccppbrasil.github.io
baseurl: /
paginate: 5
paginate_path: blog/page:num
# About/contact
author:
name: 'Francisco Lopes'
url: https://twitter.com/pepper_chico
# Custom vars
version: 1.0.0
github:
repo: https://github.com/ccppbrasil/ccppbrasil.github.io
prose:
ignore:
- /\..*
- /_config.yml
- /atom.xml
- /LICENSE.md
- /_layouts
- /_includes
- /public
- /blog
metadata:
"":
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "published"
field:
element: "checkbox"
label: "Published"
value: false
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "published"
field:
element: "checkbox"
label: "Published"
value: false