-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
executable file
·43 lines (37 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
---
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: "*simplepage"
keywords: "template, github, jekyll, ux, ui, single page"
description: "simple Jekyll landing page"
baseurl: "/-simplepage" # the subpath of your site, e.g. /blog/
source_link: "https://github.com/t413/SinglePaged"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#2C2B29'
white: '#F3EDE1'
briwhite: '#FFFFFF'
warmgray1: '#A9A59D'
warmgray2: '#78746F'
warmgray3: '#4B4945'
gray1: '#EFEFEF'
gray2: '#DEDEDE'
gray3: '#CDCDCD'
red: '#FF3636'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'