forked from codetocloudorg/platform-engineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (29 loc) · 739 Bytes
/
_config.yml
File metadata and controls
37 lines (29 loc) · 739 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
title: "Platform Engineering Hub"
description: "A collaborative space for Platform Engineering, DevSecOps, and cloud-native best practices."
theme: jekyll-theme-cayman
markdown: kramdown
repository: codetocloudorg/platform-engineering-hub
author: "Code To Cloud Inc."
email: "info@codetocloud.io"
url: "https://www.codetocloud.io"
github_username: codetocloudorg
linkedin_username: code-to-cloud
show_downloads: false
permalink: pretty
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
# baseurl: "/platform-engineering-hub" # Uncomment if needed
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"