-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (53 loc) · 1.22 KB
/
_config.yml
File metadata and controls
60 lines (53 loc) · 1.22 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
title: CodeFrog Help
url: https://help.codefrog.app
baseurl: ""
description: "Complete help documentation for CodeFrog - code analysis and security testing tool. Features, workflows, shortcuts, and advanced capabilities."
logo: /assets/images/codefrog-512-transparent.png
image: /assets/images/codefrog_og_image.png
twitter:
username: codefrog
card: summary_large_image
# Markdown processor configuration
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
entity_output: as_char
toc_levels: 1..6
auto_ids: true
footnote_nr: 1
syntax_highlighter: rouge
syntax_highlighter_opts:
disable: false
# GitHub Pages plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
# GitHub Pages metadata (for build info)
github: [metadata]
# Defaults
defaults:
- scope:
path: "help"
values:
layout: help
# Include .well-known directory (for security.txt, etc.)
include:
- .well-known
# Exclude files from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git
- .gitignore
- README.md
- GITHUB_PAGES_*.md
- LINODE_DNS_SETUP.md
- LOCAL_TESTING.md
- NAMECHEAP_ALTERNATIVE.md
- PRIVATE_REPO_OPTIONS.md
- QUICK_START.md
- REPO_SETUP_OPTIONS.md