Skip to content

Instantly share code, notes, and snippets.

View ademers's full-sized avatar
🧡

Andrea ademers

🧡
View GitHub Profile
@ademers
ademers / statamic-thumbnails.html
Created November 5, 2012 18:15
Statamic: Thumbnails
{{ entries:listing folder="blog" limit="5" }}
<article>
<h1><a href="{{ url }}">{{ title }}</a></h1>
<p>
{{ image src="{ related_image }" dim="150x150#" quality="72" }}
<img src="{{ image_url }}" alt="Thumbnail for {{ title }}" />
{{ /image }}
{{ description }}
</p>
</article>
@ademers
ademers / facebook-open-graph-tags.html
Created November 5, 2012 00:30
Facebook: Open Graph Tags
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="" />
<meta property="fb:admins" content="" />
@ademers
ademers / disqus-universal-code.html
Created November 4, 2012 17:54
Disqus: Universal Code
<div id="disqus_thread">
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'disqus_shortname'; // required: replace example with your forum shortname
var disqus_developer = 1; // developer mode is on
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
@ademers
ademers / related_entries.html
Created October 14, 2012 16:11 — forked from iso100/related_entries.html
Related entries in Statamic via taxonomy tags
@ademers
ademers / meat-tornado
Created October 14, 2012 16:10 — forked from jackmcdade/meat-tornado
Statamic Exceprt
---
title : Meat Tornado
excerpt: Bacon ipsum dolor sit amet drumstick spare ribs pastrami ground round, jerky pork chuck pork chop ham hock tail corned beef chicken andouille tongue biltong. Venison short ribs swine meatball prosciutto strip steak pork, tongue pancetta ham jerky. Bacon pig filet mignon.
---
Bacon ipsum dolor sit amet drumstick spare ribs pastrami ground round, jerky pork chuck pork chop ham hock tail corned beef chicken andouille tongue biltong. Venison short ribs swine meatball prosciutto strip steak pork, tongue pancetta ham jerky. Bacon pig filet mignon brisket pork beef, meatball shoulder turkey swine tongue. Andouille sausage shankle, beef ribs pancetta pork loin corned beef flank brisket meatloaf ham hock short loin pastrami. Leberkas capicola tail pork belly rump, pig spare ribs pork.
Drumstick prosciutto tail, ham hock pork loin swine tongue frankfurter cow andouille shankle sausage chuck boudin. Ham hock rump ribeye pork belly ball tip, salami pig jerky. Tri-tip bacon tenderloin,
@ademers
ademers / README.md
Created October 14, 2012 15:42 — forked from curtisblackwell/README.md
Statamic setup script

This script will:

  1. Remove the following files/directories:
    • _config/fieldsets/* (everything in dir)
    • _config/settings.yaml.sample
    • _config/users/admin.yaml.sample
    • _content/* (everything in dir)
    • _themes/london-wild
    • assets/img
  • check.php