-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (41 loc) · 879 Bytes
/
Copy path_config.yml
File metadata and controls
54 lines (41 loc) · 879 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### Site metadata ###
title: Dev Resources
description: Links to tutorials/articles/docs/Wikipedia about programming languages, developers tools and services
github_username: MichaelCurrin
### Build settings ###
url: "https://michaelcurrin.github.io"
baseurl: "/dev-resources"
google_analytics: G-5XEV3CEPK9
header_pages:
- index.md
- resources/index.md
- repos.md
- about.md
exclude:
- bin/
- docs/
- hooks/
- vendor/
- CONTRIBUTING.md
- Gemfile
- LICENSE
- Makefile
- README.md
- sample*.png
liquid:
error_mode: strict
strict_front_matter: true
### Theme boilerplate ###
theme: fractal
titles_from_headings:
strip_title: true
# All pages except a few top-level pages are resource listings.
defaults:
- scope:
path: "resources"
values:
layout: "resources"
- scope:
path: ""
values:
layout: "page"