2020-07-22 11:01:35 +02:00
|
|
|
|
baseURL = "https://adityatelange.github.io/hugo-PaperMod/"
|
2020-07-23 10:29:20 +02:00
|
|
|
|
title = "PaperMod"
|
2014-04-27 00:00:10 +02:00
|
|
|
|
author = "Steve Francia"
|
2019-02-21 20:44:53 +01:00
|
|
|
|
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
2015-03-08 14:29:02 +01:00
|
|
|
|
paginate = 3
|
2019-02-17 11:28:24 +01:00
|
|
|
|
languageCode = "en"
|
|
|
|
|
DefaultContentLanguage = "en"
|
2019-03-11 17:58:40 +01:00
|
|
|
|
enableInlineShortcodes = true
|
2020-07-22 11:01:35 +02:00
|
|
|
|
theme = "hugo-PaperMod"
|
2019-02-20 20:30:20 +01:00
|
|
|
|
|
2020-07-24 13:10:25 +02:00
|
|
|
|
[params]
|
2020-09-06 17:45:27 +02:00
|
|
|
|
description = "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
|
|
|
|
author = "Theme PaperMod"
|
2020-08-28 08:32:52 +02:00
|
|
|
|
ShowReadingTime = true
|
|
|
|
|
SetThemeAuto = true
|
|
|
|
|
contentTypeName = "posts"
|
|
|
|
|
defaultTheme = "auto"
|
|
|
|
|
ShowShareButtons = true
|
|
|
|
|
|
|
|
|
|
[params.profileMode]
|
|
|
|
|
enabled = false
|
|
|
|
|
title = "PaperMod"
|
|
|
|
|
imageUrl = "#"
|
|
|
|
|
imageTitle = "my image"
|
|
|
|
|
|
2020-08-28 15:39:03 +02:00
|
|
|
|
[[params.profileMode.buttons]]
|
|
|
|
|
name = "Archives"
|
|
|
|
|
url = "archives"
|
|
|
|
|
|
|
|
|
|
[[params.profileMode.buttons]]
|
|
|
|
|
name = "Tags"
|
|
|
|
|
url = "tags"
|
|
|
|
|
|
2020-07-24 13:10:25 +02:00
|
|
|
|
[params.homeInfoParams]
|
|
|
|
|
Title = "Hi there 👋"
|
2020-08-28 08:32:52 +02:00
|
|
|
|
Content = "Welcome to my blog"
|
|
|
|
|
|
|
|
|
|
[[params.socialIcons]]
|
|
|
|
|
name = "twitter"
|
|
|
|
|
url = "#"
|
|
|
|
|
|
|
|
|
|
[[params.socialIcons]]
|
|
|
|
|
name = "stackoverflow"
|
|
|
|
|
url = "#"
|
|
|
|
|
|
|
|
|
|
[[params.socialIcons]]
|
|
|
|
|
name = "codepen"
|
|
|
|
|
url = "#"
|
|
|
|
|
|
|
|
|
|
[[params.socialIcons]]
|
|
|
|
|
name = "linkedin"
|
|
|
|
|
url = "#"
|
2020-07-24 13:10:25 +02:00
|
|
|
|
|
2020-08-28 08:32:52 +02:00
|
|
|
|
[[params.socialIcons]]
|
|
|
|
|
name = "github"
|
|
|
|
|
url = "#"
|
2020-09-12 13:17:41 +02:00
|
|
|
|
|
2019-02-20 20:30:20 +01:00
|
|
|
|
[menu]
|
|
|
|
|
|
2019-02-21 14:05:15 +01:00
|
|
|
|
[[menu.main]]
|
2020-07-23 10:29:20 +02:00
|
|
|
|
name = "Archives"
|
2020-09-12 13:17:41 +02:00
|
|
|
|
url = "archives/"
|
2020-07-23 10:29:20 +02:00
|
|
|
|
weight = 5
|
2019-03-08 17:28:41 +01:00
|
|
|
|
|
2020-07-25 08:34:14 +02:00
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Tags"
|
2020-09-12 13:17:41 +02:00
|
|
|
|
url = "tags/"
|
2020-07-25 08:34:14 +02:00
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Series"
|
2020-09-12 13:17:41 +02:00
|
|
|
|
url = "series/"
|
2020-07-25 08:34:14 +02:00
|
|
|
|
weight = 15
|
|
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Categories"
|
2020-09-12 13:17:41 +02:00
|
|
|
|
url = "categories/"
|
2020-07-25 08:34:14 +02:00
|
|
|
|
weight = 20
|
|
|
|
|
|
2019-03-09 11:28:06 +01:00
|
|
|
|
[taxonomies]
|
|
|
|
|
category = "categories"
|
|
|
|
|
tag = "tags"
|
|
|
|
|
series = "series"
|
|
|
|
|
|
|
|
|
|
[privacy]
|
|
|
|
|
|
2019-03-11 17:58:40 +01:00
|
|
|
|
[privacy.vimeo]
|
|
|
|
|
disabled = false
|
|
|
|
|
simple = true
|
2019-03-09 11:28:06 +01:00
|
|
|
|
|
2019-03-11 17:58:40 +01:00
|
|
|
|
[privacy.twitter]
|
|
|
|
|
disabled = false
|
|
|
|
|
enableDNT = true
|
|
|
|
|
simple = true
|
2019-03-09 11:28:06 +01:00
|
|
|
|
|
2019-03-11 17:58:40 +01:00
|
|
|
|
[privacy.instagram]
|
|
|
|
|
disabled = false
|
|
|
|
|
simple = true
|
2019-03-09 11:28:06 +01:00
|
|
|
|
|
2019-03-11 17:58:40 +01:00
|
|
|
|
[privacy.youtube]
|
|
|
|
|
disabled = false
|
|
|
|
|
privacyEnhanced = true
|
|
|
|
|
|
|
|
|
|
[services]
|
|
|
|
|
|
|
|
|
|
[services.instagram]
|
|
|
|
|
disableInlineCSS = true
|
|
|
|
|
|
|
|
|
|
[services.twitter]
|
|
|
|
|
disableInlineCSS = true
|