/resume

A generator of static resume page

Primary LanguageHTMLMIT LicenseMIT

##这是一个简历静态页面生成器。

  • resume.js文件中取出数据,自动填充数据并排版
  • 使用ReactSass制作,Webpack作为自动化工具
  • 可以一行命令部署到page服务器

A generator of static resume page

  • Retrieves data from resume.js to build an exactly beautiful Web page
  • Built with React, Sass and Webpack
  • Deploy to GitHub-page just one command line

##环境要求

  1. node.js >=4.4
  2. Ruby编程语言
  3. 若要自动部署到page服务器得先存到自己的github上,并且开启SSH Keys

##Requirements

  1. node.js >=4.4
  2. Ruby lang
  3. For deploying, you should fork the repo to your GitHub and it depends on SSH Keys.

##安装与部署

  1. 点击fork之后在自己的仓库git clone到本地
  2. 在Teminal执行npm install
  3. 再执行npm start可以启动热加载服务器, 进入http://localhost:8080/webpack-dev-server/可以预览内容
  4. 修改根目录下的resume.js文件
  5. 执行npm run prod生成静态文件到根目录下的build文件夹中
  6. 执行npm run deploy可push到当前仓库的gh-page的branch

##Quick Start

  1. After fork go to your Github git clone to your workspace
  2. Run npm install on Terminal
  3. Use npm start you can setup hot-load server for page,then you can checkhttp://localhost:8080/webpack-dev-server/
  4. Modify resume.js found from the root directory.
  5. Run npm run prod will quickly generate a static HTML file to build directory
  6. Run npm run deploy will push into recent repo's gh-page branch

##反馈

若使用中有任何问题,欢迎反馈,可以在DEMO中找到我的联系方式

##Feedback

Welcome feedback if you have any problems and the demo has all my contact