feat: display last update, but not contributors
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
parent
24344152c7
commit
dd2f47ee65
@ -5,6 +5,7 @@ export default defineUserConfig({
|
|||||||
lang: 'fr-FR',
|
lang: 'fr-FR',
|
||||||
title: 'Lucien Cartier-Tilet',
|
title: 'Lucien Cartier-Tilet',
|
||||||
description: 'Site web personnel de Lucien Cartier-Tilet',
|
description: 'Site web personnel de Lucien Cartier-Tilet',
|
||||||
|
lastUpdated: true,
|
||||||
head: [
|
head: [
|
||||||
[
|
[
|
||||||
'link',
|
'link',
|
||||||
@ -87,6 +88,7 @@ export default defineUserConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
theme: defaultTheme({
|
theme: defaultTheme({
|
||||||
|
contributors: false,
|
||||||
locales: {
|
locales: {
|
||||||
'/': {
|
'/': {
|
||||||
selectLanguageName: 'Français',
|
selectLanguageName: 'Français',
|
||||||
@ -110,6 +112,7 @@ export default defineUserConfig({
|
|||||||
openInNewWindow: 'Ouvrir dans une nouvelle fenêtre',
|
openInNewWindow: 'Ouvrir dans une nouvelle fenêtre',
|
||||||
toggleColorMode: 'Changer de thème',
|
toggleColorMode: 'Changer de thème',
|
||||||
toggleSidebar: 'Barre latérale',
|
toggleSidebar: 'Barre latérale',
|
||||||
|
lastUpdatedText: 'Dernière mise à jour',
|
||||||
},
|
},
|
||||||
'/lfn/': {
|
'/lfn/': {
|
||||||
selectLanguageName: 'Elefen',
|
selectLanguageName: 'Elefen',
|
||||||
@ -134,6 +137,7 @@ export default defineUserConfig({
|
|||||||
openInNewWindow: 'abri en un nova fenetra',
|
openInNewWindow: 'abri en un nova fenetra',
|
||||||
toggleColorMode: 'cambia la colores',
|
toggleColorMode: 'cambia la colores',
|
||||||
toggleSidebar: 'bara ladal',
|
toggleSidebar: 'bara ladal',
|
||||||
|
lastUpdatedText: 'Ultima refresci',
|
||||||
},
|
},
|
||||||
'/en/': {
|
'/en/': {
|
||||||
selectLanguageName: 'English',
|
selectLanguageName: 'English',
|
||||||
|
2
about.md
2
about.md
@ -1,7 +1,5 @@
|
|||||||
# À Propos
|
# À Propos
|
||||||
|
|
||||||
Cette page fut mise à jour pour la dernière fois le 31 Janvier 2023.
|
|
||||||
|
|
||||||
## Introducion
|
## Introducion
|
||||||
|
|
||||||
Ceci est le site web personnel de Lucien Cartier-Tilet, aussi connu
|
Ceci est le site web personnel de Lucien Cartier-Tilet, aussi connu
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# About
|
# About
|
||||||
|
|
||||||
This page was last updated on January 31st, 2023.
|
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This is the personal website of Lucien “Phundrak” Cartier-Tilet.
|
This is the personal website of Lucien “Phundrak” Cartier-Tilet.
|
||||||
|
Loading…
Reference in New Issue
Block a user