Skip to content

alinush/alinush.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,382 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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

License

TeXt Theme is MIT licensed.

About

Personal website

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 44.8%
  • JavaScript 26.6%
  • SCSS 22.7%
  • TeX 2.3%
  • Shell 1.9%
  • CSS 1.4%
  • Ruby 0.3%