Skip to content

Instantly share code, notes, and snippets.

@breck7
Last active December 17, 2015 03:49
Show Gist options
  • Save breck7/5545848 to your computer and use it in GitHub Desktop.
Save breck7/5545848 to your computer and use it in GitHub Desktop.
simple blog template for nudgepad
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