This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| package com.squareup.example; | |
| public abstract BaseActivity extends SherlockActivity { | |
| private final ScopedBus scopedBus = new ScopedBus(); | |
| protected ScopedBus getBus() { | |
| return scopedBus; | |
| } | |
| @Override public void onPause() { |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| <project name="{{ name }}" default="help" basedir="."> | |
| <property name="username" value="{{ username }}"/> | |
| <property name="host" value="{{ host }}"/> | |
| <property name="dir" value="/srv/{{ path }}/"/> | |
| <tstamp> | |
| <format property="TODAY_UK" pattern="yyyyMMddhhmmss" locale="en,UK"/> | |
| </tstamp> |