diff --git a/assets/icons/brand-codeberg.svg b/assets/icons/brand-codeberg.svg new file mode 100644 index 0000000..2d164ea --- /dev/null +++ b/assets/icons/brand-codeberg.svg @@ -0,0 +1,104 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/_default/languages.toml b/config/_default/languages.toml index eed68c9..004a6f1 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -22,12 +22,6 @@ pageRef = "haiku" weight = 30 - [[fr.menu.main]] - identifier = "minecraft" - name = "Minecraft" - pageRef = "minecraft" - weight = 40 - [[fr.menu.main]] identifier = "about" name = "A propos" @@ -58,12 +52,6 @@ pageRef = "haiku" weight = 30 - [[en.menu.main]] - identifier = "minecraft" - name = "Minecraft" - pageRef = "minecraft" - weight = 40 - [[en.menu.main]] identifier = "about" name = "About" diff --git a/config/_default/params.toml b/config/_default/params.toml index 0064454..e77adf7 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -44,12 +44,6 @@ showAuthor = true icon = 'brand-mastodon' link = 'https://mastodon.social/@yann64' - [[social_media.items]] - enabled = true - title = 'Gitea' - icon = 'brand-gitea' - link = 'https://git.barbel.synology.me/' - [[social_media.items]] enabled = true title = 'Github' @@ -58,9 +52,9 @@ showAuthor = true [[social_media.items]] enabled = true - title = 'Opengrok' - icon = 'opengrok' - link = 'https://opengrok.barbel.synology.me/' + title = 'Codeberg' + icon = 'brand-codeberg' + link = 'https://codeberg.org/yann64' [[social_media.items]] enabled = false diff --git a/content/haiku.en.md b/content/haiku.en.md index 7f6896f..ce51087 100644 --- a/content/haiku.en.md +++ b/content/haiku.en.md @@ -18,13 +18,6 @@ It was natural for me to start following the effort to create a compatible and f The resources below can be used by people interested in programming applications for Haiku, or to contribute to the Haiku project itself. -## OpenGrok - -OpenGrok is a tool for navigating complex source code. -It makes it easier to understand the structure of the code, its evolution. - -I set up the following OpenGrog instance to analyze Haiku's code: [https://opengrok.barbel.synology.me/xref/haiku/](https://opengrok.barbel.synology.me/xref/haiku/) - ## Mirror site Whenever possible, the Haiku project tries to be self-hosted. This is not without constraints for a project with limited resources, and sometimes the official hosting is not accessible. diff --git a/content/haiku.md b/content/haiku.md index 02d566c..cdea403 100644 --- a/content/haiku.md +++ b/content/haiku.md @@ -18,13 +18,6 @@ C'est naturellement que j'ai commencé à suivre l'effort de création d'un OS l Le ressources ci-dessous peuvent servir aux personnes intéressées par la programmation d’applications pour Haiku, ou pour contribuer au projet Haiku lui-même. -## OpenGrok - -OpenGrok est un outil permettant de naviguer au sein de code sources complexes. -Il facilite la compréhension de la structure du code, de son évolution. - -J'ai mis en place l'instance OpenGrog suivante pour analyser le code de Haiku : [https://opengrok.barbel.synology.me/xref/haiku/](https://opengrok.barbel.synology.me/xref/haiku/) - ## Site mirroir Dans la mesure du possible, le projet Haiku essaye d'être auto hébergé. Cela n'est pas sans contrainte pour un projet aux ressources encore limitées, et il arrive parfois que l'hébergement officiel ne soit pas accessible. diff --git a/content/minecraft/images/banner.png b/content/minecraft/images/banner.png deleted file mode 100644 index 4f96fc6..0000000 Binary files a/content/minecraft/images/banner.png and /dev/null differ diff --git a/content/minecraft/index.en.md b/content/minecraft/index.en.md deleted file mode 100644 index 30d7333..0000000 --- a/content/minecraft/index.en.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -date: 2020-02-04 -title: Minecraft -description: Self-hosted Minecraft worlds -authors: - - yann64 -slug: minecraft -toc: false -image: ./images/banner.png ---- - -## Java Worlds - -| Name | Address | Port | -| --- | :---: | :---: | -| **Creative** | **barbel.synology.me** | **25566** | -| **Survival** | **barbel.synology.me** | **25565** | -| **Survival 2** | **barbel.synology.me** | **25567** | - -### Java Worls Maps - -- Bluemap : [https://barbel.synology.me/bluemap](https://barbel.synology.me/bluemap) diff --git a/content/minecraft/index.md b/content/minecraft/index.md deleted file mode 100644 index 1f0f68f..0000000 --- a/content/minecraft/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -date: 2020-02-04 -title: Minecraft -description: Mondes Minecraft auto hébergés -authors: - - yann64 -slug: minecraft -toc: false -image: ./images/banner.png ---- - -## Mondes Java - -| Nom | Adresse | Port | -| --- | :---: | :---: | -| **Créatif** | **barbel.synology.me** | **25566** | -| **Survie** | **barbel.synology.me** | **25565** | -| **Survie 2** | **barbel.synology.me** | **25567** | - -### Carte des mondes Java - -- Bluemap : [https://barbel.synology.me/bluemap](https://barbel.synology.me/bluemap)