Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.06 KB

readme.md

File metadata and controls

37 lines (21 loc) · 2.06 KB

Hi!

screenshot

A Tool Lending Library Site

A website and spreadsheet set up to make lending tools to friends or neighbors easier. Fork this project, create a spreadsheet and you've got your own site live. Fork-n-go!

Fork -n- Go!

If you don't have a GitHub account, sign up! You'll need a Google account, too.

  1. Click 'Fork' in the upper right corner. Now you have copy on your account.
  2. Copy the headers from the original spreadsheet, and paste them into a new spreadsheet you create on your Google account.
  3. Click File -> Publish to Web -> Start Publishing for you spreadsheet. Copy the key in the URL it gives you. get key
  4. Return to your forked copy of this repository and click the index.html file. Then click 'Edit'.
  5. On line 77 or thereabouts, replace the existing key with the one from your spreadsheet.
  6. Click 'Commit' to save your change.

Now visit your site at: youGitHubName.github.io/lending-library

You're done, invite some friends and share some things! 🔧


More Info

GitHub Pages

GitHub hosts (for free!) all web files on branches named gh-pages at a url matching this pattern: username.github.io/reponame. This repo is just a website, so it only has one branch, gh-pages. That's why when you fork it and make a commit, you too have a live and hosted website.

Changing the Name of Repo or URL

If you want to change the name of your fork of this (like, say, to 'cats'), then just go to the settings of your fork on GitHub and the first section allows you to change your fork's name. This also changes your url: username.github/cats.

If you want to do a custom domain, you can do that too! See the GitHub article on how.