Skip to content

JulienBernard/resume-tpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume-tpl

An open and free HTML template to make your own awesome resume! Built with Sass, fully configurable. Wow!

See an example (online)

Getting started

Requirement

Resume-tpl require Node.js in order to run Grunt tasks and build properly the project (compile, minify, concat etc.).

But if you just want the original sources, you don't need anything in particular.

Configuration

You have Node.js? Great! Now install the modules by doing this on your console: npm install

Don't forget to install the famous task runner Grunt in global on your machine: npm install grunt-cli -g  

The build process works with a simple command: type in your console grunt to launch the default Grunt task!

By doing this, a new folder "build" should be appear. It contain an HTML file index.html and it stylesheets: app.min.css and print.min.css. Just launch index.html in your favorite browser and see the result :)

Grunt tasks :

  • grunt or grunt default - the easier way to build the project (check build/ folder for the result!)
  • grunt make-styles - convert SCSS to CSS files, minify them and add the CSS prefixes to build/app.css
  • grunt clean - remove all the files contains in the build folder

Don't forget to use the watch task when you are setting up and filling your resume!

  • grunt watch - wait an update on the SCSS or HTML files

Licence

Under GPL 2.0 licence. Read more about this licence here.

Ressources and authors

Author

This sample was made by Julien Bernard (http://jibidev.fr), a young French developer (Grenoble, France).

About

An open and free template to make your own awesome resume!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors