From fb55620a4f005d3ff77876fb629b1b4c126a044f Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Thu, 2 Sep 2021 22:22:17 +0700 Subject: Add comics --- content/comics/1.md | 13 +++++++++++++ content/comics/2.md | 11 +++++++++++ content/comics/_index.md | 10 ++++++++++ 3 files changed, 34 insertions(+) create mode 100644 content/comics/1.md create mode 100644 content/comics/2.md create mode 100644 content/comics/_index.md (limited to 'content') diff --git a/content/comics/1.md b/content/comics/1.md new file mode 100644 index 0000000..1716661 --- /dev/null +++ b/content/comics/1.md @@ -0,0 +1,13 @@ +--- +title: "1: Bridge" +date: 2021-09-02 +layout: comic +titleText: | + "I mean his leg looks a bit squiggly." + "Well your arms were literally cropped off." +comicId: 1 +comicTitle: bridge +categories: [ comics ] +--- + +[XMPP Bridge](https://github.com/matrix-org/matrix-bifrost/issues/63) diff --git a/content/comics/2.md b/content/comics/2.md new file mode 100644 index 0000000..98619b9 --- /dev/null +++ b/content/comics/2.md @@ -0,0 +1,11 @@ +--- +title: "2: Learning curve" +date: 2021-09-08 +layout: comic +titleText: +comicId: 2 +comicTitle: curve +categories: [ comics ] +--- + +See also: [SMBC Comics - Pedant](https://www.smbc-comics.com/comic/pedant) diff --git a/content/comics/_index.md b/content/comics/_index.md new file mode 100644 index 0000000..bb5c449 --- /dev/null +++ b/content/comics/_index.md @@ -0,0 +1,10 @@ +--- +title: Comics +lang: en +translationKey: comics +--- + +Here are some attempts of mine to draw webcomics :) + +Transcript of each comic can be found by appending 'transcript.txt' to the +comic URL. -- cgit 1.4.1