aboutsummaryrefslogtreecommitdiff
path: root/journal/20230610.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-06-11 17:43:34 -0700
committerPreston Pan <preston@nullring.xyz>2023-06-11 17:43:34 -0700
commit846b48b0b179fcaa49c494d0da0e23db71b989dd (patch)
treead76990055afed803a8de5ed08b89a73e8a32967 /journal/20230610.org
first commit
Diffstat (limited to 'journal/20230610.org')
-rw-r--r--journal/20230610.org18
1 files changed, 18 insertions, 0 deletions
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: <link rel="stylesheet" type="text/css" href="../style.css" />
+* 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.