Update date format

This commit is contained in:
Talia 2023-01-31 17:07:12 +01:00
parent e3b247da46
commit 64c6e175a8
7 changed files with 13 additions and 12 deletions

View file

@ -3,7 +3,7 @@ title: An Introduction to Coroutines
description: "A language-agnostic introduction to the concept of Coroutines" description: "A language-agnostic introduction to the concept of Coroutines"
published: true published: true
tags: beginner coroutines parallelism tags: beginner coroutines parallelism
date: 20211120 date: 2021-11-20
--- ---
## Preamble ## Preamble

View file

@ -2,7 +2,7 @@
title: Why I prefer Lua to Ruby title: Why I prefer Lua to Ruby
published: true published: true
tags: Lua, Ruby tags: Lua, Ruby
date: 20190401 date: 2019-04-01
--- ---
So Lua and Ruby are two rather similar languages in many aspects. There's a lot of articles explaining what makes them so similar and many of the more superficial differences. So Lua and Ruby are two rather similar languages in many aspects. There's a lot of articles explaining what makes them so similar and many of the more superficial differences.

View file

@ -3,6 +3,7 @@ title: Stop using frameworks for your portfolio!
published: false published: false
description: or "why, in my humble opinion, you should refrain from using a framework intended for highly interactive web applications for a simple portfolio site" description: or "why, in my humble opinion, you should refrain from using a framework intended for highly interactive web applications for a simple portfolio site"
tags: tags:
date: 1994-05-03
# cover_image: https://direct_url_to_image.jpg # cover_image: https://direct_url_to_image.jpg
# Use a ratio of 100:42 for best results. # Use a ratio of 100:42 for best results.
--- ---

View file

@ -3,7 +3,7 @@ title: A rant on change, and the good old times.
published: true published: true
description: A long and poorly structured rant about a series of harmful phenomena I've observed in the world of programming. description: A long and poorly structured rant about a series of harmful phenomena I've observed in the world of programming.
tags: rant, programming, community tags: rant, programming, community
date: 20201125 date: 2020-11-25
--- ---
# Preamble # Preamble

View file

@ -3,7 +3,7 @@ title: Tabs are objectively better than spaces, and here's why
published: true published: true
description: Here's why I think tabs are objectively better than spaces description: Here's why I think tabs are objectively better than spaces
tags: indentation, tabs, spaces tags: indentation, tabs, spaces
date: 20210215 date: 2021-02-15
--- ---
# The Debate # The Debate

View file

@ -3,7 +3,7 @@ title: What is CSS @scope and why should I care?
published: true published: true
description: "A short introduction to the new CSS @scope rule, the history of CSS scoping and what makes it useful for different areas of web-development" description: "A short introduction to the new CSS @scope rule, the history of CSS scoping and what makes it useful for different areas of web-development"
tags: css,scope,components,vanilla tags: css,scope,components,vanilla
date: 20220316 date: 2022-03-16
--- ---
## A brief history of Scoping and CSS ## A brief history of Scoping and CSS

View file

@ -3,7 +3,7 @@ title: Building an HTML Type-Writer
description: "A detailed description of the development process of an HTML TypeWriter element in plain JavaScript using the custom-element API, meta-programming and some recursion magic." description: "A detailed description of the development process of an HTML TypeWriter element in plain JavaScript using the custom-element API, meta-programming and some recursion magic."
published: true published: true
tags: type-writer, html, javascript, webdev, async, metaprogramming tags: type-writer, html, javascript, webdev, async, metaprogramming
date: 20210911 date: 2021-09-11
--- ---
## Backstory ## Backstory