forked from ResidenciaTICBrisa/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (46 loc) · 1.3 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
# Site settings
course_name: ResidenciaTICBrisa
course_description: "ResidenciaTICBrisa teste brisas."
course_semester: "adac"
pre_requisites: Basics of Multivariate Calculus and Linear Algebra.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://residenciaticbrisa.github.io" # 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: lappisunb
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']
dateformat: "%d/%m/%Y"
future: true
collections:
events:
output: true
lectures:
output: true
post:
output: true
projetos:
output: true
announcements:
output: false
defaults:
- scope:
path: ""
type: "post"
values:
layout: "post"