Project

geekspace

0.0
No commit activity in last 3 years
No release in over 3 years
This theme is build on top of https://github.com/heiswayi/thinkspace, with changes insired by a custom version of https://github.com/doersino/Tumblr-Themes/tree/master/CODE%26SPACE
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.1

Runtime

 Project Readme

Geek space

Geek space is just a minimalist Jekyll theme which designed for technical writing blog.

This theme is build on top of https://github.com/heiswayi/thinkspace, with changes insired by a custom version of CODE SPACE Tumblr Theme

LICENSE GENERATOR VERSION TRAVIS-CI

Demo: https://alessionossa.github.io/geekspace/

screen

Usage

Hydeout is available as the geekspace Ruby Gem. Add gem "geekspace", "~> 3.1" to your Gemfile and run bundle install.

If you're installing on Github pages, you may also have to add remote_theme: alessionossa/geekspace to your _config.yml. See the Github instructions for more details.

Hydeout uses pagination, so if you have an index.md, you'll need to swap it with an index.html that uses the index layout:

---
layout: home
title: Home
---

You'll also need to add a setting to _config.yml telling Jekyll how many posts to include per page (e.g. paginate: 5).

See _config.yml and _includes folder in this repo to personalize your site.

License

MIT