forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·41 lines (32 loc) · 1.16 KB
/
_config.yml
File metadata and controls
executable file
·41 lines (32 loc) · 1.16 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
38
39
40
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "Australia and New Zealand PowerShell + DevOps User Group (ANZPSUG)"
keywords: "powershell, usergroup, australia, new zealand, community, oceania, devops, microsoft, azure"
description: "The Australia and New Zealand PowerShell + DevOps User Group is for anyone interested in learning or sharing information about Microsoft PowerShell. We have lots of content for Beginners as well so don't be shy if you're just getting started, we're happy to help!"
source_link: "https://github.com/ANZPSUG/anzpsug.github.io"
favicon: "img/favicon.ico"
touch_icon: "img/ANZPSUG.png"
google_analytics_key: UA-122682728-1
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
ausgreen: '#00843d'
ausgold: '#ffcd00'
psblue: '#012456'
kramdown:
auto_ids: false