Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas-h/jekyll-timeline
Timeline / Résumé Theme with Jekyll
https://github.com/lukas-h/jekyll-timeline
github-pages jekyll jekyll-theme jekyll-themes liquid resume resume-template template timeline
Last synced: 28 days ago
JSON representation
Timeline / Résumé Theme with Jekyll
- Host: GitHub
- URL: https://github.com/lukas-h/jekyll-timeline
- Owner: lukas-h
- License: mit
- Created: 2017-06-13T21:47:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T07:44:46.000Z (about 1 year ago)
- Last Synced: 2024-09-29T03:01:29.616Z (about 1 month ago)
- Topics: github-pages, jekyll, jekyll-theme, jekyll-themes, liquid, resume, resume-template, template, timeline
- Language: HTML
- Homepage: https://lukas-h.github.io/jekyll-timeline
- Size: 551 KB
- Stars: 65
- Watchers: 3
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - lukas-h/jekyll-timeline - Timeline / Résumé Theme with Jekyll (jekyll-theme)
README
# jekyll-timeline
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)Visualize time structured data with this simple jekyll-template.
This Jekyll site is perfect for your résumé or other timelines.
## you can find a demo [HERE](https://lukas-h.github.io/jekyll-timeline/)
## screenshots
![SCREENSHOT RÉSUMÉ](screenshot.png)
![SCREENSHOT COMPOSERS](screenshot2.png)## how to use it?
1. Fork this repository
2. Configure Github-Pages in the Repo Settings
3. Edit the Markdown files in the collection `steps` in the `_steps` folder
Required data fields in the frontmatter:
- `title: `
- `date: 2016-09-31 00:00:00 -0700` (Only Year and Month are shown)Optional fields:
- `enddate: 2017-1-1 00:00:00 -0700`
4. Change site configuration `_config.yml`- the Site title: `title`
- background color `color`
- url (***very important***) `url`
- baseurl (***important***) `baseurl` (name it after the repo)
- site's `description`
5. You're done! (Look at https://<*USERNAME*>.github.io/<*REPO*>)Feel free to contribute, give feedback, a star, and share it!