-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
executable file
·47 lines (38 loc) · 963 Bytes
/
_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
---
port: 4000
host: localhost
safe: true
### site serving configuration
baseurl: http://binaries.html-tidy.org
exclude: [CNAME, README.md, .gitignore]
permalink: / ## disables post output
timezone: null
lsi: false
### content configuration ###
title: "HTML Tidy Binaries"
keywords: "tidy, html tidy, html, htacg"
description: "HTACG HTML Tidy Binaries"
source_link: "https://github.com/htacg/"
favicon: #put a path like: "img/favicon.ico"
touch_icon: #put a path like: "img/apple-touch-icon.png"
### Defaults
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: posts
values:
layout: "default"
-
scope:
path: "" # an empty string here means all files in the project
type: pages
values:
layout: "default"
### file locations
source: .
data_source: ./_data
layouts: ./_layouts
destination: ./_site
#plugins: ./_plugins
#collections: null