Skip to content

cheind/src-jekyll.cheind.github.io

 
 

Repository files navigation

Install WSL / Ubuntu https://docs.microsoft.com/en-us/windows/wsl/install

$ sudo apt-get update -y && sudo apt-get upgrade -y
$ sudo apt-get install ruby-full
$ sudo gem update --system
$ sudo apt-get install build-essential --no-install-recommends
$ sudo apt-get install libmagickcore-dev
$ sudo gem install jekyll bundler

Then

$ cd <your-repo-name>
$ sudo bundle install
$ sudo bundle exec jekyll serve --livereload

Issues?

$ sudo rm -r .site .jekyll-cache
$ ps aux | grep jekyll
$ sudo kill -9 PID

Deploy

$ git remote add cheind-io https://github.com/cheind/cheind.github.io.git
$ ./bin/deploy_cheind

About

A beautiful, simple, clean, and responsive Jekyll theme for academics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.0%
  • HTML 3.9%
  • SCSS 2.0%
  • TeX 1.7%
  • Other 0.4%