forked from sincspecv/yorn
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (23 loc) · 752 Bytes
/
_config.yml
File metadata and controls
26 lines (23 loc) · 752 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
title: Checkov
description: Checkov theme for Jekyll to use with GitHub Pages.
# Development server config, needed to load some of the content
webrick:
headers:
Access-Control-Allow-Origin: "*"
# Theme settings
site_author: Matthew Schroeter
repo_url: 'https://github.com/bridgecrewio/yor-theme/'
edit_on_github: true
github_docs_folder: false
sticky_navigation: true
prev_next_buttons_location: both
search_enabled: false
hljs_style: github-gist
google_analytics: "G-LDRQW6GS3R"
exclude: ['/assets/node_modules', '/assets/gulpfile.js', '/assets/package.json', '/assets/package-lock.json', '/assets/yarn.lock', '/assets/README.md', '/assets/scss']
plugins:
- jekyll-get-json
# Menus
jekyll_get_json:
- data: menus
json: './menus.json'