summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-07 11:00:14 +0200
committerLars Wirzenius <liw@liw.fi>2020-03-07 11:00:14 +0200
commitc3a7db970d51964558b7c717152ee0fba05f7567 (patch)
tree184eac66ef1552d06c7ebbe32f660df404b9aa4b
parentb9489798c48e02eb98ef9a76cee8739c4b0604ec (diff)
downloaddemo-journal-c3a7db970d51964558b7c717152ee0fba05f7567.tar.gz
Add: some collection pages for different purposes
-rw-r--r--archive.mdwn1
-rw-r--r--checklists.mdwn2
-rw-r--r--equipment.mdwn1
-rw-r--r--notes.mdwn1
-rw-r--r--people.mdwn1
-rw-r--r--projects.mdwn18
-rw-r--r--tag.mdwn1
7 files changed, 25 insertions, 0 deletions
diff --git a/archive.mdwn b/archive.mdwn
new file mode 100644
index 0000000..2f9e530
--- /dev/null
+++ b/archive.mdwn
@@ -0,0 +1 @@
+[[!inline archive=yes pages="page(notes/*)"]]
diff --git a/checklists.mdwn b/checklists.mdwn
new file mode 100644
index 0000000..810ec59
--- /dev/null
+++ b/checklists.mdwn
@@ -0,0 +1,2 @@
+[[!inline pages="checklists/* and ! checklists/*/*"
+ archive=yes template=titlepage sort=title]]
diff --git a/equipment.mdwn b/equipment.mdwn
new file mode 100644
index 0000000..b774683
--- /dev/null
+++ b/equipment.mdwn
@@ -0,0 +1 @@
+[[!inline archive=yes pages="equipment/*"]]
diff --git a/notes.mdwn b/notes.mdwn
new file mode 100644
index 0000000..ab775ea
--- /dev/null
+++ b/notes.mdwn
@@ -0,0 +1 @@
+[[!map pages="notes/* and ! notes/*/*"]]
diff --git a/people.mdwn b/people.mdwn
new file mode 100644
index 0000000..2f4a125
--- /dev/null
+++ b/people.mdwn
@@ -0,0 +1 @@
+[[!map pages="people/*" show=title]]
diff --git a/projects.mdwn b/projects.mdwn
new file mode 100644
index 0000000..4793fd5
--- /dev/null
+++ b/projects.mdwn
@@ -0,0 +1,18 @@
+# Active projects, personal
+
+[[!map pages="page(projects/*) and tagged(active-project)" show=title]]
+
+# Confused projects
+
+[[!map pages="page(projects/*)
+ and !tagged(active-project)
+ and !tagged(paused-project)
+ and !tagged(finished-project)" show=title]]
+
+# Paused projects
+
+[[!map pages="page(projects/*) and tagged(paused-project)" show=title]]
+
+# All projects
+
+[[!map pages="page(projects/*)" show=title]]
diff --git a/tag.mdwn b/tag.mdwn
new file mode 100644
index 0000000..7cd0d76
--- /dev/null
+++ b/tag.mdwn
@@ -0,0 +1 @@
+[[!pagestats pages="tag/*" style=table]]