Skip to content

Commit

Permalink
jekyllin this
Browse files Browse the repository at this point in the history
  • Loading branch information
clintecker committed Mar 7, 2013
1 parent 14962eb commit cd4bc39
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 208 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site/*
45 changes: 45 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
safe: false
auto: false
server: false
server_port: 4000
baseurl: /jekyll_demo
url: http://localhost:4000

source: .
destination: ./_site
plugins: ./_plugins

future: true
lsi: false
pygments: false
markdown: maruku
permalink: date
paginate: 5

maruku:
use_tex: false
use_divs: false
png_engine: blahtex
png_dir: images/latex
png_url: /images/latex

rdiscount:
extensions: []

redcarpet:
extensions: []

kramdown:
auto_ids: true,
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
use_coderay: false

coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
105 changes: 105 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<meta property="fb:admins" content="13703630" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Animated Pizza Gifs by Clint Ecker: {{ page.title }}</title>

<!--
__..---'"""""""`---..__
_.-'' ____......____ ``-._
_.-' _.--'" _ `""-.._ `-._
_,' _.-' * _.-"_` ~ .-. , `-._ `._
,' .' ~ `.-' " : : ~ `-. `.
,' .' " " ____ ._. /. ' `. `.
,' .- .--. * || , ." `. " // " `. `.
,' .' : .' || """| |"' ~ _ // , * `. `.
/ .' ~ : ,'`, ~ |' " '-' * (C) ."". " `. \
/ ' ` `' * ~ . " * : . ~ . \
/ ' // * , ,-. ~ _ , .',' ' " `.' (0) . \
/ . // (c) : : (o) .'.' , ~ \\ * *. \
/ . , // , `.__, " ' .--. \\ ~ ===== " . \
/ ' " ____ , " * `. ` }) _ " ~ . . \
. ' " , ~ _ * ----' ~ , .'`, ; (O) . ,-. " .
' ' _ . (o) ~ * " (D) `" ` " * ___| |___ . .
j . (c) * `.`. " .- . ~ , * . '._ .' | |
| | " `.' " // .' : " ' ~ // `""" *| |
| | " . // ~ ' , ~ , ====" (c) // ~ . " | |
| | ~ ,' .-. ~ , _ `...' (@) ~ ` * (C) | |
| |* || __| |___ " (0) " __ ,""-. .--. " _ ' | |
| | , || '. ,' ~ __..--"' , ' .' " ' . ()) \\ ~ | |
| | ~ `""" __,..--'"' , '_,'`. * `--" . " \\ | |
' ` " __...--'' __ * `.' ~ " .--. , \\ ' |
`..`--''' __..---'' .' /___.. " . * `. ` . . '
__,..--''' _ " , / ---"" ~ . `.`. ~ .'`, ; " . .
__..---'' , " (O) , / . (Q) `.`. `" ` * . ,
,..--''' . * ~ || * ~ / " * , ~ ` ~ , (O) ' .
| | , (@) " " || .-. ' / _ ~ " || . * " ' .
' ' " ~ . .--. |j : : / /~ (O) || " . _ * /. " ' ,
. ` _____ `. ` .__,/ / .-. || ,--. (@) // . /
` `. ----- * .'`, ; " / / " : : ' .' // . ,'
`. . ~ `" ` * ~ / /, ~ .__, , : ,'` " .' /
. ` , (c) ' . / / * ~ ' `' * _.' ,'
`. . * . (C) / / " (o) \\ , * ~ _.-" ,'
. `. " // . / ,._ , \\ (O) * _.-" _.'
`. `. , // / , ``-.._ * ` " __.-"' _.-'
`._ `. . " / `._ "`--....--"" _,.-'
`. `-._ / `--..___ ___..--'
`-._ ` , `'"""""''
`-.'
-->

</head>

<body>
<div id="container"></p>
<div class="inner">

<header>
<h1>Animated Pizza Gifs</h1>
<h2>They're delicious!</h2>
</header>

<section id="downloads" class="clearfix">
<a href="https://github.com/clintecker/animatedpizzagifs/zipball/gh-pages" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/clintecker/animatedpizzagifs/tarball/gh-pages" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/clintecker/animatedpizzagifs" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>

<section id="credits">
<h4>Do you know who made these GIFs? <a href="mailto:me@clintecker.com">Email me</a> and I'll add the credits!</h4>
</section>

<hr>

<section id="main_content">
{{ content }}
</section>

<footer>
Animated Pizza Gifs is maintained and ~~CURATED~~ by <a href="mailto:me@clintecker.com">Clint Ecker</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-63258-17");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>
26 changes: 26 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: default
---

<div class="post single">
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
<div class="gif">
<img src='images/{{ page.image }}' alt='{{ page.title }}' />
</div>
{% if content %}
<div class="content">
{{ content }}
</div>
{% endif %}
<div class="credit">
{% if page.credit_name and page.credit_url %}
<strong>Credit:</strong> <a href="{{ page.credit_url }}">{{ page.credit_name }}</a>
{% elsif page.credit_name and not page.credit_url %}
<strong>Credit:</strong> {{ page.credit_name }}
{% elsif not page.credit_name and page.credit_url %}
<strong>Credit:</strong> <a href="{{ page.credit_url }}">{{ page.credit_url }}</a>
{% else %}
<strong>Do you know who made this GIF? Let me know, email link is at the bottom of this page!</strong>
{% endif %}
</div>
</div>
7 changes: 7 additions & 0 deletions _posts/2013-03-07-paul-smith-pizza.mdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: A pizza made with the D3 Javascript library
image: d3pizza.gif
credit_name: Paul Smith
credit_url: http://bl.ocks.org/4346286
---
Loading

0 comments on commit cd4bc39

Please sign in to comment.