user@host:~$ ./welcome.sh
Welcome to my site!
user@host:~$ ls -l # Click on one of the below files!
-rwxr--r-- 1 user user 1249 Aug 5 23:50 welcome.sh
-rw-r--r-- 1 user user 1642 Aug 6 20:00 comingsoon.txt
-rw-r--r-- 1 user user 9421 Aug 6 18:32 about.txt
user@host:~$ cat comingsoon.txt
More coming soon!
user@host:~$ cat about.txt
For the past while, I have spent my time absorbing theory--reading textbooks, documentation, and watching videos--on as wide of a range of topics as I could manage. But after endless consumption, something always felt incomplete. Knowledge and ideas sitting in my head felt unfulfilling.
Thus, I decided to build this site--to complement my learning with practice and creation, and to share it with anyone who might be curious.
I hope you enjoy your stay!
user@host:~$ _