diff --git a/public/IosevkaIaso/Regular.woff2 b/public/IosevkaIaso/Regular.woff2 index df9df40..8c31ea5 100644 Binary files a/public/IosevkaIaso/Regular.woff2 and b/public/IosevkaIaso/Regular.woff2 differ diff --git a/src/pages/blog/en/index.astro b/src/pages/blog/en/index.astro index b9bbce7..54436b5 100644 --- a/src/pages/blog/en/index.astro +++ b/src/pages/blog/en/index.astro @@ -1,26 +1,31 @@ --- import BlogLayout from "../../../layouts/BlogLayout.astro"; + +const allPosts = await Astro.glob("./*.md"); --- -

Blog index, WIP

- -

Some day there will be a procedurally generated list of pages here!

- -

Until then:

- -

Posts:

+

+ My thoughts on many tech things, on english. This content may (will) + differ from what I wrote in Spanish. +

diff --git a/src/pages/blog/en/responsible-stack.md b/src/pages/blog/en/responsible-stack.md index 8e9c1c7..ded6c1a 100644 --- a/src/pages/blog/en/responsible-stack.md +++ b/src/pages/blog/en/responsible-stack.md @@ -10,11 +10,11 @@ image: caption: ThePrimeagen & Theo, as depicted by the author. --- -> TLDR: There's a theoretical "responsible" tech stack that would -> ... +> TL;DR: There's a theoretical "responsible" tech stack that would +> minimize expenses for a company building a product. At my first job I worked at a small shop, as "the computer guy". I did -everything, from converting word files to `pdf`, to mantain 10 years old +everything, from converting word files to `pdf` to mantaining 10 years old legacy PHP webpages, to implementing internal systems. I was the only IT guy, there were around 5-10 call center people and the boss only came like 3 times a week. diff --git a/src/pages/blog/es/index.astro b/src/pages/blog/es/index.astro index 4b0f676..07da64a 100644 --- a/src/pages/blog/es/index.astro +++ b/src/pages/blog/es/index.astro @@ -1,24 +1,32 @@ --- import BlogLayout from "../../../layouts/BlogLayout.astro"; + +const allPosts = await Astro.glob("./*.md"); --- -

Blog en Español

- -

Carita feliz :D

- -

Posts:

+

+ Pienso, therefore escribo un blog post en español. +
+ Estos post son diferentes a lo que escribo en ingles. +

-
\ No newline at end of file + diff --git a/src/pages/blog/es/intro.md b/src/pages/blog/es/intro.md new file mode 100644 index 0000000..7a17185 --- /dev/null +++ b/src/pages/blog/es/intro.md @@ -0,0 +1,13 @@ +--- +layout: ../../../layouts/BlogLayout.astro +title: Primera pagina +description: Hola mundo :D +pubDate: "2024-07-15" +tags: ["programming"] +image: + url: "" + alt: "" + caption: "" +--- + +(carita feliz)