Skip to content

Commit

Permalink
Attempt to add page titles correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Kees Cook <[email protected]>
  • Loading branch information
kees committed Jul 4, 2024
1 parent 1c428ac commit a69d5c3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Get_Involved.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Get Involved
============

Want to get involved in the [Kernel Self Protection
Project](Kernel_Self_Protection_Project)? Here's how:
Want to get involved in the [Kernel Self Protection Project](/)? Here's how:

# Join the conversations

Expand Down
6 changes: 2 additions & 4 deletions Patch_Tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ Patch Tracking

# Overview

The primary place where
[KSPP](Kernel_Self_Protection_Project) patches are tracked is
through our [patchwork
instance](https://patchwork.kernel.org/project/linux-hardening/list/).
The primary place where [KSPP](/) patches are tracked is through our
[patchwork instance](https://patchwork.kernel.org/project/linux-hardening/list/).
This helps collect Reviewed-by, Acked-by, Tested-by, etc, tags in a
single place to see status.

Expand Down
8 changes: 4 additions & 4 deletions Recommended_Settings.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Recommended Settings
====================
---
title: Recommended Settings
---

Sometimes people ask the [Kernel Self Protection
Project](Kernel_Self_Protection_Project) what a secure set of
Sometimes people ask the [Kernel Self Protection Project](/) what a secure set of
build CONFIGs and runtime settings are. This is a brain-dump of the
various options for a particularly paranoid system.

Expand Down
3 changes: 1 addition & 2 deletions Work.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Areas of Work Needed

# Work Areas

The [Kernel Self Protection
Project](Kernel_Self_Protection_Project) has a lot of work to
The [Kernel Self Protection Project](/) has a lot of work to
do\! While there are already a number of upstream [kernel security
features](Feature_List), we are still missing many.

Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ markdown: kramdown
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Kernel Self Protection Project
redirect_from:
- /KSPP/
- /Kernel_Self_Protection/
---

* TOC
{:toc}

Expand Down

0 comments on commit a69d5c3

Please sign in to comment.