From b4fe8dd78272c8ef7efa82a9602458576d27edf9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Jan 2023 15:56:01 +0100 Subject: Added misc section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _config.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '_config.yml') 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 -- cgit v1.2.3