This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
generated from p3palazzo/research_template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
71 lines (66 loc) · 1.59 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
title: Adaptive strategies in historical construction
author:
name: Pedro Paulo Palazzo
email: palazzo@unb.br
description: >- # this means to ignore newlines until "baseurl:"
Emerging order systems in modern construction, from the mid-18th century to
the mid-20th, as responses to the present-day challenges of sustainability
and urban resilience.
baseurl: "/adaptive-construction"
url: "https://dmcpatrimonio.github.io"
# The following lines are generally superseded by more specific Minima template
# configurations further below.
#twitter_username: jekyllrb
#github_username: jekyll
# Build settings
remote_theme: p3palazzo/minima-scholar
keep_files:
- reveal.js
header_pages:
- pibic21-projeto.md
minima:
date_format : "%e %B %Y"
social_links:
twitter : p3palazzo
github : dmcpatrimonio
instagram : arqtrad
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
# Other build parameters
permalink: pretty
markdown: kramdown
kramdown:
auto_ids: true
parse_block_html: true
parse_span_html: true
transliterated_header_ids: true
relative_links:
enabled: true
collections: true
readme_index:
enabled: true
remove_originals: true
with_frontmatter: true
exclude:
- "*.bib"
- .git
- .github
- .install
- .vendor
- .venv
- lib
- spec
- tmp