/cuellar.fr

A personal blog about design, technology, music and procrastination.

Primary LanguageHTMLMIT LicenseMIT

This is the source code for my personal website, cuellar.fr.

Netlify Status


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