original config yaml

This commit is contained in:
boycottseattle.xyz 2022-05-17 00:20:03 -07:00
parent 3d6d8cb2d2
commit bfb3dfc1ff
2 changed files with 99 additions and 36 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,7 +1,7 @@
baseURL: "https://hugo-papermod.pages.dev/" baseURL: "https://hugo-papermod.pages.dev/" # 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: Bershatsky Photo title: PaperMod
paginate: 10 paginate: 5
theme: hugo-PaperMod
enableInlineShortcodes: true enableInlineShortcodes: true
enableRobotsTXT: true enableRobotsTXT: true
@ -9,6 +9,7 @@ buildDrafts: false
buildFuture: false buildFuture: false
buildExpired: false buildExpired: false
enableEmoji: true enableEmoji: true
pygmentsUseClasses: true
# googleAnalytics: UA-123-45 # googleAnalytics: UA-123-45
minify: minify:
@ -19,20 +20,84 @@ languages:
en: en:
languageName: "English" languageName: "English"
weight: 1 weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu: menu:
main: main:
- name: Archive - name: Archive
url: archives url: archives
weight: 5 weight: 5
- name: Categories - name: Search
url: categories/ url: search/
weight: 10 weight: 10
- name: Tags - name: Tags
url: tags/ url: tags/
weight: 15 weight: 10
- name: Search - name: Categories
url: search/ url: categories/
weight: 30 weight: 10
fr:
languageName: ":fr:"
languageAltTitle: French
weight: 2
title: PaperModL2
taxonomies:
category: FRcategories
tag: FRtags
series: FRseries
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: FRTags
url: frtags
weight: 10
- name: FRCategories
url: frcategories
weight: 10
- name: FRSeries
url: frseries
weight: 10
- name: NullLink
url: "#"
- name: NullLink2
url: "#"
- name: NullLink3
url: "#"
fa:
languagedirection: rtl
weight: 3
title: PaperMod RTL
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: Welcome to RTL layout
taxonomies:
category: FAcategories
tag: FAtags
series: FAseries
menu:
main:
- name: FATags
url: fatags
weight: 10
outputs: outputs:
home: home:
@ -43,21 +108,22 @@ outputs:
params: params:
env: production # to enable google analytics, opengraph, twitter-cards and schema. env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod" description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
author: Theme PaperMod
# author: ["Me", "You"] # multiple authors # author: ["Me", "You"] # multiple authors
defaultTheme: light defaultTheme: auto
disableThemeToggle: true # disableThemeToggle: true
ShowShareButtons: false ShowShareButtons: true
ShowReadingTime: true ShowReadingTime: true
# disableSpecial1stPost: true # disableSpecial1stPost: true
displayFullLangName: true displayFullLangName: true
ShowPostNavLinks: true ShowPostNavLinks: true
ShowBreadCrumbs: true ShowBreadCrumbs: true
ShowCodeCopyButtons: true ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: true ShowToc: true
# comments: false # comments: false
# images: ["papermod-cover.png"] images: ["papermod-cover.png"]
profileMode: profileMode:
enabled: false enabled: false
@ -73,24 +139,26 @@ params:
url: tags url: tags
homeInfoParams: homeInfoParams:
Title: "Bershatsky Photo" Title: "PaperMod"
Content: > Content: >
A **nerdy** blog (mostly) about photography. 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).
socialIcons: socialIcons:
- name: github - name: github
url: "https://github.com/adityatelange/noahbershatsky" url: "https://github.com/adityatelange/hugo-PaperMod"
- name: instagram - name: KoFi
url: "https://www.instagram.com/noahbershatsky" url: "https://ko-fi.com/adityatelange"
- name: facebook
url: "https://www.facebook.com/noahbershatsky"
- name: youtube
url: "https://www.youtube.com/c/noahbershatsky"
- name: RsS - name: RsS
url: "index.xml" url: "index.xml"
editPost: editPost:
URL: "mailto:noah@bershatsky.com?subject=" URL: "https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content"
Text: "Suggest Changes" # edit text Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link appendFilePath: true # to append file path to Edit link
@ -104,11 +172,11 @@ params:
# SiteVerificationTag: "XYZabc" # SiteVerificationTag: "XYZabc"
# assets: # assets:
favicon: /favicon.ico # favicon: "<link / abs url>"
favicon16x16: /favicon-16x16.png # favicon16x16: "<link / abs url>"
favicon32x32: /favicon-32x32.png # favicon32x32: "<link / abs url>"
apple_touch_icon: /apple-touch-icon.png # apple_touch_icon: "<link / abs url>"
safari_pinned_tab: /android-chrome-512x512.png # safari_pinned_tab: "<link / abs url>"
# cover: # cover:
# hidden: true # hide everywhere but not in structured data # hidden: true # hide everywhere but not in structured data
@ -124,11 +192,6 @@ params:
# minMatchCharLength: 0 # minMatchCharLength: 0
# keys: ["title", "permalink", "summary", "content"] # keys: ["title", "permalink", "summary", "content"]
taxonomies:
category: categories
tag: tags
series: series
markup: markup:
goldmark: goldmark:
renderer: renderer:
@ -163,4 +226,4 @@ services:
instagram: instagram:
disableInlineCSS: true disableInlineCSS: true
twitter: twitter:
disableInlineCSS: true disableInlineCSS: true