log101-dot-dev/config.toml

130 lines
2.7 KiB
TOML
Raw Normal View History

2023-12-04 03:43:34 +00:00
baseURL = "https://log101.github.io"
languageCode = "tr"
defaultContentLanguage = "tr"
defaultContentLanguageInSubdir = true
2023-12-04 03:43:34 +00:00
title = "log101"
theme = "hermit"
# enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
rssLimit = 10 # Maximum number of items in the RSS feed.
enableEmoji = true
2023-12-07 09:28:51 +00:00
paginate = 5
2023-12-04 03:43:34 +00:00
2023-12-07 17:35:44 +00:00
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = 'github'
2023-12-07 17:35:44 +00:00
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2023-12-13 08:59:04 +00:00
staticDir = ['static']
[languages]
[languages.tr]
disabled = false
contentDir = 'content/tr'
languageCode = 'tr'
languageDirection = 'ltr'
2023-12-07 10:20:37 +00:00
languageName = 'Türkçe'
title = 'Log101'
weight = 10
2023-12-13 08:59:04 +00:00
staticDir = 'static'
[languages.en]
disabled = false
contentDir = 'content/tr'
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = 'Log101'
weight = 20
2023-12-13 08:59:04 +00:00
staticDir = 'static'
2023-12-04 03:43:34 +00:00
[taxonomies]
tag = "tags"
[params]
dateform = "2 January 2006"
2023-12-04 03:43:34 +00:00
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
description = "log101'in sayfası"
2023-12-04 03:43:34 +00:00
themeColor = "#494f5c"
homeSubtitle = ""
2023-12-04 03:43:34 +00:00
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
relatedPosts = false # Add a related content section to all single posts page
code_copy_button = false
2023-12-04 03:43:34 +00:00
# Add custom css
2023-12-07 17:35:44 +00:00
# customCSS = ["css/syntax.css"]
2023-12-04 03:43:34 +00:00
2023-12-07 09:28:51 +00:00
[params.author]
name = "Furkan Erdem"
2023-12-04 03:43:34 +00:00
# Social Icons
# Check https://github.com/Track3/hermit#social-icons for more info.
[[params.social]]
name = "github"
url = "https://github.com/"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/furkan-erdem-506548218"
2023-12-13 08:59:04 +00:00
2023-12-04 03:43:34 +00:00
[menu]
[[menu.main]]
identifier = 'posts'
name = "Yazılar"
2023-12-04 03:43:34 +00:00
url = "posts/"
weight = 10
[[menu.main]]
identifier = 'projects'
name = "Projeler"
2023-12-13 08:59:04 +00:00
url = "https://github.com/log101?tab=repositories"
2023-12-04 03:43:34 +00:00
weight = 20
2023-12-05 04:08:16 +00:00
[[menu.main]]
name = "Github"
2023-12-13 08:59:04 +00:00
url = "https://github.com/log101"
2023-12-05 04:08:16 +00:00
weight = 30
[[menu.main]]
name = "CV"
2023-12-13 08:59:04 +00:00
url = "/furkan_erdem_cv.pdf"
2023-12-05 04:08:16 +00:00
weight = 40
[[menu.main]]
identifier = 'stories'
2023-12-13 08:59:04 +00:00
name = "Hikayeler 🚧"
url = "#/"
2023-12-05 04:08:16 +00:00
weight = 50
[[menu.main]]
identifier = 'running'
2023-12-13 08:59:04 +00:00
name = "Koşu 🚧"
url = "#/"
weight = 60