3a4a824d3d00c578c154f689b0fe77ed46cee11b
new file mode 100644
index 0000000..8ad04bd
@@ -0,0 +1,16 @@
+# wikihub ACL — declarative access control for this wiki.
+#
+# Rules are glob patterns. Most-specific pattern wins. Default is private.
+#
+# Visibility: private | public | public-edit | unlisted | unlisted-edit
+# Grants: @user:read | @user:edit
+#
+# Examples:
+# * private # everything private (the default)
+# wiki/** public # publish the wiki/ subtree
+# wiki/secret.md private # override: this one stays private
+# wiki/collab.md public-edit # anyone can edit this page
+# drafts/** unlisted # accessible by URL, not indexed
+#
+
+* private
new file mode 100644
index 0000000..f5e748e
@@ -0,0 +1,3 @@
+# quotes
+
+welcome to your wiki.
new file mode 100644
index 0000000..7137c34
@@ -0,0 +1,3 @@
+# log
+
+chronological updates and decisions.
new file mode 100644
index 0000000..b519f30
@@ -0,0 +1,3 @@
+# schema
+
+describe the structure of your knowledge base here.