Skip to content

Instantly share code, notes, and snippets.

View geekforbrains's full-sized avatar
🥸

Gavin Vickery geekforbrains

🥸
View GitHub Profile
@geekforbrains
geekforbrains / gist_shortcode_example
Created June 6, 2013 17:14
Gist shortcode example for Postach.io embeds
[gist url="https://gist.github.com/geekforbrains/5723163"]
@geekforbrains
geekforbrains / instagram_shortcode_example
Created June 6, 2013 17:11
Instagram shortcode example for Postach.io embeds
[instagram url="http://instagram.com/p/aOSFQSALE0/"]
@geekforbrains
geekforbrains / twitter_shortcode_example
Last active December 18, 2015 04:08
Twitter tweet shortcode example for Postach.io
[twitter url="https://twitter.com/PostachioApp/status/342322929503195137"]
@geekforbrains
geekforbrains / vimeo_shortcode_example
Created June 6, 2013 17:06
Vimeo shortcode example for Postach.io embeds
[vimeo url="http://vimeo.com/55084640"]
[vimeo url="http://vimeo.com/55084640" width="100%" height="400"]
@geekforbrains
geekforbrains / youtube_shortcode_example
Last active December 18, 2015 04:08
YouTube shortcode example for Postach.io embeds
[youtube url="http://youtu.be/TRmdXDH9b1s"]
[youtube url="http://www.youtube.com/watch?v=TRmdXDH9b1s" width="100%" height="400"]
@geekforbrains
geekforbrains / gist:5398086
Created April 16, 2013 18:01
MathJax embed example for Postach.io
[mathjax url="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"]
MathJax.Hub.Config({tex2jax:{inlineMath:[['$','$'],['\\(','\\)']]}});
[/mathjax]
@geekforbrains
geekforbrains / postachio_subtle.html
Last active April 11, 2020 21:42
A revised version of Postach.io's Subtle Theme
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% if is_home %}{{ site.author }}{% elif is_post %}{{ post.title }}{% elif is_link %}{{ link.title }}{% elif is_page %}{{ page.title }}{% endif %} | {{ site.name }}</title>
<meta name="author" content="{{ site.author }}" />
<link href="{{ site.atom_url }}" rel="alternate" title="{{ site.name }} Feed" type="application/atom+xml" />
<link href="{{ static('bootstrap/css/bootstrap.min.css') }}" rel="stylesheet" />
<link href="{{ static('bootstrap/css/bootstrap-responsive.min.css') }}" rel="stylesheet" />
<link href="{{ static('fontawesome/css/font-awesome.min.css') }}" rel="stylesheet" />
@geekforbrains
geekforbrains / default_inline.html
Last active December 16, 2015 02:59
Inline example of default Postach.io theme
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
{% if is_home %}
{{ site.author }}
{% elif is_post %}
{{ post.title }}
{% elif is_link %}
@geekforbrains
geekforbrains / gist:5322895
Last active December 15, 2015 20:59
Postach.io Gist Embed
[gist url="https://gist.github.com/geekforbrains/5322895"]
export PATH=/usr/local/share/npm/bin:$PATH