comparison Makefile @ 255:bdfeef18fc48

Improve Savannah hosting script. * Makefile: use dedicated config for Savannah * _config_Savannah.yml: new config.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 13 Jul 2021 13:50:55 +0900
parents acf1b848de1d
children
comparison
equal deleted inserted replaced
254:913a36644f74 255:bdfeef18fc48
11 deploy: | $(SAVANNAH_DIR) 11 deploy: | $(SAVANNAH_DIR)
12 # 12 #
13 # Build static website into the subdirectory `_site` using Jekyll via 13 # Build static website into the subdirectory `_site` using Jekyll via
14 # Bundler 14 # Bundler
15 # 15 #
16 bundle exec jekyll build 16 bundle exec jekyll build --config _config_Savannah.yml
17 # 17 #
18 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 18 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
19 # DANGEROUS STEP, omitted by default. 19 # DANGEROUS STEP, omitted by default.
20 # 20 #
21 # Remove all previous files in the target directory, but no directories 21 # Remove all previous files in the target directory, but no directories