You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/tableau/extensions/page_extension.ex
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ defmodule Tableau.PageExtension do
32
32
## Configuration
33
33
34
34
- `:enabled` - boolean - Extension is active or not.
35
-
- `:dir` - string - Directory to scan for markdown files. Defaults to `_pages`
35
+
- `:dir` - string or list of strings - Directories to scan for markdown files. Defaults to `_pages`
36
36
- `:permalink` - string - Default output path for pages. Accepts `:title` as a replacement keyword, replaced with the page's provided title. If a page has a `:permalink` provided, that will override this value _for that page_.
37
37
- `:layout` - string - Elixir module providing page layout for pages. Default is nil.
38
38
@@ -75,7 +75,7 @@ defmodule Tableau.PageExtension do
0 commit comments