forked from romange/blog
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
82 lines (67 loc) · 2.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
baseurl = "https://www.romange.com/"
languageCode = "en-us"
title = "These are the wrong sort of bees"
# Enable comments by entering your Disqus shortname
disqusShortname = "romange"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-107146718-1"
# Define the number of posts per page
paginate = 10
footnotereturnlinkcontents = "↩"
theme = "hugo-icarus-theme"
publishDir = "public"
buildDrafts = false
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
# Tell me who you are
author = "Roman Gershman"
bio = "Software Engineer"
location = "Tel Aviv"
site_description = "The wrong sort of bees"
copyright = "Roman Gershman"
avatar = "css/images/avatar.png"
# Enter your email address to display your Gravatar icon in the profile. If not set the theme
# will fallback to the avatar.
gravatar = "romange@gmail.com"
logo = "css/images/7.png"
disable_mathjax = false # set to true to disable MathJax
# define which types of pages should be shown. By default the type with the most regular pages
mainSections = ["post"]
# Format dates with Go's time formatting
date_format = "Jan 2nd 2006"
# Add custom assets with their paths relative to the static folder
custom_css = []
custom_js = []
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
[[params.menu]]
before = false
label = "Tags"
link = "tags/"
[[params.menu]]
before = false
label = "About"
link = "about/"
# Enter a link for the follow button on the left
[params.profile]
follow_button = "https://github.com/romange"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
github = "romange"
medium = ""
linkedin = "romange"
slideshare = ""
stackoverflow = "romange"
twitter_domain = ""
twitter = ""
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true