More missing bits for the theme
This commit is contained in:
parent
0693a85c3f
commit
f615dcc711
14 changed files with 496 additions and 0 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