-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yaml
78 lines (72 loc) · 1.81 KB
/
_config.yaml
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
title : "Catetinho: trajetórias na apropriação de um monumento incomum"
author:
name : "Marina Martins Mennucci e Pedro Paulo Palazzo"
email : "[email protected]"
description: >-
Problemas em torno da memória, conservação e musealização do Catetinho,
a primeira residência e local de trabalho da Novacap na construção de
Brasília, obra de Oscar Niemeyer construída em 1956 e tombada em 1959.
baseurl : "/catetinho"
url : "https://dmcpatrimonio.github.io"
lang : pt
# Content settings {{{1
header_pages:
6icch-mencfp.md
defaults:
-
scope:
path: ""
values:
layout: page
# Template settings {{{1
theme : minima
timezone : America/Sao_Paulo
minima:
date_format : "%e %B %Y"
social_links:
github : https://github.com/dmcpatrimonio/catetinho
# Build settings {{{1
markdown : Pandoc
pandoc:
extensions:
- defaults: "_spec/jekyll.yaml"
- section-divs
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- kramdown
# The following plugins are always used by GH-Pages
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
#- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
# The following not compatible with GH-Pages
- jekyll-pandoc
permalink : pretty
kramdown:
auto_ids : true
header_offset : 1
transliterated_header_ids: true
relative_links:
enabled : true
collections : true
readme_index:
enabled : true
remove_originals: true
with_frontmatter: true
# Keep and exclude {{{1
# ================
exclude:
- LICENSE
- Makefile
- layout.md
- "*.svg"
keep_files:
- .git
# vim: set foldmethod=marker :