Skip to content

Commit

Permalink
feat: allow nested directories of posts
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2023
1 parent 5c46bb3 commit 588a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tableau/extensions/post_extension.ex
Expand Up @@ -68,7 +68,7 @@ defmodule Tableau.PostExtension do
quote do
use NimblePublisher,
build: __MODULE__.Post,
from: "#{unquote(@config.dir)}/*.md",
from: "#{unquote(@config.dir)}/**/*.md",
as: :posts,
highlighters: [:makeup_elixir],
parser: Tableau.PostExtension.Posts.Post,
Expand Down

0 comments on commit 588a7d4

Please sign in to comment.