Compare commits

...

2 Commits

Author SHA1 Message Date
Helen Chong
9df40b925d Update now page 2025-02-20 15:06:32 +08:00
Helen Chong
5c55d0a0e3 Add credit for copy code button 2025-02-19 10:21:45 +08:00
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
/*
Based on ttntm's code to add a button to copy code snippets:
https://ttntm.me/blog/adding-a-copy-button-to-code-blocks/
*/
function createCopyBtn(blockIndex) {
return `<div class="cc-wrapper d-none d-sm-block">
<button class="cc-btn btn-muted shadow" data-target="${blockIndex}">

View File

@ -1,6 +1,6 @@
---
title: Now
updated: 2025-02-17T18:10:40+0800
updated: 2025-02-20T15:05:01+0800
eleventyNavigation:
order: 3
eleventyComputed:
@ -16,17 +16,16 @@ You can also check out my [status.cafe profile](https://status.cafe/users/leiluk
## Video Games I am Playing
* {% cite "Cassette Beasts" %}
* {% cite "Stardew Valley" %} (check out [my {% cite "Stardew Valley" %} mod list](/links/stardew-valley-mod-list/))
* {% cite "Neko Atsume" %}
* {% cite "Pokémon Trading Card Game Pocket" %}
## Celebrating Lunar New Year
2025's Lunar New Year takes place in late January, so as a Chinese person, I am currently celebrating it. You can read my blog post ["My 2025 Lunar New Year"](/blog/posts/2025-02-06-my-2025-lunar-new-year) to learn how I celebrate Lunar New Year this year.
Happy Year of the Snake!
## Planning on Attending the 42 Computer Science School
I have been planning on attending a Malaysian campus of the [42 computer science school](https://www.42network.org/). I have registered, passed their online game test and will join their trial bootcamp known as the Piscine beginning on 7 April 2025.
You can read more about it on the blog post ["Attending 42 the Computer Science School"](/blog/posts/2025-01-19-attending-42-school).
You can read more about it on the blog post ["Attending 42 the Computer Science School"](/blog/posts/2025-01-19-attending-42-school).
## Taking freeCodeCamp's Certified Full Stack Developer Curriculum
While I am waiting to attend 42 the computer science school, I am taking [freeCodeCamp](https://www.freecodecamp.org/)'s [Certified Full Stack Developer Curriculum](https://www.freecodecamp.org/learn/full-stack-developer/) to practice and sharpen my web development skills.