Added image component for OpenGraph
Getty Ritter
9 years ago
2 | 2 | |
3 | 3 | mkdir -p output/{index,about,tags,tag,archive,posts} |
4 | 4 | GEN='guile ./generator/generate.scm' |
5 | cp -r static output/static | |
5 | 6 | ${GEN} index posts/$(ls -t posts/ | head -n 1) |
6 | 7 | ${GEN} about |
7 | 8 | ${GEN} tags |
151 | 151 | (content ,(++ "what happens when computer: " title)))) |
152 | 152 | (meta (@ (property "og:url") |
153 | 153 | (content ,(++ "http://what.happens.when.computer" url)))) |
154 | (meta (@ (property "og:image") | |
155 | (content "http://what.happens.when.computer/static/when-computer.png"))) | |
154 | 156 | (meta (@ (property "og:type") |
155 | 157 | (content "website"))) |
156 | 158 | (link (@ (href "/feed.xml") |
Binary diff not shown