hugo-PaperMod/config.yml

222 lines
5.6 KiB
YAML
Raw Normal View History

baseURL: "https://adityatelange.github.io/hugo-PaperMod/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs.
title: PaperMod
paginate: 5
theme: hugo-PaperMod
enableInlineShortcodes: true
2020-10-26 18:31:49 +01:00
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
2021-03-28 06:41:13 +02:00
enableEmoji: true
pygmentsUseClasses: true
2020-10-26 18:31:49 +01:00
# googleAnalytics: UA-123-45
minify:
2020-12-06 17:57:12 +01:00
disableXML: true
# minifyOutput: true
2020-10-26 19:07:03 +01:00
languages:
2020-12-06 17:57:12 +01:00
en:
languageName: "English"
weight: 1
menu:
main:
- name: Archive
url: archives
weight: 5
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 10
- name: Categories
url: categories/
weight: 10
2020-12-06 17:57:12 +01:00
fr:
languageName: ":fr:"
2021-05-01 18:30:37 +02:00
languageAltTitle: French
2020-12-06 17:57:12 +01:00
weight: 2
title: PaperModL2
profileMode:
enabled: true
title: PaperMod
# imageUrl: "#"
# imageTitle: my image
# imageWidth: 120
# imageHeight: 120
subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive"
buttons:
- name: Blog
url: posts
- name: Tags
url: tags
menu:
main:
- name: Archive
url: archives/
weight: 5
- name: Tags
url: tags
weight: 10
- name: Categories
url: categories
weight: 10
- name: Series
url: series
weight: 10
- name: NullLink
url: "#"
- name: NullLink2
url: "#"
- name: NullLink3
url: "#"
fa:
2020-12-06 17:57:12 +01:00
languagedirection: rtl
weight: 3
title: PaperMod RTL
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: Welcome to RTL layout
menu:
main:
- name: Tags
url: tags
weight: 10
2020-10-26 19:07:03 +01:00
2020-12-06 14:07:40 +01:00
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
2020-12-06 17:57:12 +01:00
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
author: Theme PaperMod
# author: ["Me", "You"] # multiple authors
2020-12-06 17:57:12 +01:00
defaultTheme: auto
# disableThemeToggle: true
2020-12-06 17:57:12 +01:00
ShowShareButtons: true
ShowReadingTime: true
# disableSpecial1stPost: true
2020-12-06 17:57:12 +01:00
displayFullLangName: true
2021-01-27 19:38:34 +01:00
ShowPostNavLinks: true
2021-01-29 19:19:50 +01:00
ShowBreadCrumbs: true
2021-05-01 18:30:37 +02:00
ShowCodeCopyButtons: true
ShowToc: true
# comments: false
2021-01-13 16:46:01 +01:00
images: ["papermod-cover.png"]
2020-12-06 17:57:12 +01:00
profileMode:
enabled: false
title: PaperMod
imageUrl: "#"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Archives
url: archives
- name: Tags
url: tags
homeInfoParams:
2021-01-17 08:17:32 +01:00
Title: "PaperMod"
2020-12-06 17:57:12 +01:00
Content: >
Welcome to demo of hugo's theme PaperMod.
- **PaperMod** is a simple but fast and responsive theme with useful feature-set that enhances UX.
- Do give a 🌟 on Github !
- PaperMod is based on theme [Paper](https://github.com/nanxiaobei/hugo-paper).
2020-12-06 17:57:12 +01:00
socialIcons:
- name: github
url: "https://github.com/adityatelange/hugo-PaperMod"
- name: KoFi
url: "https://ko-fi.com/adityatelange"
- name: RsS
url: "index.xml"
2021-05-01 18:30:37 +02:00
editPost:
URL: "https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# label:
# text: "Home"
# icon: icon.png
# iconHeight: 35
# analytics:
# google:
# SiteVerificationTag: "XYZabc"
# assets:
# favicon: "<link / abs url>"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"
# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page
# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 0
# keys: ["title", "permalink", "summary", "content"]
taxonomies:
2020-12-06 17:57:12 +01:00
category: categories
tag: tags
series: series
2021-03-28 06:41:13 +02:00
markup:
2021-05-01 18:30:37 +02:00
goldmark:
2021-03-28 06:41:13 +02:00
renderer:
unsafe: true
# highlight:
# # anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# # noClasses: false
# style: monokai
privacy:
2020-12-06 17:57:12 +01:00
vimeo:
disabled: false
simple: true
2020-12-06 17:57:12 +01:00
twitter:
disabled: false
enableDNT: true
simple: true
2020-12-06 17:57:12 +01:00
instagram:
disabled: false
simple: true
2020-12-06 17:57:12 +01:00
youtube:
disabled: false
privacyEnhanced: true
services:
2020-12-06 17:57:12 +01:00
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true