https://github.com/vsimkus/academic-jekyll
An academic webpage template built on Jekyll-Now, designed with accessibility in mind. Preview available at https://vsimkus.github.io/academic-jekyll/.
https://github.com/vsimkus/academic-jekyll
academic-website github-pages github-pages-template jekyll jekyll-theme jekyll-themes jekyll-website personal-website webpage
Last synced: 8 months ago
JSON representation
An academic webpage template built on Jekyll-Now, designed with accessibility in mind. Preview available at https://vsimkus.github.io/academic-jekyll/.
- Host: GitHub
- URL: https://github.com/vsimkus/academic-jekyll
- Owner: vsimkus
- License: mit
- Created: 2021-07-18T09:24:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:42:18.000Z (about 2 years ago)
- Last Synced: 2025-02-01T17:21:58.534Z (over 1 year ago)
- Topics: academic-website, github-pages, github-pages-template, jekyll, jekyll-theme, jekyll-themes, jekyll-website, personal-website, webpage
- Language: SCSS
- Homepage:
- Size: 410 KB
- Stars: 8
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Academic personal page based on Jekyll-Now and Bootstrap
A minimalistic, accessible, and mobile friendly [Jekyll-Now](https://github.com/barryclark/jekyll-now) template for academics.
Preview available at .
## Desktop preview

## Mobile preview

## Usage
Fork this repository edit the `_config.yml` as described in [Jekyll-Now docs](https://github.com/barryclark/jekyll-now/blob/master/README.md#quick-start), edit the bio section in `index.html` with your details, rename the repository to `your_username.github.io` and make it public. Your website should be up and running.
Upload your portrait picture to `images` and use `_make_favicon.sh` to create the favicon.
To add a publication, create a new file in `publications/_posts/` directory, place the related illustration in `publications/images`, and run `_make_thumbnails.sh` to create standardised thumbnail images.
## Attributions
The website design is inspired by [Jon Barron's website](https://jonbarron.info/) and the initial Jekyll-Now fork was done by [Leonid Keselman](https://github.com/leonidk/new_website). I have redesigned this website with Bootstrap to be more mobile-friendly and accessible.
Feel free to use this template, with or without changes, to your own needs.