-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_config.yml
executable file
·45 lines (36 loc) · 1.16 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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: / ## disables post output
timezone: null
lsi: false
markdown: kramdown
highlighter: pygments
### content configuration ###
title: "Code Week 2015 @ UMinho"
keywords: "CeSIUM, jekyll, Code Week, github, universidade do minho, departamento informatica"
description: "Code Week 2015 no Departamento de Informática da Universidade do Minho, organizada pelo CeSIUM - Centro de Estudantes de Engenharia Informática"
source_link: "https://github.com/cesium/codeweek15"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-67237593-2 ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
white: '#eaeaea'
intro: '#428bca'
activities: '#ed7950'
saturday-one: '#66b266'
monday: '#5ea06e'
tuesday: '#578e77'
wednesday: '#4f7c80'
thursday: '#486a89'
friday: '#415992'
saturday-two: '#39479b'
contacts: '#3035A4'
kramdown:
auto_ids: false
sass:
sass_dir: stylesheets/_sass/