Skip to content

Commit

Permalink
Merge pull request #3 from alexandre-touret/feature/mobile_sitemap
Browse files Browse the repository at this point in the history
Add sitemap & fix look & feed
  • Loading branch information
alexandre-touret authored Nov 28, 2021
2 parents e2bc9cc + 5985f05 commit 1e24dd0
Show file tree
Hide file tree
Showing 35 changed files with 48 additions and 261 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gemspec

226 changes: 1 addition & 225 deletions README.md

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --- Required options --- #

# Name of website
title: public enum { java, logiciels libres}
title: blog.touret.info

# Your name to show in the footer
author: Alexandre Touret
Expand All @@ -30,7 +30,7 @@ round-avatar: true

# If you want to have an image logo in the top-left corner instead of having the title of the website,
# then specify the following parameter
#title-img: /path/to/image
#title-img: "/assets/img/bouletmaton1.jpg"


# --- Footer social media links --- #
Expand Down Expand Up @@ -247,6 +247,7 @@ exclude:
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189
Expand All @@ -256,4 +257,7 @@ url: https://blogtest.touret.info # the base hostname and protocol for your sit
#baseurl: / # place folder name if the site is served in a subfolder
repository: alexandre-touret/alexandre-touret.github.io
full-width: true
language: fr
language: fr

feed:
tags: true
6 changes: 5 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
{% unless site.remove-ads %}<p class="theme-by text-muted">
Powered by
<a href="https://beautifuljekyll.com">Beautiful Jekyll</a>
</p>{% endunless %}
</p>{% endunless %}
<p class="theme-by text-muted">
<img alt="creative commons" src="https://i.creativecommons.org/l/by/4.0/88x31.png"/>
Ce site et son contenu est mise à disposition selon les termes de la <a href="http://creativecommons.org/licenses/by/4.0/">Licence Creative Commons Attribution 4.0 International.</a>
</p>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018-02-10-ma-configuration-debian-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ timeline_notification:
publicize_twitter_user:
- littlewing1112
tags:
- planetlibre
- debian
- Planet-Libre

---
Désolé de remettre ça&#8230; Je remets sur mon blog ma configuration Debian. Histoire de ne pas la perdre tant qu&rsquo;elle est dans mon historique .

Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-02-16-ma-configuration-cygwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- cygwin
- git
- gnu/linux
- Planet-Libre
- planetlibre
---
Dans la série, [j&rsquo;essaye de sauvegarder toutes mes configurations](http://blog.touret.info/2018/02/10/ma-configuration-debian-9/), voici ce que j&rsquo;ai fait pour configurer correctement [cygwin](https://cygwin.com/).

Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-02-26-ma-presentation-au-touraine-tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_linkedin_url:
publicize_twitter_user:
- littlewing1112
tags:
- Planet-Libre
- planetlibre
- tourainetech
---
J&rsquo;ai eu la chance d&rsquo;être sélectionné pour la première édition de la conférence [TouraineTech](https://touraine.tech/).
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-03-15-installation-de-vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publicize_twitter_user:
- touret_alex
- logiciels libres
tags:
- Planet-Libre
- planetlibre
- vagrant
---
[Vagrant](http://vagrantup.com/) est un outil permettant de construire des environnements de travail virtualisés hébergés sur vmware, virtualbox ou encore docker. Il permet par exemple de construire et gérer une VM dans un seul et même workflow et d&rsquo;éviter les exports et partages de machines virtuelles ( tout est déclaré dans un seul et même fichier ).
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-03-25-activer-l-equalizer-sur-debian-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publicize_twitter_user:
- touret_alex
tags:
- debian
- Planet-Libre
- planetlibre
- pulseaudio
---
Et oui, il y a un equalizer dans debian&#8230;.[Pulse Audio dispose d&rsquo;un equalizer](https://www.freedesktop.org/wiki/Software/PulseAudio/). Bon ce n&rsquo;est encore très user friendly, mais ça fonctionne!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_twitter_user:
tags:
- camel
- integration
- Planet-Libre
- planetlibre
---
Depuis quelques jours, je teste [Apache Camel](https://camel.apache.org/) pour la mise en œuvre  de médiations.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-04-20-devoxx-2018.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- devoxx
- devoxxfr
- java
- Planet-Libre
- planetlibre
---
L&rsquo;édition 2018 de [DEVOXX](http://www.devoxx.fr/) touche bientôt à sa fin. Pour ceux qui ne connaissent pas cette conférence, c&rsquo;est **LA** conférence sur le développement en France. A titre personnel, je peux plus apprendre en trois jours à cette conférence qu&rsquo;en formation.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-09-26-installer-docker-ce-sur-debian-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publicize_twitter_user:
tags:
- debian
- docker
- Planet-Libre
- planetlibre
---
Bon, ça fait quelques temps que je n&rsquo;ai rien posté&#8230;
Voici un rapide tuto pour installer [docker-ce sur une debian9](https://docs.docker.com/install/linux/docker-ce/debian/). Oui, je sais, docker est déjà présent sur les dépôts, mais si vous souhaitez avoir une version un peu plus récente, vous pouvez passer par l&rsquo;installation de la version ce fournie par docker.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-10-29-premier-cross-over.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timeline_notification:
publicize_twitter_user:
- touret_alex
tags:
- Planet-Libre
- planetlibre
---
je n&rsquo;ai pas écrit beaucoup de choses sur mon blog ces derniers temps. C&rsquo;était en partie dû au fait que j&rsquo;étais en train d&rsquo;écrire un article avec [R. SEMETEYS](https://www.linkedin.com/in/raphaelsemeteys/) pour [le blog de mon entreprise](https://blog.worldline.tech).
Cet article est disponible **[ici](https://blog.worldline.tech/2018/10/29/opensource-history.html)**. Il essaye de synthétiser l&rsquo;histoire de l&rsquo;open source.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publicize_twitter_user:
- Non classé
tags:
- git
- Planet-Libre
- planetlibre
---
En attendant d&rsquo;avoir plus d&rsquo;imagination, voici un rapide tuto pour gérer plusieurs référentiels GIT avec des clés SSH différentes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publicize_twitter_user:
- touret_alex
tags:
- logbook
- Planet-Libre
- planetlibre
- spring
- springboot
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ layout: post
timeline_notification:
- "1548251400"
tags:
- Planet-Libre
- planetlibre
---
Voici ma deuxième contribution pour une série d&rsquo;articles sur l&rsquo;opensource pour le blog de mon entreprise.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-03-07-une-radio-connectee-diy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_linkedin_url:
publicize_twitter_user:
- touret_alex
tags:
- Planet-Libre
- planetlibre
- raspberry-pi
---
Dans la série j&rsquo;équipe ma maison en [Raspberry PI](https://www.raspberrypi.org/), j&rsquo;ai décidé de me doter d&rsquo;une station radio connectée qui me permettrait de « moderniser » un peu ma chaîne HI-FI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publicize_twitter_user:
- touret_alex
tags:
- moodeaudio
- Planet-Libre
- planetlibre
- spotify
---
Après avoir mis à jour mon mot de passe Spotify ( oui, il faut modifier régulièrement ses mots de passe ) , j&rsquo;ai eu un petit soucis sur [MoodeAudio](http://moodeaudio.org/) ( version 4.4) et notamment sur la connexion avec Spotify.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-04-20-devoxx-2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:
- devoxx
- devoxxfr
- java
- Planet-Libre
- planetlibre
---
<img loading="lazy" class="size-medium wp-image-169 aligncenter" src="/assets/img/posts/2019/04/img_20190419_161746.jpg?w=300" alt="" width="300" height="224" />

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-06-25-ansible-pour-les-provisionner-tous.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publicize_twitter_user:
tags:
- ansible
- debian
- Planet-Libre
- planetlibre
---
Si vous [provisionnez vos VM VirtualBox avec Vagrant](http://blog.touret.info/2018/03/15/installation-de-vagrant/), vous avez sans doute eu l&rsquo;idée d&rsquo;automatiser le provisionning des machines virtuelles. Dans mon cas une VM GNU/Linux basée sur Debian 9.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-08-09-verifier-les-commit-git-avec-gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- github
- gitlab
- gpg
- Planet-Libre
- planetlibre
---
Juste pour un pense bête, voici comment paramétrer [GIT](https://git-scm.com/) et [GITHUB](https://github.com/)/[GITLAB](https://about.gitlab.com/) pour signer les commits avec [GPG](https://gnupg.org).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_twitter_user:
tags:
- java
- mockito
- Planet-Libre
- planetlibre
- tests-unitaires
---
Auparavant, dans nos tests, quand on voulait [mocker](https://fr.wikipedia.org/wiki/Mock_(programmation_orient%C3%A9e_objet)) des [méthodes « final »](https://fr.wikipedia.org/wiki/Final_(Java)) ou [statiques](https://stackoverflow.com/questions/2671496/java-when-to-use-static-methods), on devait passer par [PowerMock](https://github.com/powermock/powermock).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_twitter_user:
tags:
- aop
- java
- Planet-Libre
- planetlibre
- spring
- springboo
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publicize_twitter_user:
- touret_alex
tags:
- gatling
- Planet-Libre
- planetlibre
- scala
---
Je suis en train de mettre en œuvre des tests de performance avec [Gatling](https://gatling.io/). Un des principaux outils libres de tests de performance.<figure class="wp-block-image size-large">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publicize_twitter_user:
- touret_alex
tags:
- java
- Planet-Libre
- planetlibre
---
Java 8 est encore largement utilisé dans les entreprises aujourd&rsquo;hui. Il y a même certains frameworks qui n&rsquo;ont pas encore sauté le pas.
Je vais essayer d&rsquo;exposer dans cette article les étapes à réaliser pour migrer (simplement) votre application JAVA8 en JAVA 11.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ timeline_notification:
publicize_twitter_user:
- touret_alex
tags:
- Planet-Libre
- planetlibre
- ubuntu
---
Suite aux premières annonces de distanciation sociale ( avant que le confinement soit effectif ) j&rsquo;ai acheté en catastrophe un PC portable. Les critères étaient : 8Go de RAM, un disque SSD &#8230; et la compatibilité GNU/LINUX :).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publicize_twitter_user:
tags:
- debian
- docker
- Planet-Libre
- planetlibre
---
Voici un rapide article sur un problème rencontré récemment. Lors de l&rsquo;exécution d&rsquo;un container docker, j&rsquo;ai eu une [erreur SIGSEGV 139](https://medium.com/better-programming/understanding-docker-container-exit-codes-5ee79a1d58f6). Un crash avec aucune log.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publicize_twitter_user:
tags:
- debian
- musique
- Planet-Libre
- planetlibre
---
Avec les contraintes liées au confinement, les [répétitions](http://george-abitbol.fr/v/c0bce857) se font de plus en plus rares. Pour ne pas perdre la main, il y a quelques logiciels qui permettent de jouer d&rsquo;un instrument et d&rsquo; improviser tout en ayant une bande son en fond musical.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publicize_twitter_user:
- logiciels libres
tags:
- debian
- Planet-Libre
- planetlibre
---
Mon PC Lenovo a un SSD. Le temps de démarrage est actuellement de 11 sec. Ça commence à faire pas mal&#8230; J&rsquo;ai eu donc envie de me pencher sur l&rsquo;optimisation du démarrage ( encore une fois) . Voici comment gagner (facilement) quelques secondes au démarrage.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-08-24-music-scores-as-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- docker
- github
- lilypond
- Planet-Libre
- planetlibre
---
<figure class="wp-block-image size-large"><img src="/assets/img/posts/2020/08/cesar-abner-martinez-aguilar-_lmekwwtiwy-unsplash.jpg?w=1024" alt="" class="wp-image-428" /></figure>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timeline_notification:
- logiciels libres
tags:
- dell
- Planet-Libre
- planetlibre
- ubuntu
---
<p class="has-drop-cap">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-05-03-utiliser-gpg-dans-wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publicize_linkedin_url:
tags:
- git
- gpg
- Planet-Libre
- planetlibre
- wsl2
---
<div class="wp-block-image">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publicize_linkedin_url:
tags:
- actuator
- observability
- Planet-Libre
- planetlibre
- spring
- springboot
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tags:
- github
- java
- observability
- Planet-Libre
- planetlibre
- spring
---
Il y a quelques mois déjà, je discutais avec [un collègue](https://jefrajames.fr/) d&rsquo; observabilité, [opentracing](https://github.com/opentracing-contrib/java-spring-cloud), &#8230; avec [Quarkus](http://quarkus.io/). On est tombé sur [un super exemple réalisé par Antonio Concalves](https://github.com/agoncal/agoncal-fascicle-quarkus-pract). Ce projet démontre les capacités de Quarkus sur les sujets suivants:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
title:
subtitle:
title: Alexandre Touret's Blog
subtitle: public enum { java, open source, cloud, ... }
---

0 comments on commit 1e24dd0

Please sign in to comment.