diff options
Diffstat (limited to 'zola')
-rw-r--r-- | zola/content/_index.md | 17 | ||||
-rw-r--r-- | zola/templates/base.html | 2 |
2 files changed, 14 insertions, 5 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md index 63578c7..6bae83d 100644 --- a/zola/content/_index.md +++ b/zola/content/_index.md @@ -3,13 +3,16 @@ title = "Home" +++ ## About this site + This website is about computer science. 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). When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](gitweb). You'll find more content [in the etc section](etc) that is not about computer science. This can include music, movies, video games, swimming, etc. -### The site development +### About this site development + +*Keep It Simple, Stupid.* This website is made with HTML and CSS. No Javascript, no cookies, no popups, no ads. Just a website. The style uses [Solarized](https://ethanschoonover.com/solarized/) colors and Libertinus fonts. Also, the style tries to be similar to a [*LaTeX*](https://www.latex-project.org/) article. @@ -17,15 +20,21 @@ To easily add content to this website, I use the [Zola static site generator](ht ## About me -*Swimming, coffee, and heavy metal.* +*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 CV section](cv) and [the contact section](contact). -In short, +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://www.3way.com.ar/). We produce systems to receive, monitor, analize, and transmit video/audio content, such as TV and radio. +In 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://www.3way.com.ar/). We produce systems to receive, monitor, analize, and transmit video/audio content, such as TV and radio. + +When I'm in the mood and I have some free time, I contribute to the [OpenStreetMap proyect](https://www.openstreetmap.org/) and Wikipedia. + +And I also swim, even when I'm not in the mood or I don't have free time. ### About my computer +*Richard Stallman is right.* + 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 lightweight and simple software. I am fan of [suckless](https://suckless.org/). Sometimes all those ideas conflict with eath other. -My computer runs a local [Searx](https://searx.github.io/searx/) 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. It is also very usefull to have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki). Maybe I could have installed some other lighter service. +My computer runs a local [Searx](https://searx.github.io/searx/) 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. diff --git a/zola/templates/base.html b/zola/templates/base.html index 212cf01..a8da89f 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -21,9 +21,9 @@ <menu> <li><a href="/">Home</a></li> <li><a href="/articles">Articles</a></li> + <li><a href="/etc">Etc</a></li> <li><a href="/gitweb">Git</a></li> <li><a href="/cv">CV</a></li> - <li><a href="/etc">Etc</a></li> <li><a href="/contact">Contact</a></li> </menu> </nav> |