This is the raw source for my blog, currently hosted here on github pages. Content from around 2017 and earlier has been migrated from my old blog, the math-physics learning seminar, which is no longer being maintained. The old blog served as notes for a seminar that I was running as a graduate student at the Department of Mathematics at the University of Toronto and later while I was a postdoc in GRK 1670 at Universität Hamburg.
The site is intended to be generated with Hugo. We use git
submodules for the Hugo theme
kiera, so clone the repository via
git clone --recursive
. The repository contains two branches
master
the (mostly plain-text) content and themesgenerated
the Hugo-generated content, not intended to be read or modified by hand
The script hugo-serve.sh
is provided for convenience while editing new posts.
Content can be generated by simply running hugo
from the root directory. For
convenience, make the subdirectory public
point to the generated
branch via
git worktree
:
git checkout master
git worktree add -B generated public origin/generated
You can find a list of ideas/topics for potential posts here. If you'd like to contribute a guest post, please feel free to submit a pull request!