park-page-generator is a simple template for static domain park pages based on the Jekyll static site generator.
A demo is available via gh pages here: https://tlrasor.github.io/park-page-generator/
Ruby 2.3.1 (tested) bundler jekyll
The install uses bundler to manage required gems. It should go something like this (assuming you already ruby and bundler installed):
bundle install
bundle exec jekyll build
There are a few options in _config.yml which need to be set for the generator:
Property | Use |
---|---|
title | Title of the site and main text on page |
Used to generate a contact link | |
description | Used for generating the site head tags for SEO |
baseurl | The subpath of the site (probably not needed, leave as "") |
url | The domain name of the site |
facebook_username | Creates a button to your facebook page |
twitter_username | Creates a button to your twitter page |
google_analytics | Add your GA code here for analytics |
theme | see below |
Currently the only supported theme is the default dark theme but more themes are planned.
Jekyll can use an embedded WEBrick server for development purposes. Simply,
bundle exec jekyll serve
I use Surge CDN to host my pages. The generator will create a CNAME file for surge and all that is necessary to use Surge is to follow their getting started page and configure your DNS.
Pull requests are welcome. Email any comments or questions to tlrasor at gmail dot com.
The dark template is based off of a free template from web success agency