Skip to content

Commit

Permalink
(feat) Add link to github repo in hello-worl post
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre committed Feb 16, 2021
1 parent 40a775f commit af2396d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions content/posts/hello-world.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
tags:
- blog
---

Ça fait un long moment que je voulais avoir mon blog.
Écrire plus et mieux est l'un de mes objectifs de cette année et le blog est un moyen assez simple d'y parvenir.

Expand All @@ -29,9 +28,11 @@ Je suis un dev, le choix du static site generator avec des articles écrits en M
Cette solution permet même de garantir une meilleure durabilité dans le temps, [comme l'écrit @brandur](https://brandur.org/fragments/graceful-degradation-time).
Je me suis tourné vers [Hugo](https://gohugo.io/) et le thème [Hello Friend NG](https://github.com/rhazdon/hugo-theme-hello-friend-ng) de [Djordje Atlialp](https://atlialp.com/).

Le code source de ce site est hébergé dans un [dépôt Github](https://github.com/rlemaitre/rlemaitre.github.io).
N'hésitez pas à créer une [issue](https://github.com/rlemaitre/rlemaitre.github.io/issues) ou une [pull request](https://github.com/rlemaitre/rlemaitre.github.io/pulls) si vous repérez un bug ou une coquille.

Ce thème permettant d'avoir des versions du site et du blog en plusieurs langues, je vais essayer d'écrire au maximum mes articles [en français](/fr/posts/) et [en anglais](/posts/).

Je voulais qu'il y ait un système de commentaires sur le blog. Cependant, à cause de [problèmes de protection de données](https://supunkavinda.blog/disqus), je ne voulais pas utiliser disqus.
Je me suis orienté vers [Utterances](https://utteranc.es/) qui lui est open source, sans aucun tracking et qui stocke les commentaires comme des issues GitHub.
N'hésitez donc pas à commenter les articles, il suffit d'avoir un compte github pour le faire.

6 changes: 4 additions & 2 deletions content/posts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ images:
tags:
- blog
---

It's been a long time I wanted to have a blog.
Writing more and better is one of my goals this year and the blog is a fairly simple way to achieve it.

Expand All @@ -21,13 +20,16 @@ I had several possibilities to do so:
- Write posts on [Medium](https://medium.com/@rlemaitre)
- Write posts on [dev.to](https://dev.to/rlemaitre)
- Hosting a blog using [wordpress](https://wordpress.com/)
- Use a static site generator and host it on [Gitlab](https://docs.gitlab.com/ee/user/project/pages/) or [GitHub](https://pages.github.com/)
- Use a static site generator and host it on [Gitlab](https://docs.gitlab.com/ee/user/project/pages/) or [Github](https://pages.github.com/)

Being very attached to data protection and confidentiality (on a personal basis, I try to use as little google as possible, I will surely come back to this in a future article), I have chosen not to use a third party service as my main publication platform.
I'm a dev, the choice of the static site generator with articles written in Markdown, and a hosting based on Git was thus naturally imposed to me.
This solution even guarantees better durability over time, [as written by @brandur](https://brandur.org/fragments/graceful-degradation-time).
I turned to [Hugo](https://gohugo.io/) and the [Hello Friend NG](https://github.com/rhazdon/hugo-theme-hello-friend-ng) theme of [Djordje Atlialp](https://atlialp.com/).

The source of this site is hosted on a [Github repository](https://github.com/rlemaitre/rlemaitre.github.io).
Do not hesitate to create [an issue](https://github.com/rlemaitre/rlemaitre.github.io/issues) or a [pull request](https://github.com/rlemaitre/rlemaitre.github.io/pulls) if you see any bug or typo.

As this theme allows me to have the site and the blog written in several languages, I will try to write as much as possible my articles [in French](/fr/posts/) and [in English](/posts/).

I wanted to have a comment system on the blog. However, because of [data protection issues](https://supunkavinda.blog/disqus), I didn't want to use disqus.
Expand Down

0 comments on commit af2396d

Please sign in to comment.