-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
33 lines (30 loc) · 908 Bytes
/
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
baseURL = "https://srinidhi-blogs.netlify.app/"
languageCode = "en-us"
title = "Srinidhi's Blog"
theme = "github-style"
googleAnalytics = "UA-123456-789"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
author = "Srinidhi Bhat"
description = "In solitude, where we are least alone, we write for we cannot speak..."
github = "srinidhibhat45"
twitter = "YourFatGuy"
linkedin = "srinidhi-bhat-8aaa2a147/"
instagram = "shrxnxhdx"
email = "srinidhibhat45@gmail.com"
url = "srinidhibhat.netlify.app"
keywords = "blog, srinidhi bhat"
rss = false
lastmod = true
favicon = "/images/poly.png"
location = "India"
[[params.links]]
title = "Link"
href = "srinidhibhat.netlify.app"
[[params.links]]
title = "Link2"
href = "http://srinidhibhat.netlify.app"
icon = "static/images/favicon.png"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]