funky/about.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

---
title: About Garth
---
2017-01-04 22:51:40 +00:00
A stupidly simple theme for Jekyll, using the official Jekyll theme implementation.
2017-01-04 22:58:19 +00:00
2017-01-04 22:51:40 +00:00
- [Fork on GitHub](https://github.com/daviddarnes/garth)
- [Install Garth](https://github.com/daviddarnes/garth#installation)
- [Tip me $5](https://www.paypal.me/daviddarnes/5usd)
## Installation
### As a Fork
2017-03-28 08:18:26 +00:00
1. [Fork the repo](https://github.com/daviddarnes/garth#fork-destination-box)
2017-01-04 22:51:40 +00:00
2. Clone down the repo with `$ git clone git@github.com:username/reponame.git`
3. Delete the `demo/` folder and `screenshot.png` files
4. Change the `CNAME` record to your projects' record
5. Install bundler with `$ gem install bundler`
6. Install gems with `$ bundle install`
7. Run Jekyll with `$ bundle exec jekyll serve --watch`
8. Begin hacking for your project
### As a Jekyll 3.3 theme gem
2017-03-28 08:17:07 +00:00
1. Download the starter `/demo` content, [quick download link](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/daviddarnes/garth/tree/master/demo)
2017-01-04 22:51:40 +00:00
2. Install bundler with `$ gem install bundler`
3. Install gems with `$ bundle install`
4. Run Jekyll with `$ bundle exec jekyll serve --watch`
5. Begin hacking for your project