Peng Zhou

stream of notes

User Tools

Site Tools


blog:2022-10-24

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blog:2022-10-24 [2022/10/25 04:13] – created pzhoublog:2022-10-24 [2023/06/25 15:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== 2022-10-24 ====== ====== 2022-10-24 ======
  
-===== setup memo ===== +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.  
-  * installed plug-ins "bloginclude: to do blogging, which is 99% of the time I do stuff+ 
 + 
 + 
 +===== 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?  
 +  * [[https://uwaterloo.ca/scholar/b2webste/home | Ben Webster's website]], where he keeps a list of talk slides and video links 
 +  * [[https://www.jmilne.org | 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.  
 +  * [[https://people.maths.ox.ac.uk/liu/ | Henry Liu]], best notes on the topics that I care about, geometric representation theory.  
 +  * [[https://www.daniellitt.com | 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.  
 +<code>!(^|:)start$! </code> 
 +  * 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   * installed katex, by add-in the following to meta.html in conf/ folder
 <code> <code>
Line 9: Line 33:
 <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> <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>
 </code> </code>
- 
  
blog/2022-10-24.1666671197.txt.gz · Last modified: 2023/06/25 15:53 (external edit)