Jekyll theme for beautiful academic website - based on the fantastic Gitfolio.
The goals of this project are to extend Gitfolio to:
- Instead of repos, show different links on the homepage.
- Move the repos to a dedicated
codepage. - Add a dedicated
paperspage to display academic papers. - Update the
gitfolio uiso that papers can be added dynamically to the page. - Small stylistic changes, e.g. change the background to full page image.
- Automatically read in
jsonconfiguration from the previous run. Alternatively, you can edit thejsonfile manually with your papers and other pages andgitfolio uiwill parse and display it.
An example page generated is given below, and can be found here.
The user interface has been modified from gitfolio and can be used to add papers/links and new pages. An example screenshot is below.
Note that the command line interface from gitfolio is not supported because the configuration options are more complex. Only the GUI is supported:
beyond-gitfolio ui
To install locally:
npm link
in the local dircectory which gives
/usr/local/bin/beyond-gitfolio -> /usr/local/lib/node_modules/beyond-gitfolio/bin/beyond_gitfolio.js
/usr/local/lib/node_modules/beyond-gitfolio -> /Users/oernst/software_public/beyond-gitfolio
Then run
beyond-gitfolio ui
- Blog is not tested and probably broken.
- Ability to reorganize sections.
- Ability to choose one or two column layouts for links.

