major rework
This commit is contained in:
parent
c96aef4500
commit
79b935e5b0
48 changed files with 41 additions and 209 deletions
38
config.yaml
38
config.yaml
|
|
@ -35,8 +35,8 @@ params:
|
|||
description: "Blog Yann Verry"
|
||||
keywords: [Blog, Yann Verry]
|
||||
author: Me
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
images: ["<link or path of image for opengraph, twitter-cards>"]
|
||||
# images: ["https://20181125_092822-PANO.jpg"]
|
||||
image: "/public/cover.jpg"
|
||||
DateFormat: "2 January 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
disableThemeToggle: false
|
||||
|
|
@ -57,32 +57,12 @@ params:
|
|||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
# disableFingerprinting: true
|
||||
favicon: "<link / abs url>"
|
||||
favicon16x16: "<link / abs url>"
|
||||
favicon32x32: "<link / abs url>"
|
||||
apple_touch_icon: "<link / abs url>"
|
||||
safari_pinned_tab: "<link / abs url>"
|
||||
|
||||
label:
|
||||
text: "Home"
|
||||
icon: https://verry.org/images/yverry.webp
|
||||
iconHeight: 35
|
||||
|
||||
# profile-mode
|
||||
profileMode:
|
||||
enabled: false # needs to be explicitly set
|
||||
title: There is no magic, only unread error messages
|
||||
subtitle: "Yann Verry"
|
||||
imageUrl: "https://verry.org/images/yverry.webp"
|
||||
imageWidth: 120
|
||||
imageHeight: 120
|
||||
imageTitle: my image
|
||||
buttons:
|
||||
- name: Posts
|
||||
url: posts
|
||||
- name: Tags
|
||||
url: tags
|
||||
|
||||
# home-info mode
|
||||
homeInfoParams:
|
||||
Title: "Hi there \U0001F44B"
|
||||
|
|
@ -95,11 +75,6 @@ params:
|
|||
url: "https://git.verry.org/"
|
||||
- name: rss
|
||||
|
||||
cover:
|
||||
hidden: true # hide everywhere but not in structured data
|
||||
hiddenInList: true # hide on list pages and home
|
||||
hiddenInSingle: true # hide on single page
|
||||
|
||||
editPost:
|
||||
URL: "https://git.verry.org/yann/yann.verry.org/content"
|
||||
Text: "Suggest Changes" # edit text
|
||||
|
|
@ -121,15 +96,6 @@ menu:
|
|||
name: Tags
|
||||
url: /tags/
|
||||
weight: 20
|
||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||
# pygmentsUseClasses: true
|
||||
# markup:
|
||||
# highlight:
|
||||
# # anchorLineNos: true
|
||||
# codeFences: true
|
||||
# guessSyntax: true
|
||||
# lineNos: true
|
||||
# style: monokai
|
||||
|
||||
outputs:
|
||||
home:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue