Giter VIP home page Giter VIP logo

devume's Introduction

#Devume

Devume is the hackable JSON resume. Fork it, tweak it, deploy it!

Devume ships with Webpack for code bundling, Handlebars for templating, and a JSON file you can update with your own resume data. Together they provide a very lightweight system for quickly creating a resume you can host at your own domain.

See Example Devume

##Dependencies NodeJS 4.x

##Installation & Getting Started Once you've cloned down your forked copy cd into the project folder and follow these steps:

  1. Run npm install
  2. Rename resume-example.json to resume.json and rename config-example.json to config.json
  3. Run npm start

##Local Development Run npm start, make changes, save, and Webpack will hot-reload. :)

##Configuration

  • Config.json - This file is located in app/config.json. Here you can update the title tag for your resume as well as set the theme.
  • Resume - The resume-example.json file is loosely based on the schema from jsonresume.org. Rename it resume.json and add your info.
  • Templates - There are 2 templates included, "textual" and "boxed" (default).
    • To switch to a different theme update of app/config.json with the name of the template.
    • If you'd like to edit a theme or create your own, duplicate one of them and give it a name. Then update app/config.json with the new theme name. Duplication will ensure if you pull from upstream you won't have conflicts.
  • Styles - All styling should be performed in the Stylus file index.styl inside of the template you duplicated. Normalize.css and skeleton.css are imported for base browser reset and some light default stylings respectively. Skeleton is primarily utilized for typography and layout.

##Deployment With Surge.sh

Simple, single-command web publishing. Publish HTML, CSS, and JS for free, without leaving the command line.

The npm package surge has already been added as a development dependency. Surge does not have any type of account online. Everything is handled via the command line. :)

  1. To prepare your build execute: npm run production This will create a dist directory.
  2. CD into the dist directory and execute: surge and follow the prompts.

If you'd like to deploy to a specific domain add a file called CNAME to the dist directory with the domain you'd like to point to, ie resume.mydomain.com. Then add a CNAME record with your registrar. Full instructions on custom domains with Surge here: https://surge.sh/help/adding-a-custom-domain

##Issues If you have any issues whatsoever please submit them here: https://github.com/justinseiter/devume/issues


Written with StackEdit.

devume's People

Contributors

justinseiter avatar matrixv01 avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.