-
Notifications
You must be signed in to change notification settings - Fork 66
/
posts.toml
executable file
·58 lines (47 loc) · 1.46 KB
/
posts.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
baseURL = "https://dream-plus-posts.netlify.com"
title = "UtkarshVerma's Blog"
theme = "dream-plus"
themesDir = "../.." #Don't use this, only for exampleSite
paginate = 4
enableRobotsTXT = true
disqusShortname = "dream-plus"
#Skip building these files
ignoreFiles = ["content/404.md", "content/about.md", "content/cards/\\.*"]
#Syntax highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsOptions = "linenos=table"
#Enable Hugo Emoji Conversion
enableEmoji=true
[params]
#Favicon for site
favicon = "/img/defaultFav.ico"
#Set whether you're hosting "cards" or "post"
contentType = "posts"
siteStartYear = 2018
[params.author]
name = "Utkarsh Verma"
description = "Just a random blog for random stuff, mostly tech-related."
avatar = "https://raw.githubusercontent.com/UtkarshVerma/utkarshverma.github.io/source/static/images/avatar.jpg"
motto = "A keen maker, programmer and an Instructables author."
[params.features]
#Enable Twitter Emoji
twitterEmoji = true
#Enable Table of Contents
toc = true
#Enable share card
shareCard = true
#Use custom CSS
customCSS = ["https://cdn.rawgit.com/UtkarshVerma/hugo-dream-plus/ae11561d/exampleSite/static/css/highlight.css"]
#Tags settings
[params.tags]
enabled = true
#Categories settings
[params.categories]
enabled = true
[social]
email = "[email protected]"
github = "UtkarshVerma"
stackoverflow = "9271608/utkarsh-verma"
medium = "UtkarshVerma_"
twitter = "UtkarshVerma_"