Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
postylem authored Jul 14, 2021
1 parent d276e35 commit 434300c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
- 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)

0 comments on commit 434300c

Please sign in to comment.