Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.15 KB

Autumn Theme for JSON Resume

This is the Autumn theme for the JSON Resume project. It is built using Tailwind CSS.

Preview of a resume using the Autumn theme

Development / Extension

The theme is built using Gulp for compiling handlebars templates and Tailwind CSS.

To customize this theme or use this as a template to write your own you will need node.js and NPM installed on your system.

  1. Clone this repository
  2. install the dependencies with npm install
  3. npm run dev
  4. View at localhost:8888
  5. Theme fallsback to resume-sample.json when resume.json does not exist 😻 #smart.
  6. Add your resume file resume.json to the project/theme's root folder
    1. Put in the same location as resume-sample.json
    2. ...or put it in your project root if using this theme as a package.

Any changes you make to any file in the views and styles folders will be reflected in the result (you still need to refresh the page).

License

Available under the MIT license.