All Projects → jsonresume → Resume Website

jsonresume / Resume Website

jsonresume website 🏡

Projects that are alternatives of or similar to Resume Website

Resume Template
📄💼🎩 A simple Jekyll + GitHub Pages powered resume template.
Stars: ✭ 1,214 (+245.87%)
Mutual labels:  jekyll, resume
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-92.31%)
Mutual labels:  jekyll, resume
Minetest.github.io
Official Minetest website hosted by Github Pages
Stars: ✭ 85 (-75.78%)
Mutual labels:  jekyll, website
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-86.89%)
Mutual labels:  jekyll, resume
volodymyrkushnir.dev
My very own personal website. Basically this is just a résumé.
Stars: ✭ 16 (-95.44%)
Mutual labels:  resume, website
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-85.47%)
Mutual labels:  jekyll, website
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-67.81%)
Mutual labels:  jekyll, website
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+144.73%)
Mutual labels:  jekyll, resume
dev.cityofchicago.org
Developer resources provided by the City of Chicago and sister agencies and get technical updates from the developer blog.
Stars: ✭ 22 (-93.73%)
Mutual labels:  jekyll, website
openfaas.github.io
Primary website / landing-page for the project
Stars: ✭ 50 (-85.75%)
Mutual labels:  jekyll, website
Savjee.be
Source code of my Jekyll-powered website
Stars: ✭ 31 (-91.17%)
Mutual labels:  jekyll, website
ish.app
The iSH website
Stars: ✭ 66 (-81.2%)
Mutual labels:  jekyll, website
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-95.73%)
Mutual labels:  jekyll, website
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-82.62%)
Mutual labels:  jekyll, resume
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+147.29%)
Mutual labels:  jekyll, resume
Hospitalrun.io
HospitalRun website
Stars: ✭ 109 (-68.95%)
Mutual labels:  jekyll, website
Website
The code that powers the Egee.io website.
Stars: ✭ 25 (-92.88%)
Mutual labels:  jekyll, website
Aviaryan.github.com Retired 2018
My website (retired)
Stars: ✭ 10 (-97.15%)
Mutual labels:  jekyll, website
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (-52.99%)
Mutual labels:  resume, website
website
The next-gen website of LUG@USTC.
Stars: ✭ 15 (-95.73%)
Mutual labels:  jekyll, website

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].