diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-11-26 11:50:27 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-11-26 12:16:42 -0300 |
commit | 8354b8f77fdfd907f07574b63e910aba09232ade (patch) | |
tree | 14ea9df29a441c097f46b20b63f6c952e4e6ccb9 /zola/content/_index.md | |
parent | 40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07 (diff) | |
download | ndato.com-8354b8f77fdfd907f07574b63e910aba09232ade.tar.gz ndato.com-8354b8f77fdfd907f07574b63e910aba09232ade.tar.bz2 |
first article, safer pointers
Diffstat (limited to 'zola/content/_index.md')
-rw-r--r-- | zola/content/_index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md index 9fa8bc0..aec76e4 100644 --- a/zola/content/_index.md +++ b/zola/content/_index.md @@ -4,7 +4,9 @@ title = "Home" ## About this site -You can find articles [in the articles section](articles). Also, between 2020 and 2022 I wrote Linux articles for the [Baeldung](https://www.baeldung.com) website, [you can read them here](https://www.baeldung.com/linux/author/nicolasdato). +You can find articles [in the articles section](articles), this is about software development. Also, between 2020 and 2022 I wrote Linux articles for the [Baeldung](https://www.baeldung.com) website, [you can read them here](https://www.baeldung.com/linux/author/nicolasdato). + +And I may write general stuff and thoughts [in the blog section](blog). When I'm confident enought about some never-ending-never-completed side projects, I push them to [my gitweb](https://git.ndato.com). |