- fix
\nmid
issue in Linear diophantine article (amssymb
) probably due to new jsdelivr URL for MathJax - re-tag everything
- front page with highlights
- add more cross-links between articles
See original README here
TeXt is a super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.
First, install prerequisites:
bundle install --path vendor/bundle
Second, run website locally using:
bundle exec jekyll serve
Then, access it at http://localhost:4000.
Had some issue getting this to run the server on Apple M1. The instructions from here ended up being helpful:
xcode-select --install
brew install rbenv ruby-build
rbenv install 3.0.0
rbenv global 3.0.0
ruby -v
rbenv rehash
echo 'eval "$(rbenv init - bash)"' >> ~/.bash_profile
gem install --user-install bundler jekyll
bundle update --bundler
bundle add webrick
bundle install --redownload
TeXt Theme is MIT licensed.