Skip to content

Commit

Permalink
🍱 Add ablog extension
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 5, 2024
1 parent db8f9e7 commit 438a34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
sys.path[:0] = [str(HERE), str(HERE.parent)]

from lamin_sphinx import * # noqa
from lamin_sphinx import html_theme_options, html_context # noqa
from lamin_sphinx import html_theme_options, html_context, extensions # noqa
import lndocs # noqa

project = "Lamin Blog"
Expand All @@ -31,6 +31,7 @@

# Blog

extensions.append("ablog")
authors = {
"chaichontat": ("Chaichontat Sriworarat", "https://github.com/chaichontat"),
"falexwolf": ("Alex Wolf", "https://falexwolf.me"),
Expand Down

0 comments on commit 438a34e

Please sign in to comment.