diff options
Diffstat (limited to 'zola')
-rw-r--r-- | zola/content/_index.md | 8 | ||||
-rw-r--r-- | zola/templates/base.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md index 1f64bf7..ab4b707 100644 --- a/zola/content/_index.md +++ b/zola/content/_index.md @@ -4,9 +4,9 @@ title = "Home" ## About this site -You can find articles (or tutorials) [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). 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). -When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](gitweb). +When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](/git). ### About this site development @@ -20,7 +20,7 @@ To easily add content to this website, I use the [Zola static site generator](ht *Swimming, Coffee, and Heavy Metal.* -My name is Nicolás Dato, born in Argentina in 1991, and you can read more detailed information [in the Resume/CV section](cv). +My name is Nicolás Dato, born in Argentina in 1991, and you can read more detailed information [in the Resume/CV section](/cv). Long story short, my professional career is +10 years of C experience and +3 years of Java experience. Also +10 years of experience with Bash, Perl, Linux, etc. Excluding Java, all other experience is in the broadcast industry, developing software at [3Way Solutions](https://3way.com.ar/en/inicio-en/). We produce systems to receive, monitor, analize, and transmit video/audio content, such as TV and radio. I'm also a freelancer for [Boreal IT](https://it.borealtech.com/en/), working with Java, .NET, React, and whatever they need. @@ -34,5 +34,5 @@ And I also swim, even when I'm not in the mood or I don't have free time. I use the [Slackware Linux distribution](http://www.slackware.com/). I try stick to free software and avoid software and websites that tracks people and ignores privacy. Also, I like self-hosting, and using lightweight and simple software. I am fan of [suckless](https://suckless.org/). I prefer the editor of the beast over emacs. -My computer runs a local [Searxng](https://github.com/searxng/searxng/) engine configured to use [DuckDuckGo](https://duckduckgo.com/), [Qwant](https://www.qwant.com/), and [Startpage](https://www.startpage.com/). Also, I had run [middle Tor relay](https://community.torproject.org/relay/) for some years, until I had to shut it down. This was because some ignorant IT-security dude didn't know how Tor works. I also have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) self-hosted. +My computer runs a local [Searxng](https://github.com/searxng/searxng/) engine configured to use [DuckDuckGo](https://duckduckgo.com/), [Qwant](https://www.qwant.com/), and [Startpage](https://www.startpage.com/). Also, I'm running a [middle Tor relay](https://community.torproject.org/relay/) called [BobDobbs](https://metrics.torproject.org/rs.html#details/7EAAA9A9A1B0B834B74C60CDBBCE306CA7F91423). And I have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) self-hosted. diff --git a/zola/templates/base.html b/zola/templates/base.html index cab2669..8931f76 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -21,7 +21,7 @@ <menu> <li><a href="/">Home</a></li> <li><a href="/articles">Articles</a></li> - <li><a href="/gitweb">Git</a></li> + <li><a href="/git">Git</a></li> <li><a href="/cv">CV / Resume</a></li> <li><a href="/contact">Contact</a></li> </menu> |