Skip to content

Commit 434300c

Browse files
authored
Update README.md
1 parent d276e35 commit 434300c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
3+
Hi, I'm Jacob. This repo contains my personal website, hosted and served at [jahoo.github.io](http://jahoo.github.io) by GitHub Pages.
4+
5+
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.
6+
17
## Workflow
28

39
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.
2026

2127
Answer `y`.
2228

23-
- 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)
29+
- 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 commit comments

Comments
 (0)