This commit is contained in:
182
app/config.yaml.papermod
Executable file
182
app/config.yaml.papermod
Executable file
@@ -0,0 +1,182 @@
|
||||
baseURL: "https://tagsdev.click/"
|
||||
title: TagsDev
|
||||
paginate: 5
|
||||
theme: cactus
|
||||
|
||||
enableInlineShortcodes: true
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
enableEmoji: true
|
||||
pygmentsUseClasses: true
|
||||
googleAnalytics: G-XCHH9NNNBX
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
# minifyOutput: true
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: ":en:"
|
||||
languageAltTitle: English
|
||||
weight: 2
|
||||
title: TagsDev
|
||||
profileMode:
|
||||
enabled: true
|
||||
title: Mark Taguiad
|
||||
|
||||
|
||||
imageUrl: "https://raw.githubusercontent.com/mcbtaguiad/web-tagsdev-hugo/main/app/static/images/tags-black.jpg"
|
||||
imageTitle: Mark Taguiad
|
||||
imageWidth: 300
|
||||
imageHeight: 300
|
||||
subtitle: "devops | philomath"
|
||||
buttons:
|
||||
- name: k8s
|
||||
url: "https://dashboard.tagsdev.click"
|
||||
- name: cv
|
||||
url: cv/
|
||||
menu:
|
||||
main:
|
||||
- name: Blog
|
||||
url: post/
|
||||
weight: 1
|
||||
#- name: Archive
|
||||
# url: archives
|
||||
# weight: 2
|
||||
- name: Search
|
||||
url: search/
|
||||
weight: 3
|
||||
- name: Tags
|
||||
url: tags/
|
||||
weight: 4
|
||||
- name: Luna
|
||||
url: "https://www.imcollectingmoonlight.com/"
|
||||
weight: 5
|
||||
|
||||
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
description: "Tagsdev | Devops"
|
||||
author: Mark Taguiad
|
||||
|
||||
defaultTheme: auto
|
||||
# disableThemeToggle: true
|
||||
ShowShareButtons: false
|
||||
ShowReadingTime: true
|
||||
#ShareButtons: ["linkedin", "reddit"]
|
||||
# disableSpecial1stPost: true
|
||||
displayFullLangName: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
ShowToc: true
|
||||
|
||||
# comments: false
|
||||
#images: ["papermod-cover.png"]
|
||||
|
||||
profileMode:
|
||||
enabled: false
|
||||
title: Tagsdev
|
||||
imageUrl: "#"
|
||||
imageTitle: my image
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
buttons:
|
||||
- name: Archives
|
||||
url: archives
|
||||
- name: Tags
|
||||
url: tags
|
||||
|
||||
|
||||
socialIcons:
|
||||
- name: github
|
||||
url: "https://github.com/mcbtaguiad/"
|
||||
- name: Spotify
|
||||
url: "https://open.spotify.com/playlist/0D1gr5jrtvcM0K6c40hAzO?si=079b83f114dd4360"
|
||||
- name: Email
|
||||
url: "mailto:marktaguiad@tagsdev.click"
|
||||
- name: Linkedin
|
||||
url: "https://www.linkedin.com/in/mark-christian-taguiad/"
|
||||
|
||||
|
||||
editPost:
|
||||
URL: "https://github.com/mcbtaguiad/web-tagsdev-hugo/tree/main/app/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:
|
||||
disableHLJS: true
|
||||
# favicon: "<link / abs url>"
|
||||
# favicon16x16: "<link / abs url>"
|
||||
favicon32x32: "https://raw.githubusercontent.com/mcbtaguiad/web-tagsdev-hugo/main/app/static/images/favicon.ico"
|
||||
# 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"]
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
highlight:
|
||||
noClasses: false
|
||||
# anchorLineNos: true
|
||||
# codeFences: true
|
||||
# guessSyntax: true
|
||||
# lineNos: true
|
||||
# style: monokai
|
||||
|
||||
privacy:
|
||||
vimeo:
|
||||
disabled: false
|
||||
simple: true
|
||||
|
||||
twitter:
|
||||
disabled: false
|
||||
enableDNT: true
|
||||
simple: true
|
||||
|
||||
instagram:
|
||||
disabled: false
|
||||
simple: true
|
||||
|
||||
youtube:
|
||||
disabled: false
|
||||
privacyEnhanced: true
|
||||
|
||||
services:
|
||||
instagram:
|
||||
disableInlineCSS: true
|
||||
twitter:
|
||||
disableInlineCSS: true
|
||||
Reference in New Issue
Block a user