diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index e887feb..c1ad6db 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,5 @@ +--- + title: Miquel Sabaté name: Miquel author: Miquel Sabaté Solà @@ -6,17 +8,19 @@ twitter_username: miquelssola description: El meu espai personal en un oceà immens. exclude: [LICENSE, README.org, yarn.lock, Gemfile, Gemfile.lock, config, -node_modules, vendor, templates, yarn-error.log, package.json, javascripts/main.js] + node_modules, vendor, templates, yarn-error.log, package.json, + javascripts/main.js] timezone: "Europe/Berlin" markdown: kramdown highlighter: rouge encoding: UTF-8 +# No subpath required. +baseurl: "" -baseurl: "" # the subpath of your site, e.g. /blog -url: "http://jo.mssola.com" # the base hostname & protocol for your site, e.g. http://example.com - +# The base hostname & protocol. +url: "http://jo.mssola.com" sass: style: compressed |
