From 3319c7a9909d2680bfa69a8aa2f193bb79a320bf Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 18:22:09 -0800 Subject: add meta tag --- blog/img/stack3.png | Bin 0 -> 41187 bytes blog/index.org | 1 + blog/stem.org | 1 + index.org | 3 ++- journal/20240126.org | 12 ++++++++++++ journal/index.org | 1 + mindmap/index.org | 1 + 7 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 blog/img/stack3.png create mode 100644 journal/20240126.org diff --git a/blog/img/stack3.png b/blog/img/stack3.png new file mode 100644 index 0000000..c4b8d7c Binary files /dev/null and b/blog/img/stack3.png differ diff --git a/blog/index.org b/blog/index.org index c2c6340..5723c3e 100644 --- a/blog/index.org +++ b/blog/index.org @@ -5,6 +5,7 @@ #+html_head: #+language: en #+OPTIONS: broken-links:t +#+html_head: * Why? I want a place where I can write long form essays about subjects diff --git a/blog/stem.org b/blog/stem.org index 8e61aa2..ff9806f 100644 --- a/blog/stem.org +++ b/blog/stem.org @@ -2,6 +2,7 @@ #+author: Preston Pan #+description: My own concatenative programming language #+html_head: +#+html_head: #+language: en #+OPTIONS: broken-links:t diff --git a/index.org b/index.org index 4f98201..c2e5b3d 100644 --- a/index.org +++ b/index.org @@ -10,6 +10,7 @@ #+html_head: #+html_head: #+html_head: +#+html_head: #+language: en #+OPTIONS: broken-links:t #+OPTIONS: html-preamble:nil @@ -63,7 +64,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "add logo" +git commit -m "add meta tag" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src diff --git a/journal/20240126.org b/journal/20240126.org new file mode 100644 index 0000000..71de3d1 --- /dev/null +++ b/journal/20240126.org @@ -0,0 +1,12 @@ +#+TITLE: Daily Journal +#+STARTUP: showeverything +#+DESCRIPTION: My daily journal entry +#+AUTHOR: Preston Pan +#+HTML_HEAD: +#+html_head: +#+html_head: +#+options: broken-links:t +* Friday, 26 January 2024 +** 16:56 +I worked a lot on my blog post describing the stem programming language. It's been posted to hackernews +by Andrei, and I need to write about the FLI next so that people can write libraries for it. diff --git a/journal/index.org b/journal/index.org index 5322bb3..0a97804 100644 --- a/journal/index.org +++ b/journal/index.org @@ -12,6 +12,7 @@ #+html_head: #+html_head: #+html_head: +#+html_head: * Introduction This is my journal. It's basically my everyday life from a technology perspective (not many personal details although diff --git a/mindmap/index.org b/mindmap/index.org index 109ae12..f816eee 100644 --- a/mindmap/index.org +++ b/mindmap/index.org @@ -2,6 +2,7 @@ #+author: Preston Pan #+date: <2023-06-10 Sat> #+html_head: +#+html_head: * Introducing: the Mindmap Do you want to know everything like me and be a smart person instead of dumb? -- cgit