more fix
This commit is contained in:
parent
8a5593082d
commit
98ccdb4aac
4 changed files with 143 additions and 24 deletions
17
config.yaml
17
config.yaml
|
|
@ -6,7 +6,7 @@ theme: PaperMod
|
|||
defaultContentLanguage: fr
|
||||
languages:
|
||||
en:
|
||||
languageName: ":uk:"
|
||||
languageName: ":gb:"
|
||||
languageAltTitle: English
|
||||
title: "Yann Verry | My blog"
|
||||
homeInfoParams:
|
||||
|
|
@ -15,10 +15,10 @@ languages:
|
|||
fr:
|
||||
languageName: ":fr:"
|
||||
languageAltTitle: French
|
||||
title: "Yann Verry | Mon blog"
|
||||
title: "Yann Verry | Mon blog"
|
||||
homeInfoParams:
|
||||
Title: "Bonjour à vous \U0001F44B"
|
||||
Content: "Il n'y a pas de magie, seulement des messages d'erreurs. Voici mon blog personnel sans prétention"
|
||||
Content: "Il n'y a pas de magie, seulement des messages d'erreurs"
|
||||
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
|
|
@ -32,7 +32,7 @@ minify:
|
|||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: Yann Verry
|
||||
description: "Blog Yann Verry"
|
||||
description: "Blog de Yann Verry"
|
||||
keywords: [Blog, Yann Verry]
|
||||
author: Me
|
||||
# images: ["https://20181125_092822-PANO.jpg"]
|
||||
|
|
@ -53,6 +53,8 @@ params:
|
|||
hideSummary: false
|
||||
showtoc: false
|
||||
tocopen: true
|
||||
assets:
|
||||
disableFingerprinting: true
|
||||
|
||||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
|
|
@ -73,7 +75,10 @@ params:
|
|||
url: "https://twitter.com/yverry"
|
||||
- name: gitea
|
||||
url: "https://git.verry.org/"
|
||||
- name: rss
|
||||
- name: RSS
|
||||
url: "index.xml"
|
||||
- name: Me
|
||||
url: "https://verry.org"
|
||||
|
||||
editPost:
|
||||
URL: "https://git.verry.org/yann/yann.verry.org/content"
|
||||
|
|
@ -95,7 +100,7 @@ menu:
|
|||
- identifier: tags
|
||||
name: Tags
|
||||
url: /tags/
|
||||
weight: 20
|
||||
weight: 1
|
||||
|
||||
outputs:
|
||||
home:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue