aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/img/stack3.pngbin0 -> 41187 bytes
-rw-r--r--blog/index.org1
-rw-r--r--blog/stem.org1
-rw-r--r--index.org3
-rw-r--r--journal/20240126.org12
-rw-r--r--journal/index.org1
-rw-r--r--mindmap/index.org1
7 files changed, 18 insertions, 1 deletions
diff --git a/blog/img/stack3.png b/blog/img/stack3.png
new file mode 100644
index 0000000..c4b8d7c
--- /dev/null
+++ b/blog/img/stack3.png
Binary files 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: <link rel="stylesheet" type="text/css" href="../style.css" />
#+language: en
#+OPTIONS: broken-links:t
+#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
* 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: <link rel="stylesheet" type="text/css" href="../style.css" />
+#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
#+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: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
#+html_head: <meta name="msapplication-TileColor" content="#da532c">
#+html_head: <meta name="theme-color" content="#ffffff">
+#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
#+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: <link rel="stylesheet" type="text/css" href="../style.css" />
+#+html_head: <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+#+html_head: <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+#+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: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
#+html_head: <meta name="msapplication-TileColor" content="#da532c">
#+html_head: <meta name="theme-color" content="#ffffff">
+#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
* 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: <link rel="stylesheet" type="text/css" href="../style.css" />
+#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
* Introducing: the Mindmap
Do you want to know everything like me and be a smart person instead of dumb?