-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·37 lines (30 loc) · 1.18 KB
/
_config.yml
File metadata and controls
executable file
·37 lines (30 loc) · 1.18 KB
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
---
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 Across 2015 @Seoul"
keywords: "Civic Hacking, 시빅해킹, Code for Seoul, 코드포서울, Codeacross, 코드어크로스, Transprancy, 투명성, Codenamu, 코드나무, Hackathon, 해커톤"
description: "2015년 전 세계 시빅 해커들이 함께 진행하는 코드어크로스 행사가 서울에서 개최됩니다. 전 세계 활동가들과 함께 우리 지역 사회를 위한 코드에 기여해보세요!"
source_link: "https://github.com/codeforseoul/codeacross.codeforseoul.org"
favicon: "img/code-across.png"
touch_icon: "img/code-across.png"
google_analytics_key: "UA-59499313-1" ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
red: '#ff4300'
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
yellow: '#f6ef74'
oceanblue: '#0eb9c9'