From 85cc20507d3541b62d06ec60ad0dc719b6244966 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Oct 2024 19:24:43 -0400 Subject: Initial commit --- .../Articles/an-interesting-article/assets/stamps.webp | Bin 0 -> 46960 bytes example/src/Articles/an-interesting-article/index.md | 12 ++++++++++++ .../assets/japanese-train.webp | Bin 0 -> 128168 bytes .../src/Articles/another-interesting-article/index.md | 12 ++++++++++++ example/src/Articles/article3.md | 8 ++++++++ 5 files changed, 32 insertions(+) create mode 100644 example/src/Articles/an-interesting-article/assets/stamps.webp create mode 100644 example/src/Articles/an-interesting-article/index.md create mode 100644 example/src/Articles/another-interesting-article/assets/japanese-train.webp create mode 100644 example/src/Articles/another-interesting-article/index.md create mode 100644 example/src/Articles/article3.md (limited to 'example/src/Articles') diff --git a/example/src/Articles/an-interesting-article/assets/stamps.webp b/example/src/Articles/an-interesting-article/assets/stamps.webp new file mode 100644 index 0000000..9785ce7 Binary files /dev/null and b/example/src/Articles/an-interesting-article/assets/stamps.webp differ diff --git a/example/src/Articles/an-interesting-article/index.md b/example/src/Articles/an-interesting-article/index.md new file mode 100644 index 0000000..779f4b6 --- /dev/null +++ b/example/src/Articles/an-interesting-article/index.md @@ -0,0 +1,12 @@ +--- +title: This is a very interesting article about stamps +date: 2024-10-04 +--- + +# This is a very interesting article about stamps + +Here is a picture of some cool stamps + +![](assets/stamps.webp) + +Thank you for reading my nice article. diff --git a/example/src/Articles/another-interesting-article/assets/japanese-train.webp b/example/src/Articles/another-interesting-article/assets/japanese-train.webp new file mode 100644 index 0000000..c4cab3e Binary files /dev/null and b/example/src/Articles/another-interesting-article/assets/japanese-train.webp differ diff --git a/example/src/Articles/another-interesting-article/index.md b/example/src/Articles/another-interesting-article/index.md new file mode 100644 index 0000000..4e5d9b7 --- /dev/null +++ b/example/src/Articles/another-interesting-article/index.md @@ -0,0 +1,12 @@ +--- +title: I love trains +date: 2024-09-10 +--- + +# I love trains + +Aren't Japanese trains great? I particularly like the boxy ones. Here is a picture of a train: + +![](assets/japanese-train.webp) + +Thank you for looking at this train diff --git a/example/src/Articles/article3.md b/example/src/Articles/article3.md new file mode 100644 index 0000000..c98ebba --- /dev/null +++ b/example/src/Articles/article3.md @@ -0,0 +1,8 @@ +--- +title: This is a third article! +date: 2023-10-08 +--- + +# Article 3 + +Wow another one -- cgit v1.2.3