mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-02 22:00:51 +00:00
Compare commits
2 Commits
3ca93c1ed4
...
9df40b925d
Author | SHA1 | Date | |
---|---|---|---|
|
9df40b925d | ||
|
5c55d0a0e3 |
@ -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) {
|
function createCopyBtn(blockIndex) {
|
||||||
return `<div class="cc-wrapper d-none d-sm-block">
|
return `<div class="cc-wrapper d-none d-sm-block">
|
||||||
<button class="cc-btn btn-muted shadow" data-target="${blockIndex}">
|
<button class="cc-btn btn-muted shadow" data-target="${blockIndex}">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Now
|
title: Now
|
||||||
updated: 2025-02-17T18:10:40+0800
|
updated: 2025-02-20T15:05:01+0800
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 3
|
order: 3
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
@ -16,17 +16,16 @@ You can also check out my [status.cafe profile](https://status.cafe/users/leiluk
|
|||||||
## Video Games I am Playing
|
## Video Games I am Playing
|
||||||
|
|
||||||
* {% cite "Cassette Beasts" %}
|
* {% cite "Cassette Beasts" %}
|
||||||
|
* {% cite "Stardew Valley" %} (check out [my {% cite "Stardew Valley" %} mod list](/links/stardew-valley-mod-list/))
|
||||||
* {% cite "Neko Atsume" %}
|
* {% cite "Neko Atsume" %}
|
||||||
* {% cite "Pokémon Trading Card Game Pocket" %}
|
* {% 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
|
## 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.
|
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.
|
Loading…
x
Reference in New Issue
Block a user