aboutsummaryrefslogtreecommitdiff
path: root/OnSwitchingToOrgMode.org
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-21 13:46:56 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-21 13:46:56 -0500
commitbf8ed2ee99a50c07f8ff504fb76f88af303a9334 (patch)
tree44acfb4252eacfa42ccb58f1e5b0b50b9289aef3 /OnSwitchingToOrgMode.org
parentd0192a529b25b3f8cbd44502bccd6306d078b9e0 (diff)
add author field
Diffstat (limited to 'OnSwitchingToOrgMode.org')
-rw-r--r--OnSwitchingToOrgMode.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/OnSwitchingToOrgMode.org b/OnSwitchingToOrgMode.org
index 431dc53..0398930 100644
--- a/OnSwitchingToOrgMode.org
+++ b/OnSwitchingToOrgMode.org
@@ -1,4 +1,5 @@
#+title: On Switching to Org-Mode for my Website
+#+author: Jacob Janzen
#+date: <2024-04-14 Sun>
When I first created this website, I built everything in raw HTML. I liked the control I had over it. It was also a real pain to update it though. Components such as the navigation bar at the top had to be copied to every HTML file along with CSS styling. This could have been made easier with JavaScript, but I consider that to be an abuse of scripting. One of the primary design decisions of this site was avoiding JavaScript whenever possible and there had to be another way.