diff --git a/src/slashes/navbarlinks/now.md b/src/slashes/navbarlinks/now.md index a29f950b..f3e93a34 100644 --- a/src/slashes/navbarlinks/now.md +++ b/src/slashes/navbarlinks/now.md @@ -1,13 +1,13 @@ --- title: Now -updated: 2025-05-03T11:03:56+0800 +updated: 2025-05-05T21:33:03+0800 eleventyNavigation: order: 3 eleventyComputed: desc: What {{ sitemeta.siteAuthor.name }} is doing currently. --- -*This page was last updated on .* +*This page was last updated on .* 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. 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.