-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (42 loc) · 950 Bytes
/
_config.yml
File metadata and controls
47 lines (42 loc) · 950 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 settings
title: Palo Alto Networks Strata Cloud Manager CLI
description: Command-line interface for managing Palo Alto Networks Strata Cloud Manager configurations
github_username: cdot65
logo: images/logo.svg
show_downloads: true
# Build settings
markdown: kramdown
theme: jekyll-theme-minimal
plugins:
- jekyll-feed
# GitHub Pages with MkDocs Configuration
include:
- "_*_.html"
- "_*_.*.html"
- docs
- README.md
- images/
# Exclude from build
exclude:
- "site/" # MkDocs build directory
- "mkdocs.yml" # MkDocs configuration
- "venv/"
- "poetry.lock"
- "pyproject.toml"
- "src/"
- "tests/"
- "*.py"
- "*.sh"
- "*.bat"
- "*.yml"
- "*.yaml"
- "*.toml"
- "LICENSE"
# Use the gh-pages branch
branch: gh-pages
# Custom GitHub Pages settings
github:
is_project_page: true
repository_url: https://github.com/cdot65/pan-scm-cli
owner_name: Calvin Remsburg
owner_url: https://github.com/cdot65