config.rb
... ...
@@ -47,4 +47,10 @@ module Gollum
47 47
end
48 48
end
49 49
50
+#ListMdFiles macro called with path: 'essays'
51
+#Base path: pages
52
+#Search path: pages/'essays'
53
+#Full search path: pages/'essays'
54
+#Markdown files found:
55
+
50 56
Precious::App.set(:wiki_options, wiki_options.merge({macros: { 'ListMdFiles' => Gollum::Macro::ListMdFiles }}))
pages/essays.md
... ...
@@ -20,7 +20,7 @@ Not all essays here are of a spiritual nature. Some, like **A Vision of
20 20
Saturn**, are more of a personal commentary or thought.
21 21
22 22
---
23
-<<ListMdFiles('essays')>>
23
+<<ListMdFiles(essays)>>
24 24
25 25
---
26 26