https://github.com/iphytech/gh_hyperspace
HYPERSPACE COMMUNITY
https://github.com/iphytech/gh_hyperspace
Last synced: 3 months ago
JSON representation
HYPERSPACE COMMUNITY
- Host: GitHub
- URL: https://github.com/iphytech/gh_hyperspace
- Owner: Iphytech
- License: mit
- Created: 2018-12-13T17:03:06.000Z (over 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-12-20T16:52:34.000Z (over 6 years ago)
- Last Synced: 2025-01-10T00:59:40.178Z (4 months ago)
- Language: HTML
- Homepage: http://ifunanyaikemma.me/gh_hyperspace/index.html
- Size: 985 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# "Affiliates" - Jekyll Template by WowThemes.net
[Live Demo](https://wowthemesnet.github.io/affiliates-jekyll-theme/) [Download](https://github.com/wowthemesnet/affiliates-jekyll-theme/archive/master.zip)

### Features
- Built for Jekyll
- Compatible with Github pages
- Featured Posts
- Index Pagination
- Post Share
- Post Categories
- Prev/Next Link
- Category Archives (this is not yet compatible with github pages though)
- Jumbotron Categories
- Integrations:
- Disqus Comments
- Google Analaytics
- Mailchimp Integration
- Formspree.io Contact
- ShareThis Integration
- Design Features:
- Bootstrap v4.0.0-alpha.6
- Font Awesome
- Masonry
- Layouts:
- Default
- Post
- Page
- Archive
### How to UseIf you aren't familiar with Jekyll yet, you should know that it is a static site generator. It will transform your plain text into static websites and blogs. No more databases, slow loading websites, risk of being hacked...just your content. And not only that, with Jekyll you get free hosting with GitHub Pages! This page itself is free hosted on Github with the help of Jekyll and Affiliates template that you're currently previewing. If you are a beginner we recommend you start with [Jekyll's Docs](https://jekyllrb.com/docs/installation/). Now if you know how to use Jekyll, let's move on to using Affiliates template in Jekyll:
### Using Affiliates template with Jekyll
Download or Fork *Affiliates for Jekyll*.
- In your local project, open_config.yml
. Set yourbaseurl
, your Google Analytics code, Disqus username, Authors, Mailchimp, ShareThis code (https://www.sharethis.com/) etc.
- Affiliates requires 2 plugins:
-$ gem install jekyll-paginate
-$ gem install jekyll-archives
.
- Edit the header & footer indefault.html
. Edit home inindex.html
. Edit the contact form incontact.html
(https://formspree.io/).
- Start blogging by adding your .md files in_posts
. If you download the template you will notice it already has a few as an example.
- YAML front matter
- post featured -featured:true
- post featured image -image: assets/images/mypic.jpg
- page comments -comments:true
- meta description (optional) -description: "this is my meta description"
YAML Post Example:
---
layout: post
title: "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
featured: true
---YAML Page Example
---
layout: page
title: Affiliates Template for Jekyll
comments: true
---### Copyright
Copyright (C) 2018 WowThemes.net.
**Affiliates for Jekyll** is designed by [Sal](https://www.wowthemes.net) and it is licensed MIT. If this project helps you reduce time to develop or you want to remove the attribution credit, you can give me a cup of coffee :)
[](https://www.paypal.me/wowthemes/5)
-----------------
## Contribute
- Clone the repo.
- Create a branch off of master and give it a meaningful name (e.g. my-new-affiliates-feature).
- Open a pull request on GitHub and describe the feature or fix.