-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (44 loc) · 1.27 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
# Site settings
course_name: MDS
course_description: "Métodos de Desenvolvimento de Software."
course_semester: "4 semestre"
pre_requisites: OO
baseurl: # the subpath of your site, e.g. /blog/
url: "https://unb-mds.github.io/Qualifying-Software-Engineers-Undergraduates-in-DevOps/" # the base hostname & protocol for your site
schoolname: "UnB"
address: |
UnB | Universidade de Brasília
FGA | Faculdade do gama
LAPPIS | Laboratório Aplicado de Produção Pesquisa e Inovação em Software
emails: |
github_username: lappis-unb
instagram_username: ccsl_unb
facebook_username: lappisunb5
# Set your Google Analytics tracking ID (set up yours at http://www.google.com/analytics/)
# google_analytics: UA-XXXXXXXX-X
### Do not change the followings unless you know what you are doing ###
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop', 'vendor']
dateformat: "%d/%m/%Y"
future: true
collections:
events:
output: true
lectures:
output: true
posts:
output: true
announcements:
output: false
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "posts"