Skip to content

Jekyll repository that handles my personal website

License

Notifications You must be signed in to change notification settings

LaQuay/marcvila.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marcvila.me

This project is using portfolYOU, many thanks!

Setup

Ruby is a requirement, this repo has been tested in Ruby 3.2.1

Install the jekyll and bundler gems:

gem install jekyll bundler

Install Gemfile contents:

bundle install

Run

Build the site and make it available on a local server:

bundle exec jekyll serve

Will be running in localhost:4000