aboutsummaryrefslogtreecommitdiffstats
path: root/pages/index.wiki
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 13:53:43 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 13:53:43 +0000
commit7d1aa7d48e5f16d639713804d6a86290fac7ffab (patch)
tree520e0eb98396f6db3a3ed33f261006e7f73b4896 /pages/index.wiki
parentfed44fa8f5c780d12c7fee5c2d414a5da4dfd04f (diff)
Write test pages
Diffstat (limited to 'pages/index.wiki')
-rw-r--r--pages/index.wiki28
1 files changed, 28 insertions, 0 deletions
diff --git a/pages/index.wiki b/pages/index.wiki
new file mode 100644
index 0000000..b162672
--- /dev/null
+++ b/pages/index.wiki
@@ -0,0 +1,28 @@
+__NOTITLE__
+__PRIMARY__
+{{NAVBARSORTORDER:1}}
+{{DISPLAYTITLE:Home}}
+Hello! 👋
+
+I'm '''Leonardo Bishop''', a programmer studying Computer Science full-time at university.
+
+You can view my projects on the [[about]] page.
+
+== Accessing old content ==
+
+All traffic to leonardobishop.com is now redirected to this new website. To access old content on here, you should prepend the path with a tilde (~).
+
+For example, the following
+<pre>
+https://leonardobishop.com/nextbus/
+</pre>
+will become
+<pre>
+https://leonardobishop.com/~nextbus/
+</pre>
+
+== New website ==
+
+This new website is built in NodeJS and these pages are witten in wikitext.
+
+The source code for this website is available on [https://github.com/LMBishop/website GitHub], for everyone to rip apart and laugh at how poorly written it is. (If you do have suggestions on how to improve it though, please do let me know!) \ No newline at end of file