diff options
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 36 |
1 files changed, 25 insertions, 11 deletions
@@ -1,5 +1,6 @@ #+title: Introducing ret2pop #+author: Preston Pan +#+date: <2023-06-09 Fri> #+description: My personal website #+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"> @@ -9,11 +10,10 @@ #+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"> -#+date: <2023-06-09 Fri> #+language: en #+OPTIONS: broken-links:t +#+OPTIONS: html-preamble:nil -* Introduction #+caption: All Hope Abandon, Ye Who Enter Here [[./img/drawing-old.png]] @@ -25,21 +25,21 @@ Hello! I'm a person on the internet that does things, such as: - 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]] + +* [[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]] +* [[file:blog/index.org][Blog]] My blog contains many longer writings that do not fit into the mindmap format. -Work in progress; the journal, mindmap, and configs are my biggest focus right now. -** [[file:mindmap/index.org][Mindmap]] +* [[file:mindmap/index.org][Mindmap]] I also have a mindmap, for those of you who are interested in knowing everything. -*** What is a mindmap? +** 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]] +* [[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 @@ -47,8 +47,22 @@ can therefore publish them. So I did! Configurations include: - QuteBrowser - Elfeed …and many more! -** [[file:about.org][About]] +* [[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]]. +** 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 +cd ~/org/website +git add . +git commit -m "add code block in website" +git push origin main +rsync ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ +#+end_src |