diff options
| author | Veikka Kähkönen <insiding@gmail.com> | 2017-08-29 23:05:32 +0300 |
|---|---|---|
| committer | Veikka Kähkönen <insiding@gmail.com> | 2017-08-29 23:05:32 +0300 |
| commit | 8ab0c5c9e0afa98b9af0a407c10685e2d4bbfa7e (patch) | |
| tree | acade8a92d0fdd835ca5d5cf79cf734cd3cf564c /_config.yml | |
| parent | a98618d5b0bd0d99fe3a474586d84ee2d08981fa (diff) | |
Add baseurl support
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index d9a992f..568224a 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ email: hallitus@as.fi description: > # this means to ignore newlines until "baseurl:" hilipatipimppa url: "http://as.fi" # the base hostname & protocol for your site +baseurl: '' # Build settings markdown: kramdown |
