当前位置: 首页 > 软件库 > Web应用开发 > >

resume-website

Website for JSON Resume. 🏡
授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 慕宏博
操作系统 未知
开源组织
适用人群 未知
 软件概览

JSON Resume Website

Visit the website at https://jsonresume.org/

Development

There are two ways to run this website, locally or inside a VM.

Locally

Dependencies:

  • Git
  • Debian-based OS (e.g. Ubuntu)

1. Clone repository

git clone https://github.com/jsonresume/resume-website.git

2. Install Jekyll

Start by installing this stuff:

sudo apt-get install ruby ruby-dev make

ruby and gem should now have been installed on your computer.

Now go ahead and install Jekyll:

sudo gem install jekyll --no-rdoc --no-ri

3. Run Jekyll

Step into the resume-website/ folder and run:

jekyll serve --watch

This will run the Jekyll server and watch for any file changes.

VM

Dependencies:

  • Vagrant
  • VirtualBox

Simply run:

vagrant up
vagrant ssh
jekyll serve

Then open http://localhost:4000/.

The initial provision will take some time.

Note: The --watch flag for Jekyll has issues inside the VM, see Stack Overflow and jekyll/jekyll#1763.

Deploying

This repository is comprised of 2 branches.

  • main - To maintain the sources for the website.
  • gh-pages - A built version of the website, hosted via GitHub Pages.

This split is to allow the use of unsupported Jekyll plugins, which preventsGitHub Pages from building the site.

GitHub Pages cannot build sites using unsupported plugins. If you want to useunsupported plugins, generate your site locally and then push your site'sstatic files to GitHub.
- About GitHub Pages and Jekyll

Pull requests should be made to the main branch.

Resources

Installing Jekyll on Ubuntu:http://michaelchelen.net/81fa/install-jekyll-2-ubuntu-14-04/

License

Available under the MIT license.

  • Part 1: WRITE A RESUME THAT GENERATES RESULTS Thisaward-winning(一流的) guide to resume writing will teach you to write a resume equal to one done by atop-notch(拔尖的) professional writer. It offers exampl

 相关资料
  • .resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);

  • .resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);

  • My Resume and LaTeX Template Weitian LI <wt@liwt.net> Introduction This repository holds my resume (Chinese and English),the resume LaTeX template,and the Font Awesome 5 LaTeX style. This template is

  • 本小节主要总结一些技术简历相关的优质资源。具体的还可以参考前一节中 Facebook 提供的简历撰写指南,除了这些简短的资源外还强烈推荐下 Gayle 写的 The Google Resume,极其详细!干货超多! Resume Template 推荐使用 Markdown 或者 Latex 撰写简历,可以使用 sharelatex 在线写简历,从 CV or Resume 模板中挑,modern

  • Resume template A simple Jekyll + GitHub Pages powered resume template. Docs Running locally To test locally, run the following in your terminal: Clone repo locally bundle install bundle exec jekyll s

  • resume-cli This is the command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes. Read more... Getting Started Install the command-line tool: npm instal