-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
28 lines (28 loc) · 1.17 KB
/
Copy pathblog.html
File metadata and controls
28 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tiny Updates</title>
<meta name="description" content="Release notes, scrappy tips, and experiments from the Tiny workbench.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<article class="blog">
<header>
<p><a href="index.html">← Back to Tiny</a></p>
<h1>Tiny Updates</h1>
<p>Release notes, scrappy tips, and experiments from the Tiny workbench.</p>
</header>
<section class="posts">
<h3>Ship Shape</h3>
<p>Tiny now supports alternate templates when you run <code>./build.sh blog-template.html blog.html blog.md</code>, so a blog page is just another render away.</p>
<h3>Trick Shots</h3>
<p>Use <code>{{plain:slug}}</code> for meta tags, <code>{{render:slug}}</code> for inline HTML, and <code>{{lede:slug}}</code> when you want the first paragraph to pop.</p>
</section>
<footer>
<p>Got feedback or a trick to share? Open an issue on <a href="https://github.com/nrempel/tiny/issues">GitHub</a>.</p>
</footer>
</article>
</body>
</html>