All Projects → ndrewtl → Airspace Jekyll

ndrewtl / Airspace Jekyll

Licence: other
A port of the Airspace theme by ThemeFisher to Jekyll.

Projects that are alternatives of or similar to Airspace Jekyll

Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+741.83%)
Mutual labels:  jekyll, template
Jekflix Template
A Jekyll theme inspired by Netflix. 🎬
Stars: ✭ 504 (+91.63%)
Mutual labels:  jekyll, template
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (+2.28%)
Mutual labels:  jekyll, template
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+275.29%)
Mutual labels:  jekyll, template
Cause Jekyll Template
🌷 Not for profit template for Jekyll
Stars: ✭ 107 (-59.32%)
Mutual labels:  jekyll, template
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-82.51%)
Mutual labels:  jekyll, template
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+230.04%)
Mutual labels:  jekyll, template
Kickster
Worry-free deploying to GitHub Pages using Jekyll
Stars: ✭ 151 (-42.59%)
Mutual labels:  jekyll, template
Mobile App Landingpage Template
📱 Free to use static generated website template for your mobile app
Stars: ✭ 208 (-20.91%)
Mutual labels:  jekyll, template
eventually-jekyll-theme
A Jekyll version of the "Eventually" theme by HTML5 UP.
Stars: ✭ 26 (-90.11%)
Mutual labels:  jekyll
jekyll-ideal-image-slider-include
Add image sliders to Jekyll with Ideal Image Slider. HTML include version. Github Pages compatible. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 27 (-89.73%)
Mutual labels:  jekyll
mr-brown
Mr.Brown is a responsive Jekyll theme
Stars: ✭ 21 (-92.02%)
Mutual labels:  jekyll
build
A GitHub Action to deploy Notebooks, Markdowns, ... to GitHub Pages
Stars: ✭ 31 (-88.21%)
Mutual labels:  jekyll
gereksiz
A minimalist Jekyll theme
Stars: ✭ 52 (-80.23%)
Mutual labels:  jekyll
tactile
Tactile is a Jekyll theme for GitHub Pages
Stars: ✭ 70 (-73.38%)
Mutual labels:  jekyll
awesome-static-digital-libraries
Delightful Static Digital Library projects and resources
Stars: ✭ 23 (-91.25%)
Mutual labels:  jekyll
vue-jekyll
This Repo is a bare-bones template for building static sites that leverage a client-side JS framework for dynamic functionality.
Stars: ✭ 84 (-68.06%)
Mutual labels:  jekyll
business-jekyll-theme
Business Jekyll Theme for your business
Stars: ✭ 43 (-83.65%)
Mutual labels:  jekyll
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (-2.28%)
Mutual labels:  template
jekyll-commonmark
CommonMark generator for Jekyll
Stars: ✭ 28 (-89.35%)
Mutual labels:  jekyll

Airspace for Jekyll

screenshot

This Jekyll theme is a port of ThemeFisher's Airspace template. It is released under ThemeFisher's license , which requires attribution. Concern about the licnese please contact with them

Usage

To start your project, fork this respository, put in your content, and go!

Examples

Here are some projects that have used this Jekyll Theme:

Steps for Setup:

Make sure you have Ruby

First, make sure you have Ruby installed. You can confirm this by running ruby -v on the command line:

$ 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 Bundler

Next, make sure you have Bundler installed. Just like above, run bundle -v on the command line:

$ bundle -v
bundle [version number]

If you get "Error, command not found" run gem install bundler to install it using RubyGems.

Run this repository

Clone the repository, and cd into it:

$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll

Install dependencies locally:

$ bundle install --path vendor/bundle

This should install a local copy of jekyll.

Now run the server:

$ ./vendor/bundle/ruby/#{YOUR_RUBY_VERSION}/bin/jekyll server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].