Ajout de la section rétro-informatique

This commit is contained in:
2025-03-07 12:42:51 +01:00
parent 57912e39cb
commit f53e807a29
6 changed files with 48 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
baseURL = "https://barbel.synology.me" baseURL = "https://barbel.synology.me"
title = "Yann64" title = "Yann64"
copyright = "Yannick Barbel" copyright = "Yannick Barbel"
paginate = 3 # for demonstration of pagination #paginate = 3 # for demonstration of pagination
languageCode = "fr" languageCode = "fr"
defaultContentLanguage = "fr" defaultContentLanguage = "fr"
enableInlineShortcodes = true enableInlineShortcodes = true
@@ -11,6 +11,9 @@ ignoreErrors = ["error-remote-getjson"]
theme = "tailwind" theme = "tailwind"
enableGitInfo = true enableGitInfo = true
[pagination]
pagerSize = 3
[markup] [markup]
_merge = "deep" _merge = "deep"
@@ -24,7 +27,7 @@ series = "series"
disabled = false disabled = false
simple = true simple = true
[privacy.twitter] [privacy.x]
disabled = false disabled = false
enableDNT = true enableDNT = true
simple = true simple = true

View File

@@ -22,6 +22,12 @@
pageRef = "haiku" pageRef = "haiku"
weight = 30 weight = 30
[[fr.menu.main]]
identifier = "retrocomputing"
name = "Rétro-informatique"
pageRef = "retrocomputing"
weight = 40
[[fr.menu.main]] [[fr.menu.main]]
identifier = "about" identifier = "about"
name = "A propos" name = "A propos"
@@ -52,6 +58,12 @@
pageRef = "haiku" pageRef = "haiku"
weight = 30 weight = 30
[[en.menu.main]]
identifier = "retrocomputing"
name = "Retro Computing"
pageRef = "retrocomputing"
weight = 40
[[en.menu.main]] [[en.menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "About"

View File

@@ -64,9 +64,9 @@ showAuthor = true
[[social_media.items]] [[social_media.items]]
enabled = false enabled = false
title = 'Twitter' title = 'X'
icon = 'brand-x' icon = 'brand-x'
link = 'https://twitter.com/yannickbarbel' link = 'https://X.com/yannickbarbel'
[[social_media.items]] [[social_media.items]]
enabled = false enabled = false

View File

@@ -5,7 +5,7 @@
[instagram] [instagram]
disableInlineCSS = true disableInlineCSS = true
[twitter] [X]
disableInlineCSS = true disableInlineCSS = true
# comments # comments

View File

@@ -0,0 +1,14 @@
---
date: 2025-03-07
title: Retro Computing
description: Emulators and other resources
authors:
- yann64
slug: genealogy
toc: true
#image: ./images/banner.png
---
## Online Emulators
- [An Atari ST emulator base on EstyJS](http://barbel.synology.me/EstyJS/)

View File

@@ -0,0 +1,14 @@
---
date: 2025-03-07
title: Rétro-informatique
description: Emulateurs et autres ressources.
authors:
- yann64
slug: genealogy
toc: true
#image: ./images/banner.png
---
## Emulateurs en ligne
- [Un émulateur Atari ST basé sur EstyJS](http://barbel.synology.me/EstyJS/)