blog:2022-10-24
This is an old revision of the document!
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.)
setup memo
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.1666671593.txt.gz · Last modified: 2023/06/25 15:53 (external edit)