lazarljubenovic / toddmotto.github.io

Source code for Todd Motto

Home Page:https://toddmotto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code for toddmotto.com

Build this project

Install jekyll

Ensure jekyll is installed:

gem install jekyll

If you need XCode dependencies, follow the Jekyll installation guide. For Windows, follow the Windows installation guide.

Uncompiled Jekyll source code for toddmotto.com.

Installing dependencies

This project makes use of gulp and yarn. First, you'll need to make sure you have them both installed:

npm install --g gulp
npm install --g yarn

Next, you'll need to yarn install the other dev-dependencies, run this from the toddmotto.github.io root folder:

cd toddmotto.github.io
yarn install

Running the server

Gulp is setup to make it easier to run all the tasks, to run the project simply run:

yarn start

This will start serving the project from localhost:4000, with livereload functionality.

Notes

Despite being open sourced, all code and content remain copyright of Todd Motto. Please don't steal!

About

Source code for Todd Motto

https://toddmotto.com


Languages

Language:JavaScript 60.2%Language:CSS 20.3%Language:HTML 19.5%