From 081d95b2ff52d88053bf0f5180208b630d4cdaa2 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 3 Jan 2025 20:22:16 -0800 Subject: add blog posts and journal posts; update emacs configuration --- README.org | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 1a3f08b..4c764cd 100644 --- a/README.org +++ b/README.org @@ -9,28 +9,26 @@ It's ret2pop! My website for all things math. Wait, no. Computer science. Music. Okay, let me try that again. It's ret2pop! My website for all things. - ** Sounds awesome! But why is it written in org instead of html? Because I have converted to the church of emacs. Remember: -anything and everything that can be rewritten in org, can and should -be rewritten in org. +anything and everything that can be rewritten in org should be rewritten in org. *** so how did you actually do that? By using the ~org-publish~ function, ~org-roam~, and ~org-journal~, -as well as writing a lot of things with a literate config. +as well as writing a lot of things with a literate config. To see more, see my +[[file:config/emacs.org][emacs configuration]] and my [[https://git.nullring.xyz/toughnix.git/tree/][NixOS configuration]]. ** So, where is this website of yours located? https://ret2pop.nullring.xyz, it is the road to enlightenment. - * Wait, so where are your dotfiles? To use my dotfiles, clone this repository: #+begin_src bash git clone https://github.com/ret2pop/ret2pop-website.git ~/org/website #+end_src -and install my [[https://github.com/ret2pop/hyprnixmacs][NixOS Configuration]]. The org files /are/ the dotfiles, or +and install my [[https://git.nullring.xyz/toughnix.git/][NixOS configuration]]. The org files /are/ the dotfiles, or at least in the case of emacs. To use my full system, you also need to have a ~password-store~ from the ~pass~ -password manager in its standard location with an entry called ~Mail~, and you need -to clone my [[https://github.com/ret2pop/wallpapers.git][wallpapers]] repository. +password manager in its standard location with an entry called ~Mail~, and you should +otherwise follow the instructions listed on the hyprnixmacs repository. * License See the [[file:LICENSE.org][license]]. The style.css has its own license. -- cgit