Table of Contents

2022-10-24

I created my personal site, after registered this domain name for a year and let it sit around (yes, I registered last year before the application season.) I don't think this is just useful for math. Math is part of my life, not the other way around. This site will live no matter what.

Why I build this website

I really don't like to polish my CV and cover letter. They are only useful to get you across the barrier one, namely pass the minimum requirements.

What is useful to share?

How I build this website

Sorry, this is not a full step-by-step guide, but rather a to-myself-note.

This site is built using dokuwiki, a simple to use, no-sql website, purely php. classical style.

Here is a little tweak to get myself comfortable.

!(^|:)start$! 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/katex.min.css" integrity="sha384-Cqd8ihRLum0CCg8rz0hYKPoLZ3uw+gES2rXQXycqnL5pgVQIflxAUDS7ZSjITLb5" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/katex.min.js" integrity="sha384-1Or6BdeNQb0ezrmtGeqQHFpppNd7a/gw29xeiSikBbsb44xu3uAo8c7FwbF5jhbd" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"></script>