Skip to content

Commit 22b1721

Browse files
committed
Cleanup /home/
1 parent c0b811b commit 22b1721

4 files changed

Lines changed: 14 additions & 56 deletions

File tree

_home/about.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ toc: true
55

66
Hobbiest programmer, passionate geek, and Linux system administrator.
77
Currently working as a software developer.
8-
Also holds a Master's degree in Computer Science and Technology from [University of Science and Technology of China][ustc].
8+
Also holds a Master's degree in *Computer Science and Technology* from [University of Science and Technology of China][ustc].
99

1010
[ustc]: https://en.wikipedia.org/wiki/University_of_Science_and_Technology_of_China
1111

12-
Python and Go are my primary options for course labs and new projects, though I always like trying something new (and that's why I have a little bit of taste of everything).
12+
Python and Go are my primary options for course labs and new projects, though I always like to try something new.
1313

1414
Also loves puzzle games and *Counter-Strike 2*.
1515

@@ -55,41 +55,41 @@ On the technical side ([more about my skills]({{ "/skills/" | relative_url }})):
5555
Bash
5656
(those are also my top tags on Stack Overflow) and
5757
Go,
58-
Ruby
58+
Ruby.
5959
- **Software**:
6060
Docker,
6161
Git,
6262
Jekyll,
6363
Nginx,
6464
OpenSSH,
65-
Vim
65+
Vim.
6666
- **Other**: Linux Networking (routing, tunneling, firewall, iptables, nftables etc.)
6767
and general network service administration.
6868
</details>
6969

7070
<details markdown="1">
7171
<summary> **Basic knowledge**
7272
</summary>
73-
- **Programming**: the Web Trilogy (HTML / CSS / JavaScript), Node.js, VBScript
73+
- **Programming**: the Web Trilogy (HTML / CSS / JavaScript).
7474
- **Framework**:
7575
Ruby on Rails,
7676
Bootstrap,
7777
jQuery,
78-
Flask
78+
Flask.
7979
- **Software**:
8080
[Proxmox VE](https://www.proxmox.com/en/proxmox-ve),
8181
a little bit of everything on Ubuntu and Debian servers,
8282
Make,
8383
LXC / LXD,
84-
ZFS
84+
ZFS.
8585
</details>
8686

8787
### Preferences
8888

89-
- **Linux distro**: Ubuntu (desktop / workstation), Debian (server) and Proxmox VE (virtualization platform)
90-
- **Version control**: Git (and good at it)
91-
- **Text editor**: Visual Studio Code and `<ESC>:wq` ([get my config](https://i.ibug.io/conf/vimrc))
92-
- **Automation**: Shell scripts, Make, Systemd services, Docker, AWS Lambda
89+
- **Linux distro**: Ubuntu (desktop / workstation), Debian (server) and Proxmox VE (virtualization platform).
90+
- **Version control**: Git (and good at it).
91+
- **Text editor**: Visual Studio Code and `<ESC>:wq` ([get my config](https://i.ibug.io/conf/vimrc)).
92+
- **Automation**: Shell scripts, Make, Systemd services, Docker, AWS Lambda.
9393

9494
### Working environment
9595

_home/cv.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
11
---
2-
title: "Curriculum Vitae (Beta)"
3-
description: "iBug's Achievements & Timeline"
4-
5-
events:
6-
2019-01-22: |
7-
Reached 20k reputation on Stack Overflow
8-
2019-01-15: |
9-
Awarded [`c` silver tag badge][c-2] on Stack Overflow.
10-
2018-09-17: |
11-
Reached 15k reputation on Stack Overflow
12-
2018-06-13: |
13-
Gained push access to [SmokeDetector][SmokeDetector], a spam detection bot written in Python
14-
15-
See [this chat message from a project owner][2018-06-13/1]
16-
2018-02-27: |
17-
Awarded [`c++` silver tag badge][c++-2] on Stack Overflow.
18-
2018-02-06: |
19-
Reached 10k reputation on Stack Overflow.
20-
21-
links:
22-
SmokeDetector: https://github.com/Charcoal-SE/SmokeDetector
23-
2018-06-13/1: https://chat.stackexchange.com/transcript/message/45129909
24-
c-2: https://stackoverflow.com/help/badges/52/c?userid=5958455
25-
c++-2: https://stackoverflow.com/help/badges/48/c?userid=5958455
2+
title: "Curriculum Vitae"
3+
description: "iBug's Curriculum Vitae"
264
---
27-
28-
{% assign events = page.events %}
29-
{% assign links = page.links %}
30-
31-
{% capture link_text %}
32-
{% for link in links %}
33-
[{{ link[0] }}]: {{ link[1] }}
34-
{% endfor %}
35-
{% endcapture %}
36-
37-
<dl>
38-
{% for event in events %}
39-
<dt>{{ event[0] | date: "%b %Y" }}</dt>
40-
<dd>
41-
{{ event[1] | append: link_text | markdownify }}
42-
</dd>
43-
{% endfor %}
44-
</dl>

_home/education.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

_home/interview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: iBug
33
layout: reveal
44
hidden: true
5+
date: "2024-10-07"
56
---
67

78
<section id="title">

0 commit comments

Comments
 (0)