aboutsummaryrefslogtreecommitdiffstats
path: root/test/content/site-1
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-04-06 19:44:27 +0200
committerEddy Pedroni <epedroni@pm.me>2025-04-06 19:44:27 +0200
commit38b40d8c5a8915716b3aa46aac4a0a84d0113b25 (patch)
tree262ef00f62a08f612e1d52b3976ba60c0172b99c /test/content/site-1
parentc8925b971149706b74420d3684de0908b2d5aeb5 (diff)
Add test site
Diffstat (limited to 'test/content/site-1')
-rw-r--r--test/content/site-1/2020-10-01-single-logbook-page.md5
-rw-r--r--test/content/site-1/logbook-page/2020-10-01-logbook-entry.md5
-rw-r--r--test/content/site-1/logbook-page/2020-10-02-another-logbook-entry.md5
-rw-r--r--test/content/site-1/mixed-page/2020-11-06-log-entry.md3
-rw-r--r--test/content/site-1/mixed-page/long-lived.md3
-rw-r--r--test/content/site-1/multi-entry-page/another-topic.md3
-rw-r--r--test/content/site-1/multi-entry-page/one-topic.md3
-rw-r--r--test/content/site-1/single-entry-page.md3
8 files changed, 30 insertions, 0 deletions
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.