Skip to content

Instantly share code, notes, and snippets.

View Dan4IT's full-sized avatar

Daniel Jansen Dan4IT

View GitHub Profile
@Dan4IT
Dan4IT / contentRenderer.cfc
Created April 20, 2015 15:52
dspGist in contentRenderer.cfc for Mura
<cffunction name="dspGist" output="false">
<cfargument name="GistURL" type="string">
<cfsavecontent variable="retGist">
<cfoutput><script src="#GistURL#"></script></cfoutput>
</cfsavecontent>
<cfreturn retGist>
</cffunction>
@Dan4IT
Dan4IT / html_head.cfm
Created April 20, 2015 15:21
Learning About LESS Preprocessors
<link rel="stylesheet" href="#$.siteConfig('themeAssetPath')#/css/theme/theme.less">
<!--- LESS CDN --->
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/2.5.0/less.min.js"></script>
@Dan4IT
Dan4IT / backstretch_gallery.cfm
Last active August 29, 2015 14:19
Mura Backstretch Gallery