resume-website

jsonresume website ?

Github星跟踪图

JSON Resume Homepage

Join the chat at https://gitter.im/jsonresume/public

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 http://github.com/jsonresume/homepage

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 homepage/ 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.

Resources

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

License

Available under the MIT license.

主要指标

概览
名称与所有者jsonresume/resume-website
主编程语言HTML
编程语言HTML (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2014-06-20 12:54:29
推送于2023-04-18 11:40:51
最后一次提交2023-04-18 21:40:51
发布数0
用户参与
星数438
关注者数28
派生数86
提交数339
已启用问题?
问题数57
打开的问题数16
拉请求数49
打开的拉请求数5
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?