Set up gift-guide as its own repo with a pandoc+weasyprint build pipeline
Converts the lead-magnet PDF from a Google Slides export into an editable markdown template, styled to match reground.org's dark theme, with a Makefile convention (make partners/<slug>.pdf) for producing per-partnership customized versions.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>$title$</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="cover">
|
||||
<h1 class="cover-title">$title$</h1>
|
||||
$if(author)$<p class="cover-byline">By: $author$ — ReGround</p>$endif$
|
||||
<img class="author-photo" src="images/author-photo.jpg" alt="">
|
||||
</div>
|
||||
$body$
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user