8000 GitHub - Samual1888/md-cv-maker: A highly customisable template for a single-page material design CV website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Samual1888/md-cv-maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Design CV Template

A highly customisable template for a single-page material design CV website

Basic Usage

  1. Clone from Git https://github.com/Lissy93/md-cv-maker.git

  2. Install Dependencies npm install

  3. Add content Populate the src/locals.json with your content. (There are some example locals.json files in the examples directory)

  4. Build npm run build

  5. View Once the project is built, open production/index.html in your browser.

Modifying the Template

Run npm run watch to watch files, and rebuild the project on change

It should only be necissary to edit files within the src/ directory.

Examples

For a live demo, feel free to take a look at my CV, made using this code, at: AliciaSykes.com/cv

Or click one of the below images to view screenshot:

CV-example-2

CV-example-3

File Structure

    .
    +-- node_modules                // Just the node_modules
    +-- examples                    // Couple of example locals.json for you to see
    +-- production                  // All production/ compiled code (this is what gets generated)
        |   +-- bower_components    // Production - libraries
        |   +-- assets              // Production - assets (such as images)
        |   +-- css                 // Production - compiled CSS
        |   +-- js                  // Production - compiled JavaScript
        |   +-- index.html          // Production - main entry point/ CV homepage

    +-- src                         // All source files (this is what you edit)
        |   +-- assets              // Source - original assets, such as images
        |   +-- scripts             // Source - any scripts, CoffeeScript, JavaScript of TypeScript
        |   +-- styles              // Source - any styles, CSS or SASS
        |   +-- views               // Source - all view fragments, Pug/ Jade
        |   +-- locals.json         // Source - the actual data for your CV

   +-- .bowerrc                     
   +-- .gitignore                   
   +-- bower.json
   +-- gulpfile.js
   +-- package.json
   +-- readme.md
   +-- server.js                // If you require a web server, then run node server to launch app

About

A highly customisable template for a single-page material design CV website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.3%
  • JavaScript 24.7%
  • CSS 18.2%
  • CoffeeScript 1.8%
0