-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (40 loc) · 763 Bytes
/
_config.yml
File metadata and controls
55 lines (40 loc) · 763 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
46
47
48
49
50
51
52
53
54
55
timezone: GMT+0
title: Java chatroom
# rss: /feed.xml
# Config
## URLs
chat_url: https://chat.stackoverflow.com/rooms/139/java
github_url: https://github.com/JavaChat
## End urls
## Color
main: "ff7b18"
text: "000"
a: "ff7b18"
a-visited: "ff8830"
a-hover: "ff720a"
primary-color: "282828"
secondary-color: "ff7b18"
nav-primary: "282828"
nav-hover: 1e1e1e
nav-text: f7f7f7
## End color
## Constants
a-underline: false;
## End constants
# End config
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
highlight: true
auto_ids: true
# Again, only used to get some CSS included.
theme: minima
baseurl: ""
sass:
sass_dir: assets/css/
style: compressed
plugins:
- jekyll-seo-tag
- jemoji