Skip to content

Commit

Permalink
Add Dangerzone + gVisor integration blog post.
Browse files Browse the repository at this point in the history
  • Loading branch information
EtiennePerot committed Sep 23, 2024
1 parent 020dd7a commit 9f3c604
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 2 deletions.
8 changes: 8 additions & 0 deletions website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ defaults:
layout: default
analytics: "UA-150193582-1"
authors:
almet:
name: Alexis Métaireau
email: alexis@notmyidea.org
url: https://notmyidea.org
apyrgio:
name: Alex Pyrgiotis
email: alex.p@freedom.press
url: https://freedom.press/people/alex-p
ayushranjan:
name: Ayush Ranjan
email: ayushranjan@google.com
Expand Down
11 changes: 9 additions & 2 deletions website/_sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ table th {
margin: 20px auto;
}

.blog-content .attribution {
.blog-content .attribution, .blog-content figcaption {
/* Stay close to the image. */
display: block;
margin-top: 6px;
Expand All @@ -195,13 +195,20 @@ table th {
color: $text-color-secondary;
}

.blog-content * img:has(+ .attribution) {
.blog-content * img:has(+ .attribution), .blog-content * img:has(+ figcaption) {
/* Remove bottom margins from images where there is an attribution line
* immediately following the image.
*/
margin-bottom: 0px;
}

.blog-content .attribution, .blog-content figcaption {
/* Remove margin above image caption. */
margin-top: 0px;
/* Add margin under image caption. */
margin-bottom: 1em;
}

.blog-content details {
margin-left: 2em;
margin-right: 2em;
Expand Down
1 change: 1 addition & 0 deletions website/assets/images/2024-09-23-dangerzone-outline.svg
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.
1 change: 1 addition & 0 deletions website/assets/images/2024-09-23-gvisor-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
195 changes: 195 additions & 0 deletions website/blog/2024-09-23-dangerzone.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions website/blog/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ doc(
permalink = "/blog/2024/02/01/seccomp/",
)

doc(
name = "dangerzone",
src = "2024-09-23-dangerzone.md",
authors = [
"almet",
"apyrgio",
"eperot",
],
layout = "post",
permalink = "/blog/2024/09/23/safe-ride-into-the-dangerzone/",
)

docs(
name = "posts",
deps = [
Expand Down

0 comments on commit 9f3c604

Please sign in to comment.