Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 615 Bytes

arthurcamara.me

Source files of my personal website: www.arthurcamara.me

This is a statically generated website. It's actually just a landing page I built in less than two hours using Jekyll. See it in action at my website.

Feel free to do anything you want with the code :)

##Get Started

After cloning the projet, install dependencies:

gem install bundler
bundle install
bourbon install -path _assets/stylesheets
saffron install -p _assets/stylesheets

Build the project:

jekyll build

or serve it locally

jekyll serve --watch

Great job!