https://github.com/thomasmost/epicatomic
https://github.com/thomasmost/epicatomic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasmost/epicatomic
- Owner: thomasmost
- License: other
- Created: 2018-11-22T02:54:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T03:49:32.000Z (over 7 years ago)
- Last Synced: 2025-03-06T17:24:14.442Z (over 1 year ago)
- Language: CSS
- Size: 15.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# _Airspace_ for Jekyll

This Jekyll theme is a port of ThemeFisher's Airspace template. It is released under ThemeFisher's free license, which requires attribution.
## Usage
To start your project, [fork this respository](https://github.com/ndrewtl/airspace-jekyll/fork), put in your content, and go!
## Examples
Here are some projects that have used this Jekyll Theme:
* [BOYUAN Open Source 博辕开源](https://boyuanitsm.github.io)
* [Campus VC](https://mrchildneo.github.io/mrchildneo/)
* [Mãos de amar](https://www.maosdeamar.com.br/)
* [ATK Team](http://www.atksec.com/)
* [Coding Club](https://ourcodingclub.github.io/)
* [Dev Empathy Book Club](http://www.devempathybook.club/)
* [DKAN Open Data Catalog](http://getdkan.com) (modified version of this theme)
## Steps for Setup:
### Make sure you have Ruby
First, make sure you have [Ruby](https://www.ruby-lang.org/en/) installed. You can confirm this by running `ruby -v` on the command line:
```sh
$ ruby -v
ruby [version number] (date) [your platform]
```
If you get something like `"Error, command not found"` visit the link above and install Ruby for your platform.
### Make sure you have Jekyll
Next, make sure you have [Jekyll](https://jekyllrb.com/) installed. Just like above, run `jekyll -v` on the command line:
```sh
$ jekyll -v
jekyll [version number]
```
If you get `"Error, command not found"` run `gem install jekyll` to install it using RubyGems.
### Run this repository
Clone the repository, and `cd` into it:
```sh
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll
```
Install Dependencies:
```sh
$ bundle install
```
And run the server:
```sh
$ jekyll serve
```