diff --git a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md index 307217f1..99179fd7 100644 --- a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md +++ b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md @@ -1,7 +1,7 @@ +++ title = "Un Binario Rust Autónomo" weight = 1 -path = "freestanding-rust-binary" +path = "es/freestanding-rust-binary" date = 2018-02-10 [extra] diff --git a/blog/content/edition-2/posts/02-minimal-rust-kernel/index.es.md b/blog/content/edition-2/posts/02-minimal-rust-kernel/index.es.md index 7e22320b..9f1e0c59 100644 --- a/blog/content/edition-2/posts/02-minimal-rust-kernel/index.es.md +++ b/blog/content/edition-2/posts/02-minimal-rust-kernel/index.es.md @@ -1,7 +1,7 @@ +++ title = "Un Kernel Mínimo en Rust" weight = 2 -path = "minimal-rust-kernel" +path = "es/minimal-rust-kernel" date = 2018-02-10 [extra] diff --git a/blog/content/edition-2/posts/03-vga-text-buffer/index.es.md b/blog/content/edition-2/posts/03-vga-text-buffer/index.es.md index 440bd2fb..ce83e9ec 100644 --- a/blog/content/edition-2/posts/03-vga-text-buffer/index.es.md +++ b/blog/content/edition-2/posts/03-vga-text-buffer/index.es.md @@ -1,7 +1,7 @@ +++ title = "Modo de Texto VGA" weight = 3 -path = "modo-texto-vga" +path = "es/modo-texto-vga" date = 2018-02-26 [extra] diff --git a/blog/content/edition-2/posts/04-testing/index.es.md b/blog/content/edition-2/posts/04-testing/index.es.md index dc1b5685..5722aab2 100644 --- a/blog/content/edition-2/posts/04-testing/index.es.md +++ b/blog/content/edition-2/posts/04-testing/index.es.md @@ -1,7 +1,7 @@ +++ title = "Pruebas" weight = 4 -path = "testing" +path = "es/testing" date = 2019-04-27 [extra] diff --git a/blog/content/edition-2/posts/05-cpu-exceptions/index.es.md b/blog/content/edition-2/posts/05-cpu-exceptions/index.es.md index 25f7dab0..44e906b1 100644 --- a/blog/content/edition-2/posts/05-cpu-exceptions/index.es.md +++ b/blog/content/edition-2/posts/05-cpu-exceptions/index.es.md @@ -1,7 +1,7 @@ +++ title = "Excepciones de CPU" weight = 5 -path = "cpu-exceptions" +path = "es/cpu-exceptions" date = 2018-06-17 [extra] diff --git a/blog/content/edition-2/posts/06-double-faults/index.es.md b/blog/content/edition-2/posts/06-double-faults/index.es.md index 4bc689c7..514b6a69 100644 --- a/blog/content/edition-2/posts/06-double-faults/index.es.md +++ b/blog/content/edition-2/posts/06-double-faults/index.es.md @@ -1,7 +1,7 @@ +++ title = "Excepciones de Doble Fallo" weight = 6 -path = "double-fault-exceptions" +path = "es/double-fault-exceptions" date = 2018-06-18 [extra] diff --git a/blog/content/edition-2/posts/07-hardware-interrupts/index.es.md b/blog/content/edition-2/posts/07-hardware-interrupts/index.es.md index 4b48cd62..401e1f3f 100644 --- a/blog/content/edition-2/posts/07-hardware-interrupts/index.es.md +++ b/blog/content/edition-2/posts/07-hardware-interrupts/index.es.md @@ -1,7 +1,7 @@ +++ title = "Interrupciones de Hardware" weight = 7 -path = "hardware-interrupts" +path = "es/hardware-interrupts" date = 2018-10-22 [extra] diff --git a/blog/content/edition-2/posts/08-paging-introduction/index.es.md b/blog/content/edition-2/posts/08-paging-introduction/index.es.md index 6caff521..7a54135f 100644 --- a/blog/content/edition-2/posts/08-paging-introduction/index.es.md +++ b/blog/content/edition-2/posts/08-paging-introduction/index.es.md @@ -1,7 +1,7 @@ +++ title = "Introducción a la Paginación" weight = 8 -path = "paging-introduction" +path = "es/paging-introduction" date = 2019-01-14 [extra] diff --git a/blog/content/edition-2/posts/09-paging-implementation/index.es.md b/blog/content/edition-2/posts/09-paging-implementation/index.es.md index b586c61b..faac94f1 100644 --- a/blog/content/edition-2/posts/09-paging-implementation/index.es.md +++ b/blog/content/edition-2/posts/09-paging-implementation/index.es.md @@ -1,7 +1,7 @@ +++ title = "Implementación de Paginación" weight = 9 -path = "implementacion-de-paginacion" +path = "es/implementacion-de-paginacion" date = 2019-03-14 [extra] diff --git a/blog/content/edition-2/posts/10-heap-allocation/index.es.md b/blog/content/edition-2/posts/10-heap-allocation/index.es.md index 6d60cfea..94642c85 100644 --- a/blog/content/edition-2/posts/10-heap-allocation/index.es.md +++ b/blog/content/edition-2/posts/10-heap-allocation/index.es.md @@ -1,7 +1,7 @@ +++ title = "Asignación en el Heap" weight = 10 -path = "heap-allocation" +path = "es/heap-allocation" date = 2019-06-26 [extra] diff --git a/blog/content/edition-2/posts/11-allocator-designs/index.es.md b/blog/content/edition-2/posts/11-allocator-designs/index.es.md index 278a4008..2a785432 100644 --- a/blog/content/edition-2/posts/11-allocator-designs/index.es.md +++ b/blog/content/edition-2/posts/11-allocator-designs/index.es.md @@ -1,7 +1,7 @@ +++ title = "Diseños de Allocadores" weight = 11 -path = "allocator-designs" +path = "es/allocator-designs" date = 2020-01-20 [extra] diff --git a/blog/content/edition-2/posts/12-async-await/index.es.md b/blog/content/edition-2/posts/12-async-await/index.es.md index f6454780..f79fc3ff 100644 --- a/blog/content/edition-2/posts/12-async-await/index.es.md +++ b/blog/content/edition-2/posts/12-async-await/index.es.md @@ -1,7 +1,7 @@ +++ title = "Async/Aait" weight = 12 -path = "async-await" +path = "es/async-await" date = 2020-03-27 [extra]