TODOs

  • 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

Jekyll with TeXt Theme

See original README here

license Gem Version Travis Tip Me via PayPal Tip Me via Bitcoin

TeXt Theme Details

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.

Local build

First, install prerequisites:

bundle install --path vendor/bundle

Second, run website locally using:

bundle exec jekyll serve

Then, access it at http://localhost:4000.

For Apple M1

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

License

TeXt Theme is MIT licensed.