An easy to use blogging platform, with support for Jupyter notebooks, Word docs, and Markdown.
New York Oil and Gas
Change Image
<!DOCTYPE html>
<html>
<body>
<img id="image" src="smiley.gif" width="160" height="120">
<script>
document.getElementById("image").src = "smiley.gif";
</script>
<p>The original image was smiley.gif, but the script changed it to landscape.jpg</p>
</body>
</html>
fastpages uses to simplify the process of creating on from a variety of input formats.