This repository is where I store my blogs which is build with Jekyll. To see it, go to https://wushenrong.github.io.
To build this site, you will need to install Ruby. See
.ruby-version
for major version of Ruby to use. Next you need
to install LAPACKE and OpenBLAS for the Latent Semantic Indexer. Then
install bundler (gem install bundler
with RubyGems) and run: bundle install
.
Then to serve the site, run: bundle exec jekyll serve
.
Content on the site is licensed under the CC BY-SA 4.0. See the license page for more information and dependencies this site uses.