diff --git a/assets/style.css b/assets/style.css index 278e280..98fcfc1 100644 --- a/assets/style.css +++ b/assets/style.css @@ -27,7 +27,7 @@ img[alt=sheetseeimg] { margin: 0 auto; } -p:first-of-type { +.index p:first-of-type { text-align: center; } /* older css */ diff --git a/demos/demo-map.html b/demos/demo-map.html index ed9a6dd..779faf8 100644 --- a/demos/demo-map.html +++ b/demos/demo-map.html @@ -32,7 +32,7 @@

Getting Started

Ideas

Demos

diff --git a/demos/demo-table.html b/demos/demo-table.html index 4a46c7e..197abc5 100644 --- a/demos/demo-table.html +++ b/demos/demo-table.html @@ -36,7 +36,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/about.html b/docs/about.html index 315bbfa..1304750 100644 --- a/docs/about.html +++ b/docs/about.html @@ -54,7 +54,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/basics.html b/docs/basics.html index 4c33ce5..1c1656f 100644 --- a/docs/basics.html +++ b/docs/basics.html @@ -93,7 +93,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/building.html b/docs/building.html index 68efdf2..13bc022 100644 --- a/docs/building.html +++ b/docs/building.html @@ -50,7 +50,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/changelog.html b/docs/changelog.html index 0e01c18..57edebf 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -65,7 +65,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/fork-n-go.html b/docs/fork-n-go.html deleted file mode 100644 index e63f573..0000000 --- a/docs/fork-n-go.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - Sheetsee.js - - - - - - - - - - - -
-

Fork-n-Go

-

-

A Fork-n-Go project is a project on GitHub that in a few clicks, starting with a fork, gives another user a live website that they control with an easy to swap-for-your-own Google Spreadsheet database.

-

Two awesome things that make this possible: Forking, the tool on GitHub that allows you to copy a public repository onto your account, and GitHub Pages, GitHub's free web hosting service for every repository, account and organization.

-

I've built a whole other website on the idea with lots of examples: jlord.github.io/forkngo

-
-

How

-

To have a website for a repository hosted by GitHub Pages all you need is to have webfiles uploaded and to tell GitHub the name of the branch you want it to host (in your repository's settings).

-

So Sheetsee.js projects, hosted on GitHub, can easily be forked and connected to another spreadsheet giving another user a live website of their own—with data they control—really easily.

-

Example

-

A Fork-n-Go example from my blog post on the topic:

-

Hack Spots Fork-n-Go

-

I made this website to collect hack spots all over the world from friends and friends of friends (the spreadsheet is wide open, so you can add some, too!). It’s using sheetsee to power the table, map and other elements of the page. Its source is in this repo, with just a gh-pages branch. To create an instance of this site for yourself all you need to do:

- -

Now you have the same site connected to a spreadsheet that you manage — it’s live and can be found at yourGitHubName.github.io/theReposName.

-

forkcommit

- - - -
- - - diff --git a/docs/fork-n-go.md b/docs/fork-n-go.md deleted file mode 100644 index b72a080..0000000 --- a/docs/fork-n-go.md +++ /dev/null @@ -1,33 +0,0 @@ -# Fork-n-Go - - - -A Fork-n-Go project is a project on GitHub that in a few clicks, starting with a fork, gives another user a live website that they control with an easy to swap-for-your-own Google Spreadsheet database. - -Two awesome things that make this possible: **Forking**, the tool on GitHub that allows you to copy a public repository onto your account, and [**GitHub Pages**](http://pages.github.com), GitHub's free web hosting service for every repository, account and organization. - -I've built a whole other website on the idea with lots of examples: [jlord.github.io/forkngo](http://jlord.github.io/forkngo) - ---- -## How - -To have a website for a repository hosted by GitHub Pages all you need is to have webfiles uploaded and to tell GitHub the name of the branch you want it to host (in your repository's settings). - -So Sheetsee.js projects, hosted on GitHub, can easily be forked and connected to another spreadsheet giving another user a live website of their own—with data they control—really easily. - -## Example - -A Fork-n-Go example from my [blog post](http://jlord.github.io/blog/fork-n-go) on the topic: - -### Hack Spots Fork-n-Go - -I made this website to collect hack spots all over the world from friends and friends of friends (the spreadsheet is wide open, so you can add some, too!). It’s using sheetsee to power the table, map and other elements of the page. Its source is in this repo, with just a gh-pages branch. To create an instance of this site for yourself all you need to do: - -- Create a Google spreadsheet with the same headers (just copy and paste header row from the original). Click File > Publish to Web, then Start Publishing. -- Fork the original repository. -- Edit the HTML file directly on GitHub.com to replace the original spreadsheet’s unique key with your spreadsheet’s key (found in your spreadsheet’s URL). -Commit your change. - -Now you have the same site connected to a spreadsheet that you manage — it’s live and can be found at yourGitHubName.github.io/theReposName. - -![forkcommit](http://jlord.s3.amazonaws.com/wp-content/uploads/forkcommit1.png) diff --git a/docs/index.md b/docs/index.md index cafb70b..5abbb19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,13 +19,11 @@ Each of Sheetsee's functions are divided into modules. Use just the parts you ne | **sheetsee-tables** | Contains everything you'll need to create a table including sortable columns, pagination and search.| [Doc](./docs/sheetsee-tables.md) | | **sheetsee-maps** | For making maps with your point, line or polygon spreadsheet data. Built with Leaflet.js. | [Doc](./docs/sheetsee-maps.md) | -
-
New News!
-## Get your Spreadsheet as JSON or Try Sheetsee out with Glitch! +## Get your Spreadsheet as JSON or Try Sheetsee with Glitch! -The [spreadsheet.glitch.me](https://spreadsheet.glitch.me) site will give you an endpoint to use that will return your spreadsheet to you as JSON. The [sheetsee.glitch.me](https://sheetsee.glitch.me) site provides template to get started from with Sheetsee already set up on a server so that your data is backed up. +The [spreadsheet.glitch.me](https://spreadsheet.glitch.me) site will give you an endpoint to use that will return your spreadsheet to you as JSON. The [sheetseetemplate.glitch.me](https://sheetseetemplate.glitch.me) site provides template to get started with Sheetsee; it's already set up with a server so that your data is backed up. ### Or fork a site! @@ -43,6 +41,6 @@ More resources on using Sheetsee: | Getting Started | Ideas | Use | Demos | | --- | --- | --- | --- | -| [About Sheetsee.js](./docs/about.md) | [Fork-n-Go](./docs/fork-n-go.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) | +| [About Sheetsee.js](./docs/about.md) | [Templates](./docs/templates.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) | | [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Sheetsee-tables](./docs/sheetsee-tables.md) | [Table Demo](./demos/demo-table.html) | | [Basics](./docs/basics.md) | [Custom charts](./docs/custom-charts.md) | [Sheetsee-maps](./docs/sheetsee-maps.md) | [Map Demo](./demos/demo-map.html) | diff --git a/docs/sheetsee-core.html b/docs/sheetsee-core.html index 67bb853..e368e0e 100644 --- a/docs/sheetsee-core.html +++ b/docs/sheetsee-core.html @@ -122,7 +122,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/sheetsee-maps.html b/docs/sheetsee-maps.html index a90fde9..fc17041 100644 --- a/docs/sheetsee-maps.html +++ b/docs/sheetsee-maps.html @@ -84,7 +84,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/sheetsee-tables.html b/docs/sheetsee-tables.html index dc22ea3..5013c0b 100644 --- a/docs/sheetsee-tables.html +++ b/docs/sheetsee-tables.html @@ -113,7 +113,7 @@

Getting Started

Ideas

Demos

diff --git a/docs/tips.html b/docs/tips.html index 98b6dcf..fcf6564 100644 --- a/docs/tips.html +++ b/docs/tips.html @@ -86,7 +86,7 @@

Getting Started

Ideas

Demos

diff --git a/index.html b/index.html index 7981104..6087b38 100644 --- a/index.html +++ b/index.html @@ -54,12 +54,10 @@

Modules

-
-
New News!
-

Get your Spreadsheet as JSON or Try Sheetsee out with Glitch!

-

The spreadsheet.glitch.me site will give you an endpoint to use that will return your spreadsheet to you as JSON. The sheetsee.glitch.me site provides template to get started from with Sheetsee already set up on a server so that your data is backed up.

+

Get your Spreadsheet as JSON or Try Sheetsee with Glitch!

+

The spreadsheet.glitch.me site will give you an endpoint to use that will return your spreadsheet to you as JSON. The sheetseetemplate.glitch.me site provides template to get started with Sheetsee; it's already set up with a server so that your data is backed up.

Or fork a site!

There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the Fork-n-go site.

Sheetsee Updates

@@ -80,7 +78,7 @@

Resources & Documentation

About Sheetsee.js -Fork-n-Go +Templates Sheetsee-core Table Demo @@ -109,7 +107,7 @@

Getting Started

Ideas

Demos

diff --git a/scripts/template.hbs b/scripts/template.hbs index a2f1bb7..828cf23 100644 --- a/scripts/template.hbs +++ b/scripts/template.hbs @@ -26,7 +26,7 @@

Ideas

Demos