Skip to content

Instantly share code, notes, and snippets.

@SMotaal
Last active October 4, 2021 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SMotaal/f8453950e396ebeef82dbfa976442e13 to your computer and use it in GitHub Desktop.
Save SMotaal/f8453950e396ebeef82dbfa976442e13 to your computer and use it in GitHub Desktop.
smotaal.io/experiments/github/gist

smotaal.io/experiments/github/gist

This experiment demonstrates using a GitHub Gist to track and statically stage experimental code through a GitHub Pages.

Please refer to @SMotaal/experiments for more details.

<html>
<head>
<title>SMotaal's GitHub Gist Experiment</title>
</head>
<body>
<h1>Hello World!</h1>
<script type=text/javascript src=/index.js></script>
<script type=module src=/index.js></script>
</body>
</html>
console.log(`Hello World!`);
@SMotaal
Copy link
Author

SMotaal commented Nov 14, 2020

Steps

git remote add -t master -m master https://gist.github.com/f8453950e396ebeef82dbfa976442e13 "smotaal.io/experiments/github/gist"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment