This is the repository for the Joey A. Miller Foundation website.
This site is built using Jekyll. Jekyll and the required dependencies may be installed using https://rubygems.org/pages/download.
This site also uses the jekyll-pagination
package which may be installed with gem install jekyll-pagination
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)
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.
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