blob: 43087aa3ec6acc26711464ef206a8f6f5409b368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
#+title: Introducing ret2pop
#+author: Preston Pan
#+date: <2023-06-09 Fri>
#+description: A website full of wonder and explanation
#+html_head: <link rel="stylesheet" type="text/css" href="style.css" />
#+html_head: <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
#+html_head: <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
#+html_head: <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
#+html_head: <link rel="manifest" href="/site.webmanifest">
#+html_head: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
#+html_head: <meta name="msapplication-TileColor" content="#da532c">
#+html_head: <meta name="theme-color" content="#ffffff">
#+language: en
#+OPTIONS: broken-links:t
#+OPTIONS: html-preamble:nil
#+caption: All Hope Abandon, Ye Who Enter Here
[[./img/drawing-old.png]]
Hello! I'm a person on the internet that does things, such as:
- Music
- Programming
- Mathematics
- Physics
- Linguistics
- Thinking
And if you're here to do one of these things, I guarantee you're in the right place!
* [[file:journal/index.org][Journal]]
If you're interested, you can read my [[file:journal/index.org][journal]]. Note that this journal is not my
entire personal life but instead will be a focus on interesting things that I
think of or things that are of a technical nature.
* [[file:blog/index.org][Blog]]
My blog contains many longer writings that do not fit into the mindmap format.
* [[file:mindmap/index.org][Mindmap]]
I also have a mindmap, for those of you who are interested in knowing everything.
** What is a mindmap?
Click the hyperlink to find out! In case you didn't see:
- [[file:mindmap/index.org][Mindmap]]
- [[file:mindmap/index.org][Mindmap]]
- [[file:mindmap/index.org][Mindmap]]
* [[file:config/index.org][Configurations]]
Most of my configurations/dotfiles for various programs are literate configurations, and I
can therefore publish them. So I did! Configurations include:
- doom emacs
- QTile
- QuteBrowser
- Elfeed
…and many more!
* [[https://github.com/ret2pop][Projects]]
My programming projects can be found on my github; other projects that do not directly pertain
to my projects on github or need a more in-depth explanation are explained further in my blog.
* [[https://youtube.com/@ret2pop][Music and Media]]
Most of the music that I have recorded can be found on my Youtube channel. Note that it will also
contain other things that I filmed.
* [[file:about.org][About]]
Who is the man behind ret2pop? How do you contact him? So many mysteries await…
** About this Website
I wrote this website in org mode. For more information, see the [[file:README.org][README]]. Here is how I upload my
website:
#+begin_src shell :exports code :results silent
cd ~/org/website
git add .
git commit -m "add blog post"
git push github main
rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
#+end_src
No, seriously, this is how I update my website. This code block right here. That's right, this website will be filled
with code blocks that both act as /examples/ of how the website might be maintained, but also run the commands themselves.
I run these code blocks from within org files in order to actually execute the commands!
|