diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
commit | 35e9f6324dba0757e7c967fab6d000e44b4d5074 (patch) | |
tree | 6750e147708092e0397ee2f581f2c9ccd1c00455 /content/doodles | |
parent | 46b1e6c785c9e15e721faa54d6e979c5c226c1a3 (diff) | |
download | blog-35e9f6324dba0757e7c967fab6d000e44b4d5074.tar.gz |
Update theme
Diffstat (limited to 'content/doodles')
-rw-r--r-- | content/doodles/1.md | 40 | ||||
-rw-r--r-- | content/doodles/2.md | 17 | ||||
-rw-r--r-- | content/doodles/3.md | 21 | ||||
-rw-r--r-- | content/doodles/4.md | 23 | ||||
-rw-r--r-- | content/doodles/_index.md | 11 |
5 files changed, 112 insertions, 0 deletions
diff --git a/content/doodles/1.md b/content/doodles/1.md new file mode 100644 index 0000000..eea799c --- /dev/null +++ b/content/doodles/1.md @@ -0,0 +1,40 @@ +--- +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 ] +--- + +<h4>Panel 1</h4> + +Black: Hi I'm new here +Blue: Welcome + +<h4>Panel 2 & 3</h4> + +*green has changed their display name to Green* +*Green exits the room* + +<h4>Panel 4</h4> + +Black: What? +Blue: Huh? + +<h4>Panel 5</h4> + +*green has changed their display name to Green* +*Green exits the room* + +<h4>Panel 6</h4> + +Black: What's the matter with that guy? +Blue: He uses XMPP over a bridge + +--- + +See also: [XMPP Bridge](https://github.com/matrix-org/matrix-bifrost/issues/63) diff --git a/content/doodles/2.md b/content/doodles/2.md new file mode 100644 index 0000000..5aa3c42 --- /dev/null +++ b/content/doodles/2.md @@ -0,0 +1,17 @@ +--- +title: "2: Learning curve" +date: 2021-09-20 +layout: comic +titleText: v = dt/dx +comicId: 2 +comicTitle: curve +categories: [ comics ] +--- + +A line graph with "time" on vertical axis and "proficiency" on horizontal axis + +Text: What people mean when they say "steep learning curve" + +--- + +See also: [SMBC Comics - Pedant](https://www.smbc-comics.com/comic/pedant) diff --git a/content/doodles/3.md b/content/doodles/3.md new file mode 100644 index 0000000..8900e1e --- /dev/null +++ b/content/doodles/3.md @@ -0,0 +1,21 @@ +--- +title: "3: Change the world" +date: 2021-10-11 +layout: comic +titleText: "Things I can't draw: stickpersons, windows, beds" +comicId: 3 +comicTitle: change-the-world +categories: [ comics ] +--- + +<h4>Panel 1</h4> + +Person saying "I will change the world!" + +<h4>Panel 2</h4> + +Person looking at the windows and seeing that it is raining + +<h4>Panel 3</h4> + +Person lying in bed looking at the mobile phone diff --git a/content/doodles/4.md b/content/doodles/4.md new file mode 100644 index 0000000..dacbf91 --- /dev/null +++ b/content/doodles/4.md @@ -0,0 +1,23 @@ +--- +title: "4: Call home" +date: 2021-11-23 +layout: comic +titleText: "They have a family too!" +comicId: 4 +comicTitle: call-home +categories: [ comics ] +--- + +<h4>Panel 1</h4> + +Person looking at the computer, saying "Hmm this app calls home. Gotta firejail +it." + +<h4>Panel 2</h4> + +An anthromorphic app is in a literal jail of fire. + +<h4>Panel 3</h4> + +Two other apps, seemingly its family, crying "I'm worried, he hasn't called for +months." diff --git a/content/doodles/_index.md b/content/doodles/_index.md new file mode 100644 index 0000000..794fa1a --- /dev/null +++ b/content/doodles/_index.md @@ -0,0 +1,11 @@ +--- +title: Doodles +lang: en +translationKey: doodles +--- + +Here are some attempts of mine to draw webcomics, or I should say random +scribbles :) + +Transcript of each comic can be found by appending 'transcript.txt' to the +comic URL. |