Ajout de la section rétro-informatique
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[instagram]
|
[instagram]
|
||||||
disableInlineCSS = true
|
disableInlineCSS = true
|
||||||
|
|
||||||
[twitter]
|
[X]
|
||||||
disableInlineCSS = true
|
disableInlineCSS = true
|
||||||
|
|
||||||
# comments
|
# 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