forked from UtkarshVerma/hugo-dream-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·53 lines (41 loc) · 1.24 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
baseURL = "http://dream-plus.netlify.com/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "UtkarshVerma's Blog"
theme = "dream-plus"
themesDir = "../../" #Don't use this, only for netlify
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsOptions = "linenos=table"
disqusShortname = "dream-plus"
enableRobotsTXT = true
#Enable Hugo Emoji Conversion
enableEmoji=true
[params]
author = "Utkarsh Verma"
description = "Just a random blog for random stuff, mostly tech-related."
avatar = "https://raw.githubusercontent.com/UtkarshVerma/blog/source/static/images/myavatar.jpg"
motto = "A keen maker, programmer and an Instructables author."
enableToc = true
enableShareCard = true
favicon = "/img/defaultFav.ico"
#Background settings
enableColorBG= false
bgBlur = "0px"
bgImage = "http://bit.ly/2gPLxZ4"
#Post-displaying Settings
enableTags = true
enableCategories = true
#Cards or posts shown per page
itemsPerPage = 4
#Set whether you're hosting "cards" or "post"
contentType = "post"
#Enable Twitter Emoji
twitterEmoji=true
[social]
email = "[email protected]"
github = "UtkarshVerma"
stackoverflow = "9271608/utkarsh-verma"
medium = "UtkarshVerma_"
twitter = "UtkarshVerma_"
siteStartYear = 2018