Skip to content

Instantly share code, notes, and snippets.

@thecliguy
thecliguy / jeykll-post-counter.liquid
Created February 26, 2017 14:12 — forked from Phlow/jeykll-post-counter.liquid
Counter: This code snippet just counts your jekyll posts and spits out the result
{% comment %}
*
* Counter: This include counts the your jekyll posts
*
{% endcomment %}{% assign counter = 1 %}{% for item in site.posts %}{% unless item.published == false %}{% assign counter=counter | plus:1 %}{% endunless %}{% endfor %}{{ counter }}
@thecliguy
thecliguy / TINYED.TXT
Created December 23, 2016 18:57
TINYED.EXE DEMO
Placeholder for TINYED bits...
@thecliguy
thecliguy / gist:631a88f33e81418b83465c23fa8a5f5a
Last active December 19, 2016 22:13
TSE_Console_Version_That_Resizes
Just a placeholder so I can attach images as comments - pertaining to TSE resize on Window/Buffer size changes.
<html>
<head>
<title>Mailbox Stats - Customer Services</title>
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="refresh" content="30">
</head>