Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make your Graphulus-Surface 3D-printable #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

steltenpower
Copy link

I was wondering if I could link (to get updates) to a github file in a different repo instead of plain copy it like I did now.

I'd love stemkoski to take this, so I can point design-by-math types to his awesome(r) example.
@prust
Copy link

prust commented Oct 22, 2013

@stelt:

I was wondering if I could link (to get updates) to a github file in a different repo

It is possible to link to sub-repositories using git (though this is not recommended) or a package manager, but these are just for local development -- github's static site generator won't use or reference these, the only software it runs is Jekyll, a simple static-site generator that doesn't pull in updates from other sources.

Instead, you could just encourage @phlsa to publish his repository to a static github site via creating and maintaining a gh-pages branch. Once the repository has a gh-pages branch you can pull it in here with <script src="http://envisprecisely.github.io/THREE2STL/THREE2STL.js"></script>. Or you could fork the repository and create / maintain the gh-pages branch yourself and refer to it via <script src="http://stelt.github.io/THREE2STL/THREE2STL.js"></script>.

There's more information about Github Pages and the gh-pages branch here: http://pages.github.com/

@phlsa
Copy link

phlsa commented Nov 1, 2013

@stelt:
I have now created a static version of the THREE2STL repository as @prust suggested.
http://envisprecisely.github.io/THREE2STL/THREE2STL.js

Hope this helps you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants