-
Notifications
You must be signed in to change notification settings - Fork 48
/
_config.yml
95 lines (90 loc) · 1.71 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Site wide configuration
title: "Ciência da Computação"
description: "Curso de Ciência da Computação da Universidade Federal da Fronteira Sul, Chapecó, SC, Brasil."
logo: # 120x120 px default image used for Twitter summary card
teaser: # 400x250 px default teaser image used in image archive grid
locale: en
url: https://cc.uffs.edu.br
feed:
path: atom.xml
cache_tag: 20201110
# Dark mode
dark: true
# Jekyll configuration
permalink: pretty
kramdown:
toc_levels: 1..2
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-gist
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: article
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: ""
type: pages
values:
layout: default
author_profile: true
# _portfolio
- scope:
path: ""
type: portfolio
values:
layout: default
author_profile: false
share: true
collections: # Collections of content
portfolio:
output: true
permalink: /:collection/:path/
pages:
output: true
permalink: /:path/
# Site owner
owner:
name: Coordenação
email: computacao.ch@uffs.edu.br
twitter:
google:
ad-client:
ad-slot:
bio: Coordenação do Curso de Ciência da Computação
avatar: avatars/coordenacao.png
disqus-shortname:
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp