Skip to content

kevindqc/toddmotto.github.io

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 20.3%
  • HTML 19.5%