Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cache/plugin/git-committers/page-authors.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cache_date": "2025-03-28", "page_authors": {"docs/index.md": {"last_commit_date": "2025-03-28", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}, {"login": "web-flow", "name": "web-flow", "url": "https://github.com/web-flow", "avatar": "https://avatars.githubusercontent.com/u/19864447?v=4"}]}, "docs/blog.md": {"last_commit_date": "2024-07-11", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}]}, "docs/projects.md": {"last_commit_date": "2024-07-11", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}]}}}
{"cache_date": "2025-08-19", "page_authors": {"docs/index.md": {"last_commit_date": "2025-08-19", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}, {"login": "web-flow", "name": "web-flow", "url": "https://github.com/web-flow", "avatar": "https://avatars.githubusercontent.com/u/19864447?v=4"}, {"login": "griffeth", "name": "griffeth", "url": "https://github.com/griffeth", "avatar": "https://avatars.githubusercontent.com/u/25017489?v=4"}]}, "docs/blog.md": {"last_commit_date": "2024-07-11", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}]}, "docs/projects.md": {"last_commit_date": "2024-07-11", "authors": [{"login": "p4gs", "name": "p4gs", "url": "https://github.com/p4gs", "avatar": "https://avatars.githubusercontent.com/u/10093271?v=4"}]}, "docs/learning-hub.md": {"last_commit_date": "2025-08-19", "authors": []}}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# grcengineering.github.io
[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
# grc.engineering Home Page

[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)

This is GitHub Pages repository that is backing https://grc.engineering. It currently contains the source content for:
* [The GRC Engineering Manifesto](https://grc.engineering) (`docs/index.md`)
* [The GRC Engineering Learning Hub](https://grc.engineering/learning/) (`docs/learning.md`)
18 changes: 0 additions & 18 deletions docs/about.md.wip

This file was deleted.

6 changes: 0 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ _A principle describes a fundamental truth of GRC Engineering that enables effic
- [Varun Gurnaney](https://www.linkedin.com/in/varungurnaney/)
- [Yash Devadiga](https://www.linkedin.com/in/yash-devadiga-2b2992241/)

## GRC Engineering Resources
- [GRC Engineering Podcast](https://open.spotify.com/show/3SkXwuXewy0qXXhICy5e6W)
- [The GRC Engineer Newsletter](https://grcengineer.com)
- [Awesome Security GRC List](https://github.com/Arudjreis/awesome-security-GRC)
- [Varun Gurnaney’s Medium](https://medium.com/@varungurnaney)

## Get Involved!
[Join our Discord :fontawesome-brands-discord:](https://discord.gg/CG6EDDbG4B){ .md-button .md-button--primary }
[Join our LinkedIn Group :fontawesome-brands-linkedin:](https://www.linkedin.com/groups/12997229/){ .md-button }
Expand Down
6 changes: 6 additions & 0 deletions docs/javascripts/tablesort.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})
})
Loading