A Github Pages template for academic websites. This was forked (then detached) by Stuart Geiger from the Minimal Mistakes Jekyll Theme, which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md.
I think I've got things running smoothly and fixed some major bugs, but feel free to file issues or make pull requests if you want to improve the generic template / theme.
markdown_generator
folder to generate markdown files for publications and talks from a TSV file.See more info at https://academicpages.github.io/
sudo apt install ruby-dev ruby-bundler nodejs
bundle clean
to clean up the directory (no need to run --force
)bundle install
to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.bundle exec jekyll liveserve
to generate the HTML and serve it from localhost:4000
the local server will automatically rebuild and refresh the pages on change.There is one logistical issue with a ready-to-fork template theme like academic pages that makes it a little tricky to get bug fixes and updates to the core theme. If you fork this repository, customize it, then pull again, you'll probably get merge conflicts. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.
To support this, all changes to the underlying code appear as a closed issue with the tag 'code change' -- get the list here. Each issue thread includes a comment linking to the single commit or a diff across multiple commits, so those with forked repositories can easily identify what they need to patch.