Skip to content

Commit

Permalink
[feat] add articles page
Browse files Browse the repository at this point in the history
  • Loading branch information
EsseLowNitro authored Dec 29, 2024
1 parent a76bc72 commit ec0a586
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<li {% if include.content == "contributing" %}aria-current="page"{% endif %}><a href="/contributing">Contributing</a></li>
<li {% if include.content == "faq" %}aria-current="page"{% endif %}><a href="/faq">FAQ</a></li>
<li {% if include.content == "images" %}aria-current="page"{% endif %}><a href="/images">Images</a></li>
<li {% if include.content == "userns" %}aria-current="page"{% endif %}><a href="/userns">userns</a></li>
<li {% if include.content == "kargs" %}aria-current="page"{% endif %}><a href="/kargs">kargs</a></li>
<li {% if include.content == "articles" %}aria-current="page"{% endif %}><a href="/articles">Articles</a></li>
<li {% if include.content == "donate" %}aria-current="page"{% endif %}><a href="/donate">Donate</a></li>
<li {% if include.content == "code-of-conduct" %}aria-current="page"{% endif %}><a href="/code-of-conduct">Code of Conduct</a></li>
<li {% if include.content == "security" %}aria-current="page"{% endif %}><a href="/security">Security</a></li>
Expand Down
13 changes: 13 additions & 0 deletions content/articles/ARTICLES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Articles | secureblue"
short_title: "articles"
description: "List of articles related to secureblue and hardened-chromium"
permalink: /articles
---

The main documentation for secureblue is at the top-level of the site, accessible through the header.

Other articles on assorted topics related to secureblue:

- [userns](/articles/userns) - Overview of are unprivileged user namespaces in Linux, why is the feature considered a security risk and how is it handled in secureblue.
- [kargs](/articles/kargs) - List and brief explanation of the hardening kargs that the `ujust set-kargs-hardening` command can set.

0 comments on commit ec0a586

Please sign in to comment.