1
0
Fork 0

More missing bits for the theme

This commit is contained in:
Luca Beltrame 2015-05-07 07:32:59 +02:00
commit f615dcc711
14 changed files with 496 additions and 0 deletions

9
_config_dev.yml Normal file
View 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/"