mirror of
https://gitlab.com/ubuntu-pt/open-edu.git
synced 2024-12-21 19:44:03 +00:00
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
# 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
|
|
title: Software Livre Educativo
|
|
email: contacto@ansol.org
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
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: ANSOL
|
|
gitlab_source: ubuntu-pt/open-edu
|
|
gitlab_username: ubuntu-pt
|
|
|
|
# Outputting
|
|
permalink: /:categories/:year/:month/:day/:title
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
exclude: ["README.md"]
|