publish: Use handlebars templates, add openGraph tags

generated from commit 85d73dd673ca9cb15a77150c9b8c0459f24217db
This commit is contained in:
Joshua Seigler 2019-11-11 13:00:39 -05:00
parent ae4e29ecd7
commit a0a42bf70b
4 changed files with 8 additions and 8 deletions

View file

@ -7,14 +7,14 @@
<link rel="stylesheet" href="../app-a940fc5f.css">
<meta property="og:title" content="Gradient Burst">
<meta property="og:description" content="Algorithmic art generated with P5.js. See more art in this style.">
<meta property="og:image" content="./example.jpg">
<meta property="og:image" content="https://seigler.github.io/generative/1/example.jpg">
<meta property="og:site_name" content="Generative Art - seigler.github.io">
<meta name="twitter:creator" content="@seiglerj">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Gradient Burst">
<meta name="twitter:site" content="@seiglerj">
<meta name="twitter:description" content="Algorithmic art generated with P5.js. See more art in this style.">
<meta property="og:image" content="./example.jpg">
<meta property="og:image" content="https://seigler.github.io/generative/1/example.jpg">
</head>
<body>
<script src="../modules/p5.min.js"></script>