]> Untitled Git - monorepo.git/commitdiff
add meta tag
authorPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 02:22:09 +0000 (18:22 -0800)
committerPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 02:22:09 +0000 (18:22 -0800)
blog/img/stack3.png [new file with mode: 0644]
blog/index.org
blog/stem.org
index.org
journal/20240126.org [new file with mode: 0644]
journal/index.org
mindmap/index.org

diff --git a/blog/img/stack3.png b/blog/img/stack3.png
new file mode 100644 (file)
index 0000000..c4b8d7c
Binary files /dev/null and b/blog/img/stack3.png differ
index c2c6340a01938c4b81ab5a7479ab52e9fe62d57f..5723c3e6d26d8fa0d54ca03764c91d2cf1eb3d42 100644 (file)
@@ -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
index 8e61aa255847d0ebd80a9871efa20dd57f66c719..ff9806f335aabcd904ec16970d56d281fd41d913 100644 (file)
@@ -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
 
index 4f98201ddc06ceffb9845599344154e75b9af8f6..c2e5b3de990b79f3f04f3d81b24ff95cb1a1e2c2 100644 (file)
--- 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 (file)
index 0000000..71de3d1
--- /dev/null
@@ -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.
index 5322bb33cc125f492fe08ef3841e37b80e9b0d61..0a978047098febd8fdfb668debc78fceca456314 100644 (file)
@@ -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
index 109ae12ec85bdb76ffa6d14dd12d4b8b69e7c887..f816eee086daa91f95c46ca6329efb46349d93b6 100644 (file)
@@ -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?