Fix now page date format
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 1m32s
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 1m32s
This commit is contained in:
parent
84d972cfeb
commit
0305c67207
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Now
|
title: Now
|
||||||
updated: 2025-05-03T11:03:56+0800
|
updated: 2025-05-05T21:33:03+0800
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 3
|
order: 3
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: What {{ sitemeta.siteAuthor.name }} is doing currently.
|
desc: What {{ sitemeta.siteAuthor.name }} is doing currently.
|
||||||
---
|
---
|
||||||
|
|
||||||
*This page was last updated on <time datetime="{{ updated }}">{{ updated | formatDate }}</time>.*
|
*This page was last updated on <time datetime="{{ updated }}">{{ updated |> formatDate }}</time>.*
|
||||||
|
|
||||||
This is my [/now page](https://nownownow.com/about). You can find more pages like this at [nownownow.com](https://nownownow.com/).
|
This is my [/now page](https://nownownow.com/about). You can find more pages like this at [nownownow.com](https://nownownow.com/).
|
||||||
|
|
||||||
@ -18,7 +18,3 @@ You can also check out my [status.cafe profile](https://status.cafe/users/leiluk
|
|||||||
From April 7 to May 2, I attended a Malaysian campus of the [42 computer science school](https://www.42network.org/), by participating in their 26-day bootcamp named the Piscine.
|
From April 7 to May 2, I attended a Malaysian campus of the [42 computer science school](https://www.42network.org/), by participating in their 26-day bootcamp named the Piscine.
|
||||||
|
|
||||||
You can read more about my life at 42 the computer science school in my blog posts under the ["42 the school"](/categories/42-the-school/) category.
|
You can read more about my life at 42 the computer science school in my blog posts under the ["42 the school"](/categories/42-the-school/) category.
|
||||||
|
|
||||||
## Converting My Eleventy Websites' Template Engine to Vento
|
|
||||||
|
|
||||||
Since I started using the static site generator [Eleventy](https://www.11ty.dev/) to build my websites, I have been using Nunjucks as the template engine for my Eleventy websites. However, after discovering [Vento](https://vento.js.org/) and [its Eleventy plugin](https://www.npmjs.com/package/eleventy-plugin-vento), I started to work on converting my websites' template engine to Vento.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user