Skip to content

balopat/balopat.github.io

 
 

Repository files navigation

balintpato.com blog

The theme is cloned fromgregorygundersen.com/blog. For details, see this post. Huge thank you to Gregory for the simple, minimalistic, working blog template!

Setup / Running

This is still using a bit of an old jekyll, so you'll have to install with these instructions:

  1. Install rvm (https://rvm.io/rvm/install)
  2. Install Ruby 2.x and Bundler
rvm pkg install openssl
rvm reinstall ruby-2 --with-openssl-dir=$rvm_path/usr
gem install bundler -v 2.4.22
  1. Run by:
bundle exec jekyll serve 
  1. To include drafts
bundle exec jekyll serve --drafts

Build / publish

I use the docs folder with Github pages, so run this before committing and git push:

bundle exec jekyll build -d docs

Don't forget to readd CNAME

This is a bit annoying but the CNAME entry gets deleted by the build process. Until I find a better way to do this don't forget to readd it before pushing.

git add .
git checkout docs/CNAME

Languages

  • TeX 72.6%
  • Mathematica 17.2%
  • CSS 5.7%
  • HTML 1.5%
  • JavaScript 1.4%
  • Python 0.8%
  • Other 0.8%