From b920bf89481b5ef727cf9bdc5c73e9b5da3d2e85 Mon Sep 17 00:00:00 2001 From: Gustavo Silva Date: Thu, 12 Mar 2020 15:41:08 +0000 Subject: [PATCH] Gsilvapt master patch 38532 --- _config.yml | 14 +++++++------- css/main.scss | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 814f60f..74a49de 100644 --- a/_config.yml +++ b/_config.yml @@ -7,16 +7,16 @@ # Site settings title: Awesome Open Edu -email: +email: contacto@ansol.org description: > # this means to ignore newlines until "baseurl:" - Motivated by the COVID 19 virus burst in Portugal, - here is a list of resources for schools and colleges - to not stop working until the spread is contained. + Motivados pelo surto de COVID-19 na Europa e em Portugal, + a ANSOL (https://ansol.org/) e a Comunidade Ubuntu Portugal (https://ubuntu-pt.org/) + uniram-se para criar uma lista de software livre útil para as unidades de ensino + que se vejam forçadas ou encorajadas a trabalhar à distância. baseurl: "/open-edu" # the subpath of your site, e.g. /blog url: "https://ubuntu-pt.gitlab.io/open-edu" # the base hostname & protocol for your site -twitter_username: jekyllrb -github_username: jekyll -gitlab_username: pages +twitter_username: ANSOL +gitlab_username: ubuntu-pt # Outputting permalink: /:categories/:year/:month/:day/:title diff --git a/css/main.scss b/css/main.scss index f2e566e..06f56ed 100644 --- a/css/main.scss +++ b/css/main.scss @@ -6,7 +6,7 @@ // Our variables -$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +$base-font-family: 'Open Sans', Arial, sans-serif; $base-font-size: 16px; $base-font-weight: 400; $small-font-size: $base-font-size * 0.875;