Skip to content

tlrasor/park-page-generator

Repository files navigation

park-page-generator README

Build Status

Introduction

park-page-generator is a simple template for static domain park pages based on the Jekyll static site generator.

Demo

A demo is available via gh pages here: https://tlrasor.github.io/park-page-generator/

Screenshots

dark theme

Requirements

Ruby 2.3.1 (tested) bundler jekyll

Install

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

Configuration

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
email 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

Theming

Currently the only supported theme is the default dark theme but more themes are planned.

Running in development

Jekyll can use an embedded WEBrick server for development purposes. Simply,

bundle exec jekyll serve

Deployment

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.

Contribute

Pull requests are welcome. Email any comments or questions to tlrasor at gmail dot com.

Citations

The dark template is based off of a free template from web success agency

License

MIT

About

A Jekyll based generator for domain park pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published