-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (26 loc) · 781 Bytes
/
_config.yml
File metadata and controls
33 lines (26 loc) · 781 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
---
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: "Australian Alt.Net Community"
keywords: "alt.net, australia, user group, microsoft, c#, javascript, web"
description: "The home of the Australian Alt.Net Community"
source_link: "https://github.com/ozaltnet"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'