-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
36 lines (28 loc) · 1014 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
baseURL = "https://zeko.dev/"
languageCode = "en-us"
title = "Zekeriya Koç"
theme = "paperesque"
copyright = "© 2020 Zekeriya Koç"
# We're building drafts in config so that you can see them in the example on
# Hugo Themes; you almost certainly don't want this on your production site
buildDrafts = true
googleAnalytics = "UA-167350623-1"
[markup]
# This is the default from Hugo 0.60.0 onwards, but we're setting config
# for it below, so make it explicit
defaultMarkdownHandler = "goldmark"
# Required to render HTML tags in the hugoExampleSite examples.
[markup.goldmark.renderer]
unsafe = true
# I can't remember if this is required for syntax highlighting or not.
pygmentsUseClasses = true
# Uncomment these lines for droplist / resource removal support! See the
# README for more details
# [outputs]
# page = ["HTML", "droplist"]
[params]
# Turn this on if you want to disable margin notes everywhere!
# disableMarginNotes = true
[[params.topmenu]]
name = "RSS"
url = "posts/index.xml"