Articles avec l'étiquette
Posts with tag
'Jekyll'
Top viewed posts in Jekyll with Piwik
27/01/2024 4 mins
Static site generators are cool to make simple, efficient and easy to host websites, but obviously not able to realize dynamic features. As it cannot be implemented server-side, the only way to implement such feature is to do it browser-side with some JavaScript.
AsciiMath - Formules mathématiques simples pour Jekyll
27/05/2023 4 mins
Si avez déjà eu à réaliser des documents avec des formules mathématiques, vous savez sans doute que la Rolls de l’édition scientifique est TeX/LaTeX. Cependant, le langage n’est pas des plus simples à maîtriser, surtout lors d’un usage occasionnel, et s’il existe des éditeurs comme Kile, LyX ou TeXmaker pour...
Multi-language Jekyll
26/12/2022 8 mins
In the migration process of my website from WordPress to Jekyll, I had to deak with some multilanguage. I usually write in english what is susceptible to interest a large worldwide audience (like some article on jekyll), in french what is mainly targetted on french users or topics already widely...
Migrate WordPress comments to Giscus
13/11/2022 5 mins
In this post about my migration process to Jekyll I explained the reasons that made me choose Giscus as commenting system. But unfortunately it does not come with a tool to migrate comments to GitHub. So I tried to make one.
View your website locally without environment
12/11/2022 3 mins
You may want for some reasons to see your website outside its deployment environment, for instance to see an older version. There are full-featured WAMP/LAMP servers with all the tools needed, and I used for my WordPress years the great MicroApache that bundle Apache+PHP+SQLite in less than 1 Mb. But...
Redirects on GitHub Pages
05/11/2022 4 mins
I have recently migrated my website on Jekyll hosted by GitHub Pages. As always, redirects are a good thing to avoid 404, and I have a bunch from the very first version of my website. However, GitHub Pages is not a webserver like Apache or NGINX and there is no...
Migrate WordPress to Jekyll
27/10/2022 19 mins
I had migrated this site LPRP.fr to WordPress in 2018 and I was very happy with it on many topics, but still, only 4 years after this migration I have decided to move to Jekyll.