Skip to content

Commit 1e70fea

Browse files
committed
Merge branch 'preview'
2 parents ebdddfc + 122645e commit 1e70fea

19 files changed

Lines changed: 512 additions & 32 deletions

assets/scss/_common.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ blockquote {
9494
overflow: auto;
9595

9696
border: none;
97-
border-left: $border-width-thick solid #3642df;
97+
// border-left: $border-width-thick solid #3642df;
98+
border-left: $border-width-thick solid var(--accent-color);
9899
}
99100

100101
html[data-theme=light] code {

assets/scss/_posts.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@
211211
font-size: .65em;
212212
line-height: .75;
213213
}
214+
a.no-exlink::after
215+
{
216+
content: none;
217+
}
214218
}
215219

216220
div.center,

content/pages/postlike/about.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ title: About
44

55
{% from "post/preview.html" import render_post_preview with context %}
66

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+
<div class="post-preview-list mt-2">{% for post in siteNews %}{{ render_post_preview(post) | nl2br | brSafe | safe }}{% endfor %}</div>
29+
730
## About Me
831

932
{{site.author.bio}}
@@ -108,18 +131,9 @@ Things I'm interested in exploring:
108131
- Hack the Box (online CTFs + community)
109132

110133

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-
120134
### Education
121135

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.
123137

124138

125139
{# ### Collaborating
@@ -135,17 +149,6 @@ I have several project ideas, the scope of which is beyond my capacity given my
135149
If you’re interested in collaborating, hit me up. #}
136150

137151

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-
<div class="post-preview-list mt-2">{% for post in siteNews %}{{ render_post_preview(post) | nl2br | brSafe | safe }}{% endfor %}</div>
148-
149152
## FAQ
150153

151154
### Personal

content/posts/infosec/secure-your-santa/2024-12-25-twelve-days-to-secure-your-systems.md

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.
1.89 MB
Loading
83.9 KB
Loading
49.5 KB
Loading
106 KB
Loading
69.7 KB
Loading
62.7 KB
Loading

0 commit comments

Comments
 (0)