Reading List
Quick tip: hosting HTML/CSS/JS demos from source code on GitHub Pages from Christian Heilmann RSS feed.
Quick tip: hosting HTML/CSS/JS demos from source code on GitHub Pages
Did you know that you can host HTML/CSS/JS demos with execution and source code display on GitHub? All you need is a few include commands in a markdown file and your html/css/js files in a folder. Try it out here: https://codepo8.github.io/code-hosting-demo/example/ See the source here: https://codepo8.github.io/code-hosting-demo/example/index.md My Code Demo ## Try it out {% include_relative […]