Skip to content

algoasylum/algoasylum.github.io

 
 

Repository files navigation

AlgoAsylum Website

We used the following themes and scripts to make our website

  • Theme: Airspace for Jekyll
  • Embedding Medium feed: retainable.app script

Theme: 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

Embedding Medium Feed: retainable.app scripts

Embed Your Medium Blog

How to embed

Embedding is simple just place a <div> tag with your options as attributes wherever you want your feed to display and include one javascript file at the bottom of your page. Yup that's it. Nothing else. Simple.

It's open source

Don't want to use the hosted version? You can grab the code from github.

About

A port of the Airspace theme by ThemeFisher to Jekyll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 54.5%
  • HTML 38.6%
  • JavaScript 5.6%
  • Ruby 1.3%