- fix
\nmidissue 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.2.10
rbenv global 3.2.10
ruby -v
rbenv rehash
echo 'eval "$(rbenv init - bash)"' >> ~/.profile
gem install --user-install bundler jekyll
rm -f Gemfile.lock # Remove old lock file with incompatible gem versions
bundle install
bundle update --bundler
bundle install --redownload
You should now be ready to run the web-server:
./run-server.sh
TeXt Theme is MIT licensed.
