forked from hutscape/hutscape.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (35 loc) · 846 Bytes
/
_config.yml
File metadata and controls
35 lines (35 loc) · 846 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
34
35
title: Hutscape
description: Everyday practical home automation projects
url: "https://hutscape.com"
year: 2022
markdown: kramdown
permalink: /:title
youtube: https://www.youtube.com/@sayanee
github:
repository_url: https://github.com/hutscape/hutscape.github.io
code_folder: https://github.com/hutscape/hutscape.github.io/tree/master/_tutorials/code/
demo_folder: https://github.com/hutscape/hutscape.github.io/tree/master/_tutorials/demo/
exclude: [
_tutorials/code,
CNAME,
Gemfile,
Gemfile.lock,
LICENSE.md,
Makefile,
_tutorials/**/Makefile,
_tutorials/**/*.js,
README.md
]
collections:
tutorials:
output: true
permalink: /tutorials/:name
checklists:
output: true
permalink: /checklists/:name
tools:
output: true
permalink: /tools/:name
demo:
output: true
permalink: /demo/:name