You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/postlike/about.md
+24-21Lines changed: 24 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ title: About
4
4
5
5
{% from "post/preview.html" import render_post_preview with context %}
6
6
7
+
## About This Website
8
+
9
+
This website breathed its first breath in summer of 2022. I had a bit of free time and wanted a place to share thoughts, music, etc. I also wanted it to be customisable; most {% abbr "mainstream CMSs", "content management systems (e.g. Weebly, Wix, Medium)" %} are limited and force my hands to be tied.
10
+
11
+
You may see some posts "published" prior to 2022. Those are usually older projects or experiences which I've included for posterity. The dates there typically indicate the date the experience ended.
12
+
13
+
### Optimised for Reading
14
+
15
+
I strongly believe in a good, accessible reading experience. This means building content-first user experiences, optimising performance, applying responsive design, and following accessibility standards. This is why I love and incorporate elements such as Table of Contents and alerts/callouts.
16
+
17
+
Readers shouldn't have to be ticked by text flowing off the screen, and they shouldn't be bombarded by ads on a sticky banner. Information deserves to be presented in a digestible format. Important points deserve to be highlighted.
18
+
19
+
A number of websites these days prioritise cash flow through paywalls, subscriptions, and invasive ads, ruining user experience in the process. Sure, we have different objectives. Businesses often employ blog posts for marketing, SEO, and revenue-generating purposes. But I'm not a business, and I believe user experience comes first.
20
+
21
+
Personally, I'm not against ads as long as they're non-invasive, don't ruin the reading experience, and respect privacy. I may or may not introduce ads in the future; but if I do, you can rest assured I'll carefully select an appropriate ad provider and place ads without compromising user experience.
22
+
23
+
If you have any complaints, you know where to contact me. I'm open to suggestions.
24
+
25
+
### Recent Site News
26
+
27
+
{% set siteNews = collections.meta | head(3) | reverse %}
28
+
<divclass="post-preview-list mt-2">{% for post in siteNews %}{{ render_post_preview(post) | nl2br | brSafe | safe }}{% endfor %}</div>
29
+
7
30
## About Me
8
31
9
32
{{site.author.bio}}
@@ -108,18 +131,9 @@ Things I'm interested in exploring:
108
131
- Hack the Box (online CTFs + community)
109
132
110
133
111
-
#### Board Games
112
-
113
-
Ah, board games... one of my favourite pastimes. When I'm bored ~~game~~, you may find me playing the occasional game on Board Game Arena. Some of my favourite games are:
114
-
115
-
- Race for the Galaxy
116
-
- Hanabi
117
-
- And more!
118
-
119
-
120
134
### Education
121
135
122
-
I'm graduated from the [Hong Kong University of Science and Technology](https://hkust.edu.hk/) in May 2023, where I studied a combination of mathematics, computer science, and music. Fun times.
136
+
I graduated from the [Hong Kong University of Science and Technology](https://hkust.edu.hk/) in May 2023, where I studied a combination of mathematics, computer science, and music. Fun times.
123
137
124
138
125
139
{# ### Collaborating
@@ -135,17 +149,6 @@ I have several project ideas, the scope of which is beyond my capacity given my
135
149
If you’re interested in collaborating, hit me up. #}
136
150
137
151
138
-
## About This Website
139
-
140
-
This website breathed its first breath in summer of 2022. I had a bit of free time and wanted a place to share thoughts, music, etc. I also wanted it to be customisable; most {% abbr "mainstream CMSs", "content management systems (e.g. Weebly, Wix, Medium)" %} are limited and force my hands to be tied.
141
-
142
-
You may see some posts "published" prior to 2022. Those are usually older projects or experiences which I've included for posterity. The dates there typically indicate the date the experience ended.
143
-
144
-
Recent {% tag "site", "meta" %} news:
145
-
146
-
{% set siteNews = collections.meta | head(3) | reverse %}
147
-
<divclass="post-preview-list mt-2">{% for post in siteNews %}{{ render_post_preview(post) | nl2br | brSafe | safe }}{% endfor %}</div>
0 commit comments