diff --git a/_config.yml b/_config.yml index a6bcc90..4a6141e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,12 @@ # Site settings title: nicolabs -email: https://nicolabs.net/contact +#email: https://nicolabs.net/contact description: > # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + From personal notes to technical articles, in the hope it will be useful to somebody one day. baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://yourdomain.com" # the base hostname & protocol for your site +url: "https://nicolabs.net" # the base hostname & protocol for your site twitter_username: nic0b0 -github_username: nicobo +github_username: nicolabs # Build settings markdown: kramdown diff --git a/_includes/header.html b/_includes/header.html index cfe381f..53c85fc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,7 +2,7 @@
- {{ site.title }} + nicolabs