https://github.com/tharindudr/hydejack-starter-kit
https://github.com/tharindudr/hydejack-starter-kit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tharindudr/hydejack-starter-kit
- Owner: TharinduDR
- Created: 2019-12-24T20:18:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T08:39:29.000Z (over 2 years ago)
- Last Synced: 2024-12-24T23:09:32.670Z (5 months ago)
- Language: Ruby
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hydejack Starter Kit
A quicker, cleaner way to get started blogging with [Hydejack](https://hydejack.com/).
## Quick Start
### Running locally
1. Clone repository (git users), or [download] and unzip.
2. Open terminal, `cd` into root directory (where `_config.yml` is located)
3. Run `bundle install` [^1]
4. Run `bundle exec jekyll serve`
5. Open### GitHub Pages
1. Fork this repository.
2. Go to **Settings**, rename repository to `.github.io` (without the `<` `>`)
3. Edit `_config.yml` (you can do this directly on GitHub)
1. Change `url` to `https://.github.io` (without the `<` `>`)
2. Change `baseurl` to `''` (empty string)
3. **Commit changes**.
4. Go to **Settings** again, look for **GitHub Pages**, set **Source** to **master branch**.
5. Click **Save** and wait for GitHub to set up your new blag.## What's next?
* Open files and read the comments
* Read the [docs](https://hydejack.com/docs/)
* Buy the [PRO version](https://hydejack.com/download/) to get the project and resume layout, newsletter subscription box, custom forms, and more.[^1]: Requires Bundler. Install with `gem install bundler`.
[download]: https://github.com/hydecorp/hydejack-starter-kit/archive/master.zip