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