Skip to content

Commit 588a7d4

Browse files
committed
feat: allow nested directories of posts
1 parent 5c46bb3 commit 588a7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tableau/extensions/post_extension.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule Tableau.PostExtension do
6868
quote do
6969
use NimblePublisher,
7070
build: __MODULE__.Post,
71-
from: "#{unquote(@config.dir)}/*.md",
71+
from: "#{unquote(@config.dir)}/**/*.md",
7272
as: :posts,
7373
highlighters: [:makeup_elixir],
7474
parser: Tableau.PostExtension.Posts.Post,

0 commit comments

Comments
 (0)