File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,20 +58,24 @@ main:
5858 (cd $@ ; git submodule update --init content/specs)
5959 (cd $@ ; pip install -q -r requirements.txt)
6060 (cd $@ ; make calendars ; make core-project-json)
61+ (cd $@ ; perl -pi -e ' print "relativeURLs: true\n" if $$. == 1' config.yaml)
6162 (cd $@ ; hugo --themesDir=" ../.." )
6263
6364blog :
6465 rm -rf $@
6566 git clone --depth 1 https://github.com/scientific-python/blog.scientific-python.org $@
67+ (cd $@ ; perl -pi -e ' print "relativeURLs: true\n" if $$. == 1' config.yaml)
6668 (cd $@ ; hugo --themesDir=" ../.." )
6769
6870learn :
6971 rm -rf $@
7072 git clone --depth 1 https://github.com/scientific-python/learn.scientific-python.org $@
7173 (cd $@ ; perl -pi -e ' s;/development/;https://learn.scientific-python.org/development/;g' content/_index.md)
74+ (cd $@ ; perl -pi -e ' print "relativeURLs: true\n" if $$. == 1' config.yaml)
7275 (cd $@ ; hugo --themesDir=" ../.." )
7376
7477tools :
7578 rm -rf $@
7679 git clone --depth 1 https://github.com/scientific-python/tools.scientific-python.org $@
80+ (cd $@ ; perl -pi -e ' print "relativeURLs: true\n" if $$. == 1' config.yaml)
7781 (cd $@ ; hugo --themesDir=" ../.." )
You can’t perform that action at this time.
0 commit comments