Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 894 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 894 Bytes

My personal homepage

This static website was programmed with Jekyll using the Forty-Theme, which was originally desinged by Andrew Banchich. Moreover, it was set up online by taking advantage of GitHubs pages service.

Set up

To set up the project on your local machine, you need to install Jekyll and bundler.

Background information

Gem: RubyGem is a package manager for Ruby. A gem is a package that contains a Ruby application or library. It may contain a tool, a library, a framework, or a set of tools.

Installation

  1. Check requierements and Ruby set-uo: Jekyll installation requirements
  2. Install Jekyll and bunlder gems: gem install jekyll bundler
  3. Install missing gems: bundle install
  4. Build the site and make it available on a local server: bundle exec jekyll serve --livereload