diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 15:56:01 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 15:56:01 +0100 |
| commit | b4fe8dd78272c8ef7efa82a9602458576d27edf9 (patch) | |
| tree | da098f41fb42a012c252e596836ca18ca9d112f0 /_config.yml | |
| parent | 0fcf45a6393175f2116478c0e4de63e5393130d5 (diff) | |
| download | jo.mssola.com-b4fe8dd78272c8ef7efa82a9602458576d27edf9.tar.gz jo.mssola.com-b4fe8dd78272c8ef7efa82a9602458576d27edf9.zip | |
Added misc section
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
