Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.01 KB

Joey A. Miller Foundation

This is the repository for the Joey A. Miller Foundation website.

Building the site

This site is built using Jekyll. Jekyll and the required dependencies may be installed using https://rubygems.org/pages/download.

Additional Dependencies

This site also uses the jekyll-pagination package which may be installed with gem install jekyll-pagination

Building

After installing Jekyll, you can just run jekyll build to build the site in the _site directory (this directory is in .gitignore to keep the source repo clean)

Serving the site

After building the site with Jekyll, the contents of _site can be deployed to any webserver.

jekyll serve (docs) can also be used to serve the site at localhost:4000 for quick debugging.

License

This code is maintained under the MIT license. A copy of this license may be found in the LICENSE file in the repository or here