-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (34 loc) · 954 Bytes
/
_config.yml
File metadata and controls
45 lines (34 loc) · 954 Bytes
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: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "WAPI - 2nd International Workshop on API Usage and Evolution"
keywords: "ICSE, Workshop, API, Usage Patterns, Misuse"
description: ""
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: "" ## put YOUR key here to enable tracking! (blank to disable)
source_link: "http://github.com/w-api/w-api.github.io"
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#bfd7ff'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#ffcc75'
turquoise: '#0fbfcf'
kramdown:
auto_ids: false
future: true
twitter: wapi2018
orga-mail: w-api@googlegroups.com
plugins:
- jekyll-redirect-from