Skip to content

Commit 13bf530

Browse files
committed
initial state
1 parent 125e478 commit 13bf530

File tree

3 files changed

+43
-9
lines changed

3 files changed

+43
-9
lines changed

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ comments:
9898
# Giscus options › https://giscus.app
9999
giscus:
100100
repo: caprinux/caprinux.github.io
101-
repo_id:
101+
repo_id: R_kgDOL1afpQ
102102
category: giscus
103-
category_id:
104-
mapping: # optional, default to 'pathname'
103+
category_id: DIC_kwDOL1afpc4CfD5N
104+
mapping: title # optional, default to 'pathname'
105105
input_position: # optional, default to 'bottom'
106106
lang: # optional, default to the value of `site.lang`
107-
reactions_enabled: # optional, default to the value of `1`
107+
reactions_enabled: 1 # optional, default to the value of `1`
108108

109109
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
110110
assets:
@@ -115,9 +115,9 @@ assets:
115115
env: # [development | production]
116116

117117
pwa:
118-
enabled: true # the option for PWA feature (installable)
118+
enabled: false # the option for PWA feature (installable)
119119
cache:
120-
enabled: true # the option for PWA offline cache
120+
enabled: false # the option for PWA offline cache
121121
# Paths defined here will be excluded from the PWA cache.
122122
# Usually its value is the `baseurl` of another website that
123123
# shares the same domain name as the current website.

_posts/2024-05-01-migrated-my-blog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: New Home for my Blog
3+
description: new home for my blog
4+
date: 2024-05-01 17:00:00 +0800
5+
categories: [General Update]
6+
tags: []
7+
---
8+
9+
Hello World!
10+
11+
I've acquired a new domain at `elmo.sg`{: .filepath}.
12+
13+
Previously, I blogged on `blog.caprinux.com`{: .filepath}.
14+
15+
I have since migrated it to [archive.elmo.sg](https://archive.elmo.sg) and will be posting here instead from now on!
16+
17+
I'm also planning to work on a pwn guide which will be parked under [pwn.elmo.sg](https://pwn.elmo.sg)!
18+
19+
See you around :)

_tabs/about.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
2-
# the default layout is 'page'
32
icon: fas fa-info-circle
43
order: 4
54
---
65

7-
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
8-
{: .prompt-tip }
6+
7+
## whoami
8+
9+
I'm Elma (he/him), an average Singaporean pre-university student who enjoys CTFs. 🤓
10+
11+
This blog serves as a way to keep myself accountable for my learning and to share cool stuff.
12+
13+
I usually play with r3kapig and [NUS Greyhats](https://nusgreyhats.org).
14+
15+
## Contact Me
16+
17+
Feel free to reach out to me via [Discord](https://discord.com/users/191550739666042880), [X](https://x.com/elma_ios) _(formerly twitter)_ or [email](mailto:root@elmo.sg)!
18+
19+
I typically enjoy getting to know and conversing with new people (as long as you're not a creep...) 😊
20+
21+
## Support Me
22+
23+
If you enjoy my content, you can [buy me a coffee](https://buymeacoffee.com/caprinux) ☕☕!

0 commit comments

Comments
 (0)