From a21faac1e0beaedbf02c7075f2d95fb395322a8f Mon Sep 17 00:00:00 2001 From: depsterr Date: Thu, 27 Jan 2022 19:44:11 +0100 Subject: [PATCH] add all my posts --- _includes/image.html | 13 + _layouts/post.html | 2 +- _posts/2019-11-30-libreboot.md | 35 +++ _posts/2020-09-16-go_download_a_car.md | 62 ++++ .../2021-01-22-writing_portable_makefiles.md | 280 ++++++++++++++++++ _posts/2021-10-09-linux_on_x13_yoga.md | 111 +++++++ _posts/2021-12-10-secd1.md | 212 +++++++++++++ assets/css/main.scss | 9 + assets/img/clibreboot-holes.png | Bin 0 -> 28613 bytes assets/img/clibreboot.png | Bin 0 -> 41904 bytes 10 files changed, 723 insertions(+), 1 deletion(-) create mode 100644 _includes/image.html create mode 100644 _posts/2019-11-30-libreboot.md create mode 100644 _posts/2020-09-16-go_download_a_car.md create mode 100644 _posts/2021-01-22-writing_portable_makefiles.md create mode 100644 _posts/2021-10-09-linux_on_x13_yoga.md create mode 100644 _posts/2021-12-10-secd1.md create mode 100644 assets/img/clibreboot-holes.png create mode 100644 assets/img/clibreboot.png diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..547470f --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,13 @@ +
+ {% if include.url %} + + {% endif %} + {{ include.title }} + {% if include.url %} + + {% endif %} + + {% if include.caption %} +
{{ include.caption }}
+ {% endif %} +
diff --git a/_layouts/post.html b/_layouts/post.html index 497b5ad..b002a15 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@ layout: centered