Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhodgson committed Sep 12, 2012
0 parents commit aacbaa0
Show file tree
Hide file tree
Showing 35 changed files with 9,616 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
_site
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
githubiverse-template
============

This is a Github Page template to show off your 3D printer model or project. Inspiration clearly taken from the excellent Thingiverse.

Instructions
============

* Create a github project.
* Add and commit content (sources, stl files, images), into separate folders.
* Create an empty gh-pages branch. See http://pages.github.com for further information.
* Copy (not clone!) the contents of this githubiverse-template project into the root directory of the gh-pages branch.
* Edit index.md, setting metadata about the project, and template preferences, in the top yaml section, and the description in the bottom section in markdown format.
* Optionally, modify the html and css to suit your tastes.
* Test locally with jekyll, or commit and push to github.
* When pushed, view at http://yourusername.github.com/yourprojectname
4 changes: 4 additions & 0 deletions _includes/footer.html
@@ -0,0 +1,4 @@
<footer>
<hr>
<small>Built with: <a href="https://github.com">Github Pages</a>, <a href="http://twitter.github.com/bootstrap">Twitter Bootstrap</a>, <a href="http://lokeshdhakar.com/projects/lightbox2/">Lightbox2</a>, <a href="http://github.com/tbuser/thingiview.js">Thingiview.js</a>, <a href="https://github.com/k33g/gh3">gh3</a></small>
</footer>
6 changes: 6 additions & 0 deletions _includes/header.html
@@ -0,0 +1,6 @@
<header>
<h1>
Githubiverse
</h1>
<hr>
</header>

0 comments on commit aacbaa0

Please sign in to comment.