forked from oyd/ozgurkon-2021-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.9 KiB
51 lines
1.9 KiB
baseURL = "https://ozgurkon.org/2021"
|
|
languageCode = "en"
|
|
title = "ÖzgürKon 2021"
|
|
|
|
# Theme
|
|
theme = "ozgurkon-theme-hugo"
|
|
|
|
# Params
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
enableMissingTranslationPlaceholders = true
|
|
|
|
[params]
|
|
title = "ÖzgürKon 2021"
|
|
date = "2021-05-29"
|
|
description = "ÖzgürKon is an online conference and will be held on 15-16 May about free software and related topics such as hardware freedom, document freedom, Internet freedom etc."
|
|
images = ["images"]
|
|
email = "info@ozgurkon.org"
|
|
keywords = "event, fsf, oyd, özgürkon, ozgurkon, free software, free, libre, open source, open, hardware, documentation, libre software, gpl, gnu, libreplanet, özgür, yazılım, özgür yazılım, açık kaynak, açık, kaynak, derneği, hackerspace, zarola"
|
|
copyright = "©2021 Özgür Yazılım Derneği | CC BY-SA 4.0"
|
|
cfpUrl = "https://cfp.ozgurkon.org/ozgurfest2021"
|
|
subscriptionUrl = "https://liste.oyd.org.tr/mailman/listinfo/ozgurkon-announce"
|
|
appleTouchIcon = "/2021/images/logos/ozgurkon.svg"
|
|
favicon32 = "/2021/images/logos/fav/favicon-32.png"
|
|
favicon16 = "/2021/images/logos/fav/favicon-16.png"
|
|
manifest = "/2021/manifest.json"
|
|
safariPinnedTab = "/2021/images/logos/ozgurkon.svg"
|
|
themeColor = "#c03e24"
|
|
|
|
[params.logos]
|
|
jumbo = "/2021/images/logos/ozgurkon_2021.svg"
|
|
header = "/2021/images/logos/ozgurkon_rev.svg"
|
|
footer = "/2021/images/logos/ozgurkon.svg"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
weight = 1
|
|
languageName = "gb"
|
|
|
|
[languages.tr]
|
|
weight = 2
|
|
languageName = "tr"
|
|
|
|
[languages.tr.params]
|
|
description = "ÖzgürKon; COVID-19 pandemisi dolayısıyla yüzyüze yapılamayan etkinliklere alternatif olarak ortaya çıkan, Özgür Yazılım Derneği tarafından düzenlenecek uluslarası çevrimiçi bir konferanstır."
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|