Skip to content

Commit 473448e

Browse files
Fix blog build (#495)
1 parent a29e0ac commit 473448e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ main:
5656
blog:
5757
rm -rf $@
5858
git clone --depth 1 https://github.com/scientific-python/blog.scientific-python.org $@
59-
(cd $@ ; make prepare ; cp -a themes/hugo-atom-feed ../..)
59+
(cd $@ ; make prepare )
6060
(cd $@ ; hugo --themesDir="../..")
6161

6262
learn:

doc/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ markup:
1111
goldmark:
1212
renderer:
1313
unsafe: true
14+
renderHooks:
15+
link:
16+
enableDefault: true
1417

1518
params:
1619
author:

0 commit comments

Comments
 (0)