Skip to content

Instantly share code, notes, and snippets.

View dencold's full-sized avatar

Dennis Coldwell dencold

View GitHub Profile
@dencold
dencold / gist:8796395
Created February 4, 2014 02:21
harp partial
for article, slug in public.thoughts._data
a(href="/thoughts/#{ slug }")
h2= article.title
// this works!
!= partial("thoughts/new-years-blog")
// this does not...
!= partial("thoughts/#{ slug }")
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name="$inputline"
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url="$inputline"