-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (38 loc) · 1.01 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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink : /:year
timezone: null
lsi: false
markdown: kramdown
highlighter: rouge
future: true
baseurl: /
### content configuration ###
title: "Project Fizzyo"
keywords: "Getting Started, Hacking with Microsoft, Azure, Microsoft"
description: "A place to find all things Microsoft Hackathon!"
source_link: "https://github.com/t413/SinglePaged"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-49607422-1 ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#000000'
white: '#ffffff'
lightgray: '#D2D2D2'
darkgray: '#505050'
blue: '#0078D7'
green: '#107C10'
purple: '#5C2D91'
turquoise: '#0fbfcf'
yellow: '#FFB900'
orange: '#D83B01'
red: '#E81123'
magenta: '#E40098'
teal: '#008272'
kramdown:
auto_ids: false