Compare commits

...

3 Commits

Author SHA1 Message Date
Óscar M. Lage b848307f49 Add: new twitch section (wip) 2022-10-19 20:14:38 +02:00
Óscar M. Lage f911f0558f Imp: archive little improvement 2022-10-19 20:14:26 +02:00
Óscar M. Lage 0e4369d799 Imp: about improvement 2022-10-19 20:14:12 +02:00
4 changed files with 38 additions and 2 deletions

View File

@ -9,7 +9,17 @@ layout: about
A software developer living in Lugo, a small and beautiful city in the *Northwest* of Spain, surrounded by Roman Walls and lush forests.
Since I've started this journey, I've been working in different areas: sysadmin, operations, web dev, front and back, data analysis... and right now I'm writing a lot Python backend code (and enjoying while learning Go).
Since I've started this journey, I've been working in different areas: sysadmin, operations, web dev, front and back, data analysis... Right now I'm writing a lot Python backend code and enjoying while learning Go, Rust and some other exciting new tools that passes through my hands.
- 💻 Freelance full-stack dev
- ♥️ mosh+tmux+nvim
- 🏡 selfhosting+homelab+diy
- 🐧 foss+nix+deb
- 🐳 docker+ansible+tech
- ⚙️ automation+productivity
- 🌟 woodworking+gardening
- 🚐 vanlife+remotework
- 👬🏻 dad-of-twi
If you would like to get in touch, you can <a href="mailto:info@oscarmlage.com">✉️ drop me an email</a> or use any of those:

View File

@ -5,4 +5,4 @@ draft: false
layout: archive
---
Here is the list of all the articles that have been published grouped by year.
Here is the list of all the articles that have been published here, grouped by year.

View File

@ -0,0 +1,8 @@
---
title: "Twitch"
date: 2022-10-18T19:50:54Z
draft: false
layout: twitch
---
Twitch

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode | default "en" }}">
{{ partial "metas.html" . }}
<body>
<div class="back-forms">
<svg class="back-circle" width="357" height="357" viewBox="0 0 357 357" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="178.5" cy="178.5" r="178.5" fill="white"/>
</svg>
<svg class="back-triangle" width="333" height="333" viewBox="0 0 333 333" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0L333 333H0V0Z" fill="white"/>
</svg>
<svg class="back-square" width="357" height="357" viewBox="0 0 357 357" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="357" height="357" fill="white"/>
</svg>
</div>
{{ block "main" . }}{{ end }}
</body>
</html>