From 38b40d8c5a8915716b3aa46aac4a0a84d0113b25 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 6 Apr 2025 19:44:27 +0200 Subject: Add test site --- test/content/site-1/2020-10-01-single-logbook-page.md | 5 +++++ test/content/site-1/logbook-page/2020-10-01-logbook-entry.md | 5 +++++ test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md | 5 +++++ test/content/site-1/mixed-page/2020-11-06-log-entry.md | 3 +++ test/content/site-1/mixed-page/long-lived.md | 3 +++ test/content/site-1/multi-entry-page/another-topic.md | 3 +++ test/content/site-1/multi-entry-page/one-topic.md | 3 +++ test/content/site-1/single-entry-page.md | 3 +++ 8 files changed, 30 insertions(+) create mode 100644 test/content/site-1/2020-10-01-single-logbook-page.md create mode 100644 test/content/site-1/logbook-page/2020-10-01-logbook-entry.md create mode 100644 test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md create mode 100644 test/content/site-1/mixed-page/2020-11-06-log-entry.md create mode 100644 test/content/site-1/mixed-page/long-lived.md create mode 100644 test/content/site-1/multi-entry-page/another-topic.md create mode 100644 test/content/site-1/multi-entry-page/one-topic.md create mode 100644 test/content/site-1/single-entry-page.md (limited to 'test/content') diff --git a/test/content/site-1/2020-10-01-single-logbook-page.md b/test/content/site-1/2020-10-01-single-logbook-page.md new file mode 100644 index 0000000..2ad7935 --- /dev/null +++ b/test/content/site-1/2020-10-01-single-logbook-page.md @@ -0,0 +1,5 @@ +# 2020-10-01 + +## Log entry + +This is a single page in the root, but it starts with an ISO date so it's a log entry too. diff --git a/test/content/site-1/logbook-page/2020-10-01-logbook-entry.md b/test/content/site-1/logbook-page/2020-10-01-logbook-entry.md new file mode 100644 index 0000000..f1c65ac --- /dev/null +++ b/test/content/site-1/logbook-page/2020-10-01-logbook-entry.md @@ -0,0 +1,5 @@ +# 2020-10-01 + +## Log entry + +This is one entry in a page with multiple entries. diff --git a/test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md b/test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md new file mode 100644 index 0000000..c445c87 --- /dev/null +++ b/test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md @@ -0,0 +1,5 @@ +# 2020-10-02 + +## Bla Bla + +This is a another entry in a page with multiple entries. diff --git a/test/content/site-1/mixed-page/2020-11-06-log-entry.md b/test/content/site-1/mixed-page/2020-11-06-log-entry.md new file mode 100644 index 0000000..32e2470 --- /dev/null +++ b/test/content/site-1/mixed-page/2020-11-06-log-entry.md @@ -0,0 +1,3 @@ +# 2020-11-06 - Log Entry + +This is a log entry in the same page as a long-lived entry. diff --git a/test/content/site-1/mixed-page/long-lived.md b/test/content/site-1/mixed-page/long-lived.md new file mode 100644 index 0000000..ddeba09 --- /dev/null +++ b/test/content/site-1/mixed-page/long-lived.md @@ -0,0 +1,3 @@ +# Long-Lived Entry + +This is a long-lived entry in the same page as a log entry. diff --git a/test/content/site-1/multi-entry-page/another-topic.md b/test/content/site-1/multi-entry-page/another-topic.md new file mode 100644 index 0000000..848894e --- /dev/null +++ b/test/content/site-1/multi-entry-page/another-topic.md @@ -0,0 +1,3 @@ +# Another Topic + +This is in the same page as the other entry, but it also doesn't have a date. diff --git a/test/content/site-1/multi-entry-page/one-topic.md b/test/content/site-1/multi-entry-page/one-topic.md new file mode 100644 index 0000000..a0bff9e --- /dev/null +++ b/test/content/site-1/multi-entry-page/one-topic.md @@ -0,0 +1,3 @@ +# One Topic + +This is a long-lived, non-logbook entry about some interesting topic. diff --git a/test/content/site-1/single-entry-page.md b/test/content/site-1/single-entry-page.md new file mode 100644 index 0000000..d02573d --- /dev/null +++ b/test/content/site-1/single-entry-page.md @@ -0,0 +1,3 @@ +# Some Title + +This is a page with a single entry. There are no other entries besides this. -- cgit v1.2.3