-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (35 loc) · 1.3 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
baseurl = "https://mateusz.matoszko.pl/"
languageCode = "en-us"
title = "Mateusz Matoszko"
newContentEditor = "vim"
theme = "hugo-steam-theme"
# Enable Google Analytics be inserting your tracking code
# googleAnalytics = ""
# disqusShortname = "mmatoszko"
pygmentsStyle = "native"
paginate = 10
[params]
title = "Mateusz Matoszko"
subtitle = "Software Engineer"
copyright = ""
# You can choose between green, orange, red and blue.
themeColor = "blue"
# To provide some metadata for search engines and the about section in the footer
# feel free to add a few information about you and your website.
name = "Mateusz Matoszko"
bio = ""
description = "I like to make mobile apps people enjoy using. Blogging about technical details at https://nshint.io"
location = "Poland, Europe" # optional
twitter = "mmatoszko" # optional
github = "mmatoszko" # optional
linkedin = "mateusz-matoszko-70b2748a" # optional
# Enable a comment system
# You can choose between Disqus or Google Plus by setting comments
# to disqus or googleplus. For using Disqus you need to enter your
# shortname in disqusShortname at the top of the configs.
# comments = "disqus"
# Customize or translate the strings
keepReadingStr = "Keep reading"
backtotopStr = "Back to top"
shareStr = "Share"
pageNotFoundTitle = "404 - Page not found"