close
The Wayback Machine - https://web.archive.org/web/20200915013022/https://github.com/LightTable/lighttable.com
Skip to content
gh-pages
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
css
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

lighttable.com

Light Table's official website

You can view it online at http://www.lighttable.com

Setup

To view changes locally:

  • gem install bundler && bundle install
  • bundle exec jekyll server -w
  • Open the browser to http://localhost:4000/

Add a Post

To add a post, simply create a file under the _posts/ directory with the format yyyy-mm-dd-\<title>.markdown where <title> is the post's title.

Prepend the following block at the top of your file with the appropriate changes:

---
layout: post
title: "Super Neat Thing About Light Table"
author: John Smith
tags: []
---

Note: Be sure there is no leading whitespace or newline above the block.

Afterwards, open a pull request for the post.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.