This is the source code for my personal website, cuellar.fr.
Installation
Installing Ruby & Jekyll
If this is your first time using Jekyll, please follow the Jekyll docs and make sure your local environment (including Ruby) is setup correctly.
Installing the repo
Download or clone this repository
To run the website locally, navigate to its directory and run:
To use Tailwind and PostCSS:
npm install
bundle install
To start the Jekyll local development server.
bundle exec jekyll serve
To build the website.
bundle exec jekyll build