-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (46 loc) · 1.25 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
baseURL = "http://example.org/"
languageCode = "en-us"
theme = "github.com/theNewDynamic/gohugo-theme-ananke"
defaultContentLanguage = "en"
paginate = 3
googleAnalytics = ""
enableRobotsTXT = true
sectionPagesMenu = "main"
copyright = " "
title = "İbrahim Esen"
[module]
[[module.imports]]
path = "github.com/theNewDynamic/gohugo-theme-ananke"
disable = false
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
facebook = ""
twitter = "https://twitter.com/iesen"
instagram = ""
youtube = ""
github = "https://github.com/iesen"
gitlab = ""
linkedin = "https://www.linkedin.com/in/iesen"
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-near-black"
#featured_image = "/static/images/welcome_featured.jpg"
recent_posts_number = 2
[languages]
[languages.en]
weight = 1
[languages.en.params]
description = "Welcome to my software inn"
[languages.tr]
weight = 2
[languages.tr.params]
description = "Yazılım dünyama hoşgeldiniz"