Skip to content

Instantly share code, notes, and snippets.

@zk
Last active January 1, 2016 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save zk/8108564 to your computer and use it in GitHub Desktop.
Save zk/8108564 to your computer and use it in GitHub Desktop.
inky.cc starter gist
(ns inkystarter
"Intro sketch for inky.cc, fork away."
(:require [inky.sketch :as sketch]))
(sketch/page-style!
(concat
sketch/default-styles
[:body {:font-family "'Helvetica Neue', Arial, sans-serif"}
:.sketch {:padding "30px"}]))
(sketch/content!
[:h1 "Hello World"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment