blog:2022-10-24
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?
- Ben Webster's website, where he keeps a list of talk slides and video links
- James Milne's website, which is why I called my site pzhou.org. So many useful notes. I learned number theory basics, etale cohomology etc from here.
- Henry Liu, best notes on the topics that I care about, geometric representation theory.
- Daniel Litt, learned etale topology from him (ok, I didn't really learn it well, but that's my fault.)
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.
- installed plug-ins blog and include for blogging. Remember to add this in the 'excluded pages' setting.
!(^|:)start$!
- installed plug-ins imgpaste, which is really useful to copy down something on ipad and paste here
- installed katex, by add-in the following to meta.html in conf/ folder
<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>
blog/2022-10-24.txt · Last modified: 2023/06/25 15:53 by 127.0.0.1