https://github.com/tlrasor/park-page-generator-theme-dark
Dark theme for park page generator
https://github.com/tlrasor/park-page-generator-theme-dark
Last synced: 4 months ago
JSON representation
Dark theme for park page generator
- Host: GitHub
- URL: https://github.com/tlrasor/park-page-generator-theme-dark
- Owner: tlrasor
- License: mit
- Created: 2016-09-29T05:46:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T06:27:55.000Z (over 8 years ago)
- Last Synced: 2025-01-02T23:47:20.988Z (6 months ago)
- Language: HTML
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
park-page-generator-theme-dark
========This is the dark theme for [park-page-generator](https://github.com/tlrasor/park-page-generator)

## Installation
Change this line in _config.yml to:
```yaml
theme: park-page-generator-theme-dark
```And regenerate the site.
## Usage
By default, the only step required is the above. The jekyll project is set up using /css/theme.css as the root stylesheet.
## Configuration
This theme will respond to the following configuration options:
| Property | Use | Required |
| ------------- |:-------------:|:--------------:|
| title | Title of the site and main text on page | no |
| email | Used to generate a contact link | yes |
| description | Used for generating the site head tags for SEO | no |
| call_to_action | Below description, invites users to contact using configured methods | no |
| facebook_username | Creates a button to your facebook page | no |
| twitter_username | Creates a button to your twitter page | no |
| google_analytics | Add your GA code here for analytics | no |## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tlrasor/park-page-generator-theme-dark.
## Development
Development is the same as any [Jekyll Theme](https://jekyllrb.com/docs/themes/):> To set up your environment to develop this theme, run `bundle install`.
> You theme is setup just like a normal Jelyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
> When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.## License
Available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
This work is based on the "Dark Night" page by [Anish Trehan](http://www.successagency.com/in/author/anishtrehan/)