Ajout de la section rétro-informatique
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
baseURL = "https://barbel.synology.me"
|
||||
title = "Yann64"
|
||||
copyright = "Yannick Barbel"
|
||||
paginate = 3 # for demonstration of pagination
|
||||
#paginate = 3 # for demonstration of pagination
|
||||
languageCode = "fr"
|
||||
defaultContentLanguage = "fr"
|
||||
enableInlineShortcodes = true
|
||||
@@ -11,6 +11,9 @@ ignoreErrors = ["error-remote-getjson"]
|
||||
theme = "tailwind"
|
||||
enableGitInfo = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 3
|
||||
|
||||
[markup]
|
||||
_merge = "deep"
|
||||
|
||||
@@ -24,7 +27,7 @@ series = "series"
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.twitter]
|
||||
[privacy.x]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
|
||||
@@ -22,6 +22,12 @@
|
||||
pageRef = "haiku"
|
||||
weight = 30
|
||||
|
||||
[[fr.menu.main]]
|
||||
identifier = "retrocomputing"
|
||||
name = "Rétro-informatique"
|
||||
pageRef = "retrocomputing"
|
||||
weight = 40
|
||||
|
||||
[[fr.menu.main]]
|
||||
identifier = "about"
|
||||
name = "A propos"
|
||||
@@ -52,6 +58,12 @@
|
||||
pageRef = "haiku"
|
||||
weight = 30
|
||||
|
||||
[[en.menu.main]]
|
||||
identifier = "retrocomputing"
|
||||
name = "Retro Computing"
|
||||
pageRef = "retrocomputing"
|
||||
weight = 40
|
||||
|
||||
[[en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
|
||||
@@ -64,9 +64,9 @@ showAuthor = true
|
||||
|
||||
[[social_media.items]]
|
||||
enabled = false
|
||||
title = 'Twitter'
|
||||
title = 'X'
|
||||
icon = 'brand-x'
|
||||
link = 'https://twitter.com/yannickbarbel'
|
||||
link = 'https://X.com/yannickbarbel'
|
||||
|
||||
[[social_media.items]]
|
||||
enabled = false
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
[instagram]
|
||||
disableInlineCSS = true
|
||||
|
||||
[twitter]
|
||||
[X]
|
||||
disableInlineCSS = true
|
||||
|
||||
# comments
|
||||
|
||||
14
content/retrocomputing/index.en.md
Normal file
14
content/retrocomputing/index.en.md
Normal 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/)
|
||||
14
content/retrocomputing/index.md
Normal file
14
content/retrocomputing/index.md
Normal 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/)
|
||||
Reference in New Issue
Block a user