2019-11-13 21:11:44 +00:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
|
|
# which you are expected to set up once and rarely need to edit after that.
|
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
|
|
|
|
# Site settings
|
2020-03-10 23:23:59 +00:00
|
|
|
title: Awesome Open Edu
|
2020-03-12 15:41:08 +00:00
|
|
|
email: contacto@ansol.org
|
2019-11-13 21:11:44 +00:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2020-03-12 15:41:08 +00:00
|
|
|
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.
|
2020-03-10 23:33:35 +00:00
|
|
|
baseurl: "/open-edu" # the subpath of your site, e.g. /blog
|
2020-03-10 23:42:29 +00:00
|
|
|
url: "https://ubuntu-pt.gitlab.io/open-edu" # the base hostname & protocol for your site
|
2020-03-12 15:41:08 +00:00
|
|
|
twitter_username: ANSOL
|
2020-03-12 15:51:41 +00:00
|
|
|
gitlab_source: ubuntu-pt/open-edu
|
2020-03-12 15:41:08 +00:00
|
|
|
gitlab_username: ubuntu-pt
|
2019-11-13 21:11:44 +00:00
|
|
|
|
|
|
|
# Outputting
|
|
|
|
permalink: /:categories/:year/:month/:day/:title
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2020-03-10 23:23:59 +00:00
|
|
|
exclude: ["README.md"]
|