diff --git a/README.md b/README.md index 2d82e6d..1566454 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + +Hi, I'm Jacob. This repo contains my personal website, hosted and served at [jahoo.github.io](http://jahoo.github.io) by GitHub Pages. + +This jekyll site is a heavily modified version of [minima](https://github.com/jekyll/minima) theme. I use the [jekyll-scholar](https://github.com/inukshuk/jekyll-scholar/) plugin in order to render BibTeX. The plugin is not supported by GitHub Pages currently for automatic generation, so I build the site locally and push. This basic workflow, sketched below, is based on that by @alshedivat, copied from the [al-folio](https://github.com/alshedivat/al-folio) theme. + ## Workflow Because jekyll-scholar isn't in the list of GitHub-sanctioned plugins, we need a workaround. Here it is. @@ -20,4 +26,4 @@ When ready, `git push` to put the edits on the GitHub. Answer `y`. -- This will build the site from `source` branch (`bundle exec jekyll build` ) and put the resulting site on the `master` branch, where github pages will find it and serve it at [jahoo.github.io](http://jahoo.github.io) \ No newline at end of file +- This will build the site from `source` branch (`bundle exec jekyll build` ) and put the resulting site on the `master` branch, where github pages will find it and serve it at [jahoo.github.io](http://jahoo.github.io)