-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (67 loc) · 1.52 KB
/
_config.yml
File metadata and controls
74 lines (67 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Site settings
title: "ColDog Studios"
description: "Welcome to ColDog Studios. We offer comprehensive security services."
baseurl: ""
url: "https://www.coldogstudios.com"
# Build settings
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
parse_block_html: true
parse_span_html: true
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Search configuration
simple_search:
searchdata_file: "/search.json"
search_results_file: "/search-results.html"
exclude_files: ["404.md", "robots.txt"]
exclude_collections: []
exclude_tags: ["noindex", "template", "test"]
# Collections
collections:
data:
output: false
# Default values
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "legal"
values:
layout: "default"
robots: "noindex, nofollow"
# SEO settings
author: "ColDog Studios"
twitter:
username: ColDogStudios
social:
name: ColDog Studios
links:
- https://twitter.com/ColDogStudios
- https://linkedin.com/company/coldog-studios
- https://www.youtube.com/channel/UCg5OwhXiYjPM01L009qfnDw
# GitHub Pages settings
github: [metadata]
future: true
jailed: false
theme: null
gfm_quirks: paragraph_end
# Exclude files from Jekyll processing
exclude:
- node_modules/
- .git/
- .gitignore
- README.md
- Gemfile
- Gemfile.lock
- assets/html/
- metadata.json