-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
94 lines (84 loc) · 2.61 KB
/
Copy path_config.yml
File metadata and controls
94 lines (84 loc) · 2.61 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# ===========================
# Jeanette Jordan — GRC Portfolio Configuration
# ===========================
title: "Jeanette Jordan — GRC Portfolio"
tagline: "Federal Cybersecurity Leader | NIST RMF | Microsoft 365 & Azure Security Compliance"
description: >
Governance, Risk & Compliance portfolio demonstrating documentation and control implementation
aligned with FedRAMP Moderate, NIST SP 800-53 Rev. 5, and DoD cybersecurity frameworks.
# ---------------------------
# Theme and Layout
# ---------------------------
theme: jekyll-theme-cayman
show_downloads: false
# Optional color mode support (for modern browsers)
minima:
skin: auto
# ---------------------------
# Navigation (Top Banner Links)
# ---------------------------
nav:
- name: "Home"
link: index.md
- name: "Risk Register"
link: 01_risk_register/index.md
- name: "Vendor Questionnaire"
link: 02_vendor_questionnaire/index.md
- name: "Policies"
link: 03_policies/index.md
- name: "Incident Response"
link: 04_incident_response/README.md
- name: "Continuous Monitoring"
link: 05_continuous_monitoring/README.md
- name: "Data Classification"
link: 06_data_classification/README.md
- name: "Vuln Mgmt"
link: 07_vulnerability_management/README.md
- name: "AI Compliance"
link: 08_ai_compliance/README.md
# ---------------------------
# Footer (Displayed on Every Page)
# ---------------------------
footer_content: |
---
**Contact:** [JeanetteD_Jordan@outlook.com](mailto:JeanetteD_Jordan@outlook.com)
**GitHub:** [github.com/JJordan1983](https://github.com/JJordan1983)
**LinkedIn:** [linkedin.com/in/jeanette-jordan](https://linkedin.com/in/jeanette-jordan)
**Location:** Stafford, VA
Licensed under the [MIT License](LICENSE)
# ---------------------------
# GitHub Metadata
# ---------------------------
github:
is_project_page: true
repository_url: https://github.com/JJordan1983/grc_portfolio
# ---------------------------
# Plugins for SEO and Sitemap
# ---------------------------
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# ---------------------------
# Markdown Rendering Settings
# ---------------------------
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter_opts:
block:
line_numbers: false
# ---------------------------
# Exclusions (Optional)
# ---------------------------
exclude:
- "*.zip"
- "README_local.md"
- "NAV_NOTES_FOR_CONFIG_YML.md"
# ---------------------------
# Author Information
# ---------------------------
author:
name: "Jeanette Jordan"
email: "JeanetteD_Jordan@outlook.com"
location: "Stafford, VA"
organization: "APJ Enterprise LLC"