Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:42:18.000Z (7 months ago)
- Last Synced: 2024-09-29T02:42:34.069Z (3 months 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: 6
- Watchers: 1
- Forks: 15
- 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
![Desktop preview](/images/academic-jekyll-desktop.png)
## Mobile preview
![Mobile preview](/images/academic-jekyll-mobile.png)
## 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.