https://github.com/biogeek/gradfolio
Personal Website
https://github.com/biogeek/gradfolio
Last synced: 3 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/biogeek/gradfolio
- Owner: BioGeek
- License: mit
- Created: 2022-03-22T12:41:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T12:43:23.000Z (about 4 years ago)
- Last Synced: 2025-02-06T15:53:44.165Z (about 1 year ago)
- Size: 2.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradfolio
responsive, dark-mode ready Jekyll theme designed for use as a personal website and portfolio. [Here's a live demo](https://jitinnair1.github.io/gradfolio/)

## Features
- Responsive
- Respects Dark Mode preference set by user
- Projects Page to showcase your work/side projects
- Easily link to your profiles on ResearchGate and ORCID
## Installation
* Click on `Use this template`
* Your new site should be ready at https://username.github.io/gradfolio/
* You can now modify the contents and personalise the template
Alternatively, you can [download the source files](https://github.com/jitinnair1/gradfolio/archive/master.zip) and make changes locally.
To test these changes, open a terminal inside the source folder and use `jekyll serve --incremental --trace` to make it available on a local server (typically http://localhost:4000/)
The `--incremental` flag ensures that any changes you make are reflected in your browser in real time and the `--trace` option might be useful for debugging if things break while you are changing the source files.
Once you have personalised and tested the site, you can create a new repo, upload these files and host your website from the repo.
## Based on
- [hagura](https://github.com/sharu725/hagura)
- [al-folio](https://github.com/alshedivat/al-folio)
- [noir](https://github.com/essentialenemy/noir)
- [jekyll-TeXt-theme](https://github.com/kitian616/jekyll-TeXt-theme)
## License
MIT License
[](https://jekyll-themes.com)