diff --git a/config.toml b/config.toml index ab05644..fbf6f2f 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://ozgurkon.org/2021" +baseURL = "https://ozgurkon.org" languageCode = "en" title = "ÖzgürKon 2021" @@ -6,40 +6,31 @@ title = "ÖzgürKon 2021" theme = "ozgurkon-theme-hugo" # Params - enableEmoji = true enableRobotsTXT = true enableMissingTranslationPlaceholders = true [params] - title = "ÖzgürKon 2020" - date = "2020-05-16" - description = "ÖzgürKon is an online conference about free software and related topics such as hardware freedom, document freedom, Internet freedom etc. ÖzgürKon 2020's main theme is COVID-19 pandemic and freedom struggles" - images = ["/2021/images/tn.png"] + title = "ÖzgürKon 2021" + date = "2021-04-03" + description = "ÖzgürKon is an online conference 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 = "©2020 Özgür Yazılım Derneği | CC BY-SA 4.0" - cfpUrl = "https://cfp.ozgurkon.org/ozgurfest2020/cfp" + 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/tn.png" - favicon32 = "/2021/favicon-32.png" - favicon16 = "/2021/favicon-16.png" - manifest = "/2021/manifest.json" - safariPinnedTab = "/2021/tn.svg" + appleTouchIcon = "images/logos/ozgurkon.svg" + favicon32 = "/images/logos/fav/favicon-32.png" + favicon16 = "/images/logos/fav/favicon-16.png" + manifest = "/manifest.json" + safariPinnedTab = "/images/logos/ozgurkon.svg" themeColor = "#c03e24" [params.logos] - jumbo = "/2021/ozgurkon_2021_logo.svg" - header = "/2021/ozgurkon_logo_rev.svg" - footer = "/2021/images/logos/devfest_gray_text.png" - -#[menu] -#[[menu.main]] -# identifier = "jobs" -# name = "Jobs" -# url = "https://jobs.devfesttoulouse.fr/" -# weight = 200 -# external = true + jumbo = "/images/logos/ozgurkon_2021.svg" + header = "/images/logos/ozgurkon_rev.svg" + footer = "/images/logos/ozgurkon.svg" [languages] [languages.en] @@ -56,27 +47,5 @@ enableMissingTranslationPlaceholders = true [taxonomies] tag = "tags" -[privacy] - [privacy.disqus] - disable = true - [privacy.googleAnalytics] - anonymizeIP = true - disable = true - respectDoNotTrack = true - useSessionStorage = false - [privacy.instagram] - disable = true - simple = false - [privacy.twitter] - disable = false - enableDNT = false - simple = false - [privacy.vimeo] - disable = true - simple = false - [privacy.youtube] - disable = true - privacyEnhanced = true - [markup.goldmark.renderer] -unsafe= true + unsafe= true