A Resume Theme for Jekyll oriented for developpers. All the magic of this theme is that sections fill via Markdown files.
It makes your resume such as Boba Fett.
Desktop | Mobile |
---|---|
There is three files to customize your site :
_config.yml
for customizing your informations (name, summary, twitter, linkedin...),css/main.scss
for customizing the desgin (fonts, colors, sizes...),_sass/_custom.scss
for override default CSS properties.CNAME
for your custom domain.
All sections of the resume are filled with your markdown post in _posts
.
- Clone the master branch :
git clone https://github.com/leolelego/Boba-Fett-Theme-For-Jekyll.git
- customize
_config.yml
with your informations, - customize
css/main.scss
(Jekyll now support SASS) - or if you don't want to use
.scss
change thecss/main.scss
.
- intstall Jekyll : jekyllrb.com (if needed),
- go to the folder where is your resume/theme with your terminal,
- start your server :
jekyll serve -w --baseurl ''
, - go to http://localhost:4000.
- Jekyll
- Boostrap (included, nothing to do)
- sass (Included in Jekyll, nothing to do)
- Font Awesome (included, nothing to do)
Open sourced under the MIT license.