Özgür Yazılım Derneği web sitesi https://oyd.org.tr
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.
 
 
oyd-web/config.toml

44 lines
1.1 KiB

baseurl = "https://www.oyd.org.tr/"
relativeurls = false
languageCode = "en-us"
title = "Özgür Yazılım Derneği"
description = "Kullan, araştır, paylaş, geliştir!"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
[permalinks]
articles = "articles/:year/:month/:slug/"
[[menu.main]]
name = "Projeler"
url = "/projeler/"
weight = 1
[[menu.main]]
name = "Yazılar"
url = "/yazilar/"
weight = 2
[[menu.main]]
name = "Hakkımızda"
url = "/hakkimizda/"
weight = 3
[[menu.main]]
name = "İletişim"
url = "/iletisim/"
weight = 4
[[menu.main]]
name = "Bağış"
url = "https://bagis.oyd.org.tr"
weight = 5
[params]
description = "The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun."
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdn.bootcss.com"
MathJaxVersion = "2.7.1"