We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29e0ac commit 473448eCopy full SHA for 473448e
2 files changed
Makefile
@@ -56,7 +56,7 @@ main:
56
blog:
57
rm -rf $@
58
git clone --depth 1 https://github.com/scientific-python/blog.scientific-python.org $@
59
- (cd $@ ; make prepare ; cp -a themes/hugo-atom-feed ../..)
+ (cd $@ ; make prepare )
60
(cd $@ ; hugo --themesDir="../..")
61
62
learn:
doc/config.yaml
@@ -11,6 +11,9 @@ markup:
11
goldmark:
12
renderer:
13
unsafe: true
14
+ renderHooks:
15
+ link:
16
+ enableDefault: true
17
18
params:
19
author:
0 commit comments