Beyond Gitfolio
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
code
page. - Add a dedicated
papers
page to display academic papers. - Update the
gitfolio ui
so that papers can be added dynamically to the page. - Small stylistic changes, e.g. change the background to full page image.
- Automatically read in
json
configuration from the previous run. Alternatively, you can edit thejson
file manually with your papers and other pages andgitfolio ui
will parse and display it.
Examples
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.
Running beyond-gitfolio
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
Development
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
To-Do
- Blog is not tested and probably broken.
- Ability to reorganize sections.
- Ability to choose one or two column layouts for links.