terenaa / sculpin-jupiter-theme

Free responsive Resume/CV template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupiter - Responsive Resume/CV template

HTML5 Powered with CSS3 / Styling

CC BY 3.0

Screenshot

Details

Jupiter is a free resume/CV template inspired by Orbit. The final HTML is generated by Sculpin - very cool static site generator available by Composer. The project has also possibility of generating PDF file, which can be downloaded directly from your online resume.

It does not come with predefined color schemes, since you can do your own scheme by changing $primary-color in assets/css/_variables.scss. All SCSS files are included, so it is quick and easy to change anything in the template. Only the sky is the limit.

Installation

$ git clone https://github.com/terenaa/sculpin-jupiter-theme resume
$ cd resume
$ composer install

Generating resume

After installing the theme successfully it requires a few more steps of configuration.

Configuring

Open app/config/sculpin_site_prod.yml. This is the file where all your details will be placed. You can see an example in app/config/sculpin_site_dev.yml.

Leave imports at the beginning of the file.

Additionally, you can switch PDF generation in app/config/sculpin_kernel.yml. By default it is off, since this option requires wkhtmltopdf installed.

sculpin_snappy:
  pdf:
    enabled: false

Generating

$ vendor/bin/sculpin generate --env=prod

After generating successfully deploy content of output_prod directory.

Features

  • Fully responsive
  • HTML5 + CSS3
  • PDF generator included
  • Built on Spectre 0.5.1
  • SCSS files included
  • Compatible with all modern browsers
  • Microdata

Contributing

Did you found a bug or got an idea? Feel free to use the issue tracker. Or make directly a pull request.

Author & license

The original Bootstrap template is made by UX/UI designer Xiaoying Riley under the Creative Commons Attribution 3.0 License (CC BY 3.0). This Spectre version, made by Krzysztof Janda, is close vision of the original one.

Credits

About

Free responsive Resume/CV template


Languages

Language:CSS 65.7%Language:HTML 23.4%Language:PHP 11.0%