From 070c432f484c0303d66568341e1e9f39a9720ec9 Mon Sep 17 00:00:00 2001 From: Tommi Date: Wed, 3 Feb 2021 12:40:49 +0100 Subject: [PATCH] starting to share --- _config.yml | 6 ++++-- _includes/footer.html | 4 ++-- _includes/head.html | 6 ++---- _includes/nav.html | 2 +- _layouts/compress.html | 10 --------- _layouts/wrapper.html | 1 - netlify.toml | 12 +++++++++++ pages/Contribute.md | 4 +++- pages/L02-Share.md | 12 ----------- pages/{L01-Learn.md => Learn.md} | 1 + pages/Links.md | 4 +++- pages/Path.md | 31 ++++++-------------------- pages/Quick.md | 5 ++++- pages/Solutions.md | 2 +- pages/What.md | 2 +- pages/Why.md | 8 ++++++- pages/it/Ascolta.md | 1 + pages/it/Contribuisci.md | 8 ++++--- pages/it/Guarda.md | 1 + pages/it/Info.md | 1 - pages/it/Ma.md | 4 ++-- pages/it/Perché.md | 12 +++++++++-- pages/it/Percorso.html | 28 ------------------------ pages/it/Percorso.md | 37 ++++++++++++++++++++++++++++++++ pages/it/Soluzioni.md | 28 ++++++++++++------------ pages/it/Veloce.md | 4 +--- style.scss | 13 +++++++++++ 27 files changed, 131 insertions(+), 116 deletions(-) delete mode 100644 _layouts/compress.html create mode 100644 netlify.toml delete mode 100644 pages/L02-Share.md rename pages/{L01-Learn.md => Learn.md} (98%) delete mode 100644 pages/it/Percorso.html create mode 100644 pages/it/Percorso.md diff --git a/_config.yml b/_config.yml index 34caece..2d3c11d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: Quit Social Media email: hi@quitsocialmedia.club description: >- # this means to ignore newlines until "baseurl:" - Whys and hows about quitting Social Media + Why and how to quit Social Media. baseurl: "" # the subpath of your site, e.g. /blog url: "https://quitsocialmedia.club" # the base hostname & protocol for your site, e.g. http://example.com author: Tommi @@ -13,6 +13,8 @@ future: true profile: true livereload: true strict_front_matter: true +favicon: "https://assets.tommi.space/qsm/favicon.svg" +image: "https://assets.tommi.space/qsm/qsm.svg" images: "https://assets.tommi.space/images" post-images: "https://assets.tommi.space/images/posts" assets: "https://assets.tommi.space/assets" @@ -55,5 +57,5 @@ defaults: values: layout: "wrapper" lang: "en" - img: "/images/preview.gif" + image: "https://assets.tommi.space/qsm/qsm.svg" comments: true diff --git a/_includes/footer.html b/_includes/footer.html index 8aa6237..69ef054 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,9 +3,9 @@

{% if page.lang == 'it' %}Questo sito è stato ideato e creato da Tommi con ❤️ e impegno.{% else %}This website was created by Tommi with ❤️ and commitment.{% endif %}

- +
diff --git a/_includes/head.html b/_includes/head.html index 9a27c98..39d9ef3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,11 +10,9 @@ - - - + - + diff --git a/_includes/nav.html b/_includes/nav.html index 5d768df..ed64570 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -12,7 +12,7 @@
  • {% if page.lang == 'it' %}Soluzioni{% else %}Solutions{% endif %}
  • FAQ
  • {% unless page.ref == nil %} -