From 846b48b0b179fcaa49c494d0da0e23db71b989dd Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 11 Jun 2023 17:43:34 -0700 Subject: first commit --- journal/20230610.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 journal/20230610.org (limited to 'journal/20230610.org') diff --git a/journal/20230610.org b/journal/20230610.org new file mode 100644 index 0000000..108f9bd --- /dev/null +++ b/journal/20230610.org @@ -0,0 +1,18 @@ +#+TITLE: Daily Journal +#+STARTUP: showeverything +#+DESCRIPTION: My daily journal entry +#+AUTHOR: Preston Pan +#+HTML_HEAD: +* Saturday, 10 June 2023 +** 15:04 +Today, I am with my friends, one of which wants to view my emacs configuration. +Also, I got publishing working with emacs, and everything exports to an +html file. Addtionally, I set things up such that org journal uses the .org +extension which allows publishing to recognize these files. + +Everything is integrated with emacs. All is emacs. +** 23:20 +I'm almost done writing this website. Basically, all I need to do is write a couple +of shell scripts that insert the entire contents of a particular directory to an +html file. Also, I need to find suitable css in order to math this website, and I +need to add a back button using pretty much the same technique. -- cgit