Last active
December 17, 2015 03:49
-
-
Save breck7/5545848 to your computer and use it in GitHub Desktop.
simple blog template for nudgepad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title | |
tag title | |
content {{post.title Post Title}} | |
stylesheet | |
tag link | |
rel stylesheet | |
href site.css | |
container | |
style | |
width 90% | |
max-width 800px | |
height 100% | |
margin 0 auto | |
scraps | |
block1 | |
style | |
height auto | |
font-family Open Sans | |
width auto | |
font-size 48px | |
font-weight normal | |
color #333 | |
text-decoration none | |
font-style normal | |
content {{post.title Post Title}} | |
block14 | |
style | |
height auto | |
font-family Open Sans | |
width auto | |
font-size 18px | |
font-weight normal | |
color #333 | |
text-decoration none | |
font-style normal | |
margin-top 10px | |
content {{post.content Lorem ipsum foobar }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment