forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
executable file
·48 lines (41 loc) · 1.07 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
47
48
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
include: [_redirects]
exclude: [CNAME, README.md, .gitignore, Gemfile, Gemfile.lock]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "argon.js"
keywords: "argon, augmented reality, web, javascript"
description: "An Augmented Reality web framework."
source_link: "https://github.com/argonjs"
favicon: "favicon.ico"
touch_icon: "img/apple-icon-180x180.png"
google_analytics_key: "UA-63191442-2"
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
gtgold: '#eeb211'
gtnavy: '#00254c'
gtmetallic: '#f5d376'
buzzgold: '#eeb211'
buzzgold60: '#f5d376'
gtblue: '#00254c'
gtblue80: '#335170'
black85: '#262626'
darkgray: '#545454'
mediumgray: '#808080'
lightgray: '#e5e5e5'
gtlinkblue: '#004f9f'
gtlinkhover: '#1879db'