-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (34 loc) ยท 694 Bytes
/
_config.yml
File metadata and controls
47 lines (34 loc) ยท 694 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
### Site metadata ###
title: Code Cookbook
description: Reusable code patterns which you can use as reference or copy to your project
github_username: MichaelCurrin
### Build settings ###
url: "https://michaelcurrin.github.io"
baseurl: "/code-cookbook"
google_analytics: G-ED9PSVN5DS
header_pages:
- index.md
- recipes/index.md
- about.md
exclude:
- 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
defaults:
- scope:
path: ""
values:
layout: "page"