
GitHub Pages now uses Actions by default
As GitHub Pages, home to 16 million websites, approaches its 15th anniversary, we’re excited to announce that all sites now build and deploy with GitHub Actions.
Nearly two weeks ago, we announced support for rendering geographic data. Today, we're excited to roll out several improvements: GitHub now supports rendering TopoJSON, an extension of GeoJSON that encodes…
Nearly two weeks ago, we announced support for rendering geographic data. Today, we’re excited to roll out several improvements:
.geojson
, .topojson
, and .json
files.Want to make your geoJSON map available someplace other than GitHub? Simply modify this template, and place it in any HTML page that supports javascript, such as GitHub Pages, and you’ll have a beautiful, portable map:
<script src="https://embed.github.com/view/geojson/<username>/<repo>/<ref>/<path_to_file>"></script>
For more information, including how to customize the embed code, see the help article Mapping geoJSON files on GitHub. Of course, you can always embed STL files as well.