Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.02 KB

readme.rst

File metadata and controls

43 lines (26 loc) · 1.02 KB

DOTA2 Team Builder

Introduction

This site is built using the static site generator Jekyll. This is my first project to use Jekyll, and I've found it to be very useful and intuitive.

Jekyll

The Basics

At the most basic, all the need to know is 1) you can generate and serve the site via:

jekyll serve

and 2) the generated site will be put into _site, and any files beginning with an underscore will not be included.

A Deeper Understanding

The official quick-start guide and this tutorial were all I needed to feel comfortable working with Jekyll.

Contributing

I try to keep an up-to-date todo list for the project on the about page. If you want to help out on a larger piece of functionality, please email me first so we can discuss how to go about it: [ellisd23] at [gmail] [dot] [com]