A simple static site for an informal math seminar series. The site is built with Remarkable.
Here are some tutorials on how to edit the website:
Here are some tools to help out:
When editing markdown using the Potential Topics Tool, note that double asterisk appears as bold and single asterisk appears as italics. Also another thing to keep in mind is that equations are entered using double backquotes. The Write Markdown page has some examples.
Generate the site (note that the scripts are, for historical reasons, named somewhat misleadingly):
./make.jl
Push the generated public
folder to the gh-pages
branch.
All the content is stored in the pages
directory as markdown files, or in the
lisp
directory as HTSX files.
You can edit them directly on Github, or clone the repository to your computer.