Skip to content

tracking-exposed/youchoose.ai

Repository files navigation

youchoose.ai

The static website is generated by Jeckyll.

Prerequisites:

To build it on your machine

Clone the directory:

git clone git@github.com:tracking-exposed/youchoose.ai.git

Open the directory:

cd youchoose.ai

Install bundle (only the first time):

bundle install

Build the website:

bundle exec jekyll serve --livereload

You should see it now on your browser at: http://localhost:4000/


To create a new post/article:

create an .md file in the directory called _posts with this format: YYYY-MM-DD-title.md