see changelog 0.94
This commit is contained in:
parent
6f1fc17846
commit
5654c5958a
10 changed files with 270 additions and 74 deletions
9
_config_dev.yml
Normal file
9
_config_dev.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# This config-file is only needed for development. Instead of changing the url
|
||||
# everytime you work locally on the project, you start both config-files, overwriting
|
||||
# the first one with the development variables needed.
|
||||
#
|
||||
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
|
||||
|
||||
url: "http://localhost:4000"
|
||||
urlimg: "http://localhost:4000/images/"
|
||||
Reference in a new issue