Start Migration to Jekyll

Migrating blog to Jekyll to make things easier in the log run.
This commit is contained in:
Andrew Senetar 2014-01-01 02:45:28 -05:00
parent ac15cd1bbe
commit 6f41a9f87a
60 changed files with 136 additions and 5620 deletions

23
.gitignore vendored
View File

@ -1,4 +1,6 @@
*/sass_cahce/* # Jekyll and Scss
_site/
/sass_cache/
############# #############
## Windows ## Windows
@ -6,29 +8,10 @@
# Windows image file caches # Windows image file caches
Thumbs.db Thumbs.db
ehthumbs.db
# Folder config file # Folder config file
Desktop.ini Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
#############
## OSX
#############
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
############# #############
## Linux ## Linux
############# #############

157
404.html
View File

@ -1,154 +1,9 @@
<!DOCTYPE html> ---
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> layout: 404
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]--> title: 404 - Not Found
<head> ---
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="!( Page or Article ) The url you have tried is not a page or article on this site. Maybe going back to the index will help." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title --> ## !( Page or Article )
<title>VoltaicIdeas - 404</title>
<meta content="http://blog.voltaicideas.net/404.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts --> The url you have tried is not a page or article on this site. Maybe going back to the [index](/index.html) will help.
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/404.html" rel="bookmark" title="Bookmark to 404">404</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<article itemprop="text">
<h2>!( Page or Article )</h2>
<p>The url you have tried is not a page or article on this site. Maybe going back to the <a href="/index.html">index</a> will help.</p>
</article>
<footer class="page_footer">
<ul class='no-bullet'>
</ul>
</footer>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/404.html"> Fetched from: 404.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

23
_config.yml Normal file
View File

@ -0,0 +1,23 @@
# General
safe: true
timezone: America/Indiana/Indianapolis
lsi: true
# Excludes
exclude: ['Readme.md', 'config.rb', 'scss']
# Code highlighting
pygments: true
# links and paginate
permalink: date
pagination: 20
paginate_path: 'page:num'
# Markdown
markdown: redcarpet
markdown_ext: markdown, md
redcarpet:
smart: true
extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']

0
_data/Empty Normal file
View File

0
_includes/footer.html Normal file
View File

0
_includes/header.html Normal file
View File

0
_layouts/404.html Normal file
View File

0
_layouts/post.html Normal file
View File

View File

@ -0,0 +1,58 @@
---
Title: pelican-red
Date: 2013-08-03 21:23
Tags: pelican-red, pelican, python
---
## History
After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that [pelican](http://getpelican.com) combined with github-pages would provided an adequate and easy to manage solution.
## Desired Features
In preparing to create the pelican theme, I made a list of features I wanted.
* support all pelican defaults
* responsive layout
* social icons
* Disqus comment support
* code highlighting
* Google Custom Search
* Google Analytics
* use CDN javascript when possible
* author vcards
* modified time on articles
* license per article / page with global option
* optional header image for articles and pages
After reviewing the list, I decided to start developing a simple two column blog layout using the [Foundation 4](http://foundation.zurb.com/) framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.
## The design ( pelican-red )
The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.
### Unique Features ( cool stuff )
I am going to quickly discuss some of the cool features of the pelican-red theme in this section.
#### Social Links
The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.
#### Copyright
The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.
#### Author Details
The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.
#### Extra Meta
The articles and pages support extra meta including:
* modified
* comments
* copyright
* image
Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.
### The Future
pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots.
## Additional Information
The current documentation is in the [README.md](https://github.com/arsenetar/pelican-red/blob/master/README.md) in the github repository. The README covers all the settings and features in more detail. The theme itself is at [github](https://github.com/arsenetar/pelican-red). Pelican-red is licensed under the MIT-License.

14
about.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: index
title: About
---
VoltaicIdeas is the personal blog of Andrew Senetar.
## Contents
The contents of this blog cover topics such as electrical projects, python, and reviews. These topics are resultant from personal hobbies and projects of the author. The electrical projects consist of things such as motor controllers, battery management systems, and audio amplifiers. The python articles are targeted mainly at web development using python with frameworks such as [flask](http://flask.pocoo.org/) and [tornado](http://www.tornadoweb.org/). The reviews cover different products mainly in the technology area such as computer components and electronic devices.
## The Author
Andrew Senetar is an undergraduate engineering student at Purdue University studying Electrical Engineering and Mechanical Engineering with a focus on power systems. While at Purdue, he has participated on an Evgradprix team for three years through Eta Kappa Nu, Beta Chapter and been in charge of maintaining the information systems of Eta Kappa Nu, Beta Chapter for two years. During 2012, he worked on a custom motor controller for the Evgradprix entry which was built from the ground up utilizing IGBT's. In 2013, he has started work on a custom battery management and balancing system for the Evgradprix entry as well.
He is interested in power generation and distribution on both a grid scale and within self contained environments ( vehicles etc ). With a focus on how to use existing technologies to solve the current problems faced in power generation and distribution.

View File

@ -1,161 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The archives for VoltaicIdeas which contain all articles posted to the site." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - Archives</title>
<meta content="http://blog.voltaicideas.net/archives.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/archives.html" rel="bookmark" title="Bookmark to Archives">Archives</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<dl class="item-list">
<dt><a href="http://blog.voltaicideas.net/pelican-red.html">pelican-red</a></dt>
<dd>Published: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr> by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html">Andrew Senetar</a></dd>
<dd>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></dd>
<dd>Tags:
<a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a>
,
<a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a>
,
<a href="http://blog.voltaicideas.net/tag/python.html">python</a>
</dd>
</dl>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/archives.html"> Fetched from: archives.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

0
assets/css/Empty Normal file
View File

0
assets/fonts/Empty Normal file
View File

0
assets/js/Empty Normal file
View File

0
assets/scss/Empty Normal file
View File

32
atom.xml Normal file
View File

@ -0,0 +1,32 @@
---
layout: nil
---
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Your Website</title>
<link href="{{ site.url }}"/>
<link type="application/atom+xml" rel="self" href="{{ site.url }}/atom.xml"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}</id>
<author>
<name>{{ site.author }}</name>
<email>{{ site.email }}</email>
</author>
{% for post in site.posts %}
<entry>
<id>{{ site.url }}{{ post.id }}</id>
<link type="text/html" rel="alternate" href="{{ site.url }}{{ post.url }}"/>
<title>{{ post.title }}</title>
<published>{{ post.date | date_to_xmlschema }}</published>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<author>
<name>{{ site.author }}</name>
<uri>{{ site.url }}/author.html</uri>
</author>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>

View File

@ -1,222 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - Andrew Senetar</title>
<meta content="http://blog.voltaicideas.net/author/andrew-senetar.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/author/andrew-senetar.html" rel="bookmark" title="Bookmark to Andrew Senetar">Andrew Senetar</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list featured">
<li class="row" itemscope itemtype="http://schema.org/Person">
<meta itemprop="memberOf" content="VoltaicIdeas" />
<div class="author">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/author/andrew-senetar.html">
<img src="http://s.gravatar.com/avatar/b1b47974e5d44250ba14786942eb9caa?s=128" itemprop="image" />
</a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/author/andrew-senetar.html">Andrew Senetar</a></h3>
</header>
<ul class="vcard">
<li class="fn">
<span class="fn" itemprop="name">Andrew Senetar</span>
</li>
<li class="org">
<span itemprop="affiliation">Purdue University</span>
</li>
<li class="title">
<span itemprop="jobTitle">Engineering Student</span>
</li>
<li class="email">
<a href="mailto:arsenetar@gmail.com"itemprop="email">arsenetar@gmail.com</a>
</li>
<li class="photo">
<img class="photo" src="http://s.gravatar.com/avatar/b1b47974e5d44250ba14786942eb9caa?s=128"/>
</li>
<li class="note">
<div itemprop="description" <p>This is where the bio goes.</p>
</li>
</ul>
<ul class="inline-list">
<li><a href="https://github.com/arsenetar"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar"><i class="huge icon-linkedin"></i></a></li>
<li><a href="https://plus.google.com/+AndrewSenetar"><i class="huge icon-gplus"></i></a></li>
</ul>
</div>
</div>
</li>
</ul>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
<div>
<span><a title="Tags" href="http://blog.voltaicideas.net/tags.html"><i class="large icon-tag"></i>&nbsp;</a></span>
<ul class="tag-list">
<li><a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a></li>
<li><a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a></li>
<li><a href="http://blog.voltaicideas.net/tag/python.html">python</a></li>
</ul>
</div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li> </ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/author/andrew-senetar.html"> Fetched from: author/andrew-senetar.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,188 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The listing of authors at VoltaicIdeas." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - Authors</title>
<meta content="http://blog.voltaicideas.net/authors.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/authors.html" rel="bookmark" title="Bookmark to Authors">Authors</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list">
<li class="row" itemscope itemtype="http://schema.org/Person">
<meta itemprop="memberOf" content="VoltaicIdeas" />
<div class="author">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/author/andrew-senetar.html">
<img src="http://s.gravatar.com/avatar/b1b47974e5d44250ba14786942eb9caa?s=128" itemprop="image" />
</a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/author/andrew-senetar.html">Andrew Senetar</a></h3>
</header>
<ul class="vcard">
<li class="fn">
<span class="fn" itemprop="name">Andrew Senetar</span>
</li>
<li class="org">
<span itemprop="affiliation">Purdue University</span>
</li>
<li class="title">
<span itemprop="jobTitle">Engineering Student</span>
</li>
<li class="email">
<a href="mailto:arsenetar@gmail.com"itemprop="email">arsenetar@gmail.com</a>
</li>
<li class="photo">
<img class="photo" src="http://s.gravatar.com/avatar/b1b47974e5d44250ba14786942eb9caa?s=128"/>
</li>
<li class="note">
<div itemprop="description" <p>This is where the bio goes.</p>
</li>
</ul>
<ul class="inline-list">
<li><a href="https://github.com/arsenetar"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar"><i class="huge icon-linkedin"></i></a></li>
<li><a href="https://plus.google.com/+AndrewSenetar"><i class="huge icon-gplus"></i></a></li>
</ul>
</div>
</div>
</li>
</ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/authors.html"> Fetched from: authors.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,181 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The listing of article categories with the last 3 articles summaries show for each category." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - Categories</title>
<meta content="http://blog.voltaicideas.net/categories.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/categories.html" rel="bookmark" title="Bookmark to Categories">Categories</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<h2>Recent Articles by Category</h2>
<h3><a href="http://blog.voltaicideas.net/category/python.html">python</a></h3>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
<div>
<span><a title="Tags" href="http://blog.voltaicideas.net/tags.html"><i class="large icon-tag"></i>&nbsp;</a></span>
<ul class="tag-list">
<li><a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a></li>
<li><a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a></li>
<li><a href="http://blog.voltaicideas.net/tag/python.html">python</a></li>
</ul>
</div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li><p><a href="http://blog.voltaicideas.net/category/python.html">View all articles in python...</a></p>
</ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/categories.html"> Fetched from: categories.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,180 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - python</title>
<meta content="http://blog.voltaicideas.net/category/python.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<link href="http://blog.voltaicideas.net/feeds/cat.python.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas Categories ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/cat.python.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas Categories RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li class='active'>
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/category/python.html" rel="bookmark" title="Bookmark to python">python</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div>
<span><a title="Tags" href="http://blog.voltaicideas.net/tags.html"><i class="large icon-tag"></i>&nbsp;</a></span>
<ul class="tag-list">
<li><a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a></li>
<li><a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a></li>
<li><a href="http://blog.voltaicideas.net/tag/python.html">python</a></li>
</ul>
</div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li> </ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/category/python.html"> Fetched from: category/python.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>VoltaicIdeas</title><link href="http://blog.voltaicideas.net/" rel="alternate"></link><link href="http://blog.voltaicideas.net/feeds/cat.python.atom.xml" rel="self"></link><id>http://blog.voltaicideas.net/</id><updated>2013-08-03T21:23:00-04:00</updated><entry><title>pelican-red</title><link href="http://blog.voltaicideas.net/pelican-red.html" rel="alternate"></link><updated>2013-08-03T21:23:00-04:00</updated><author><name>Andrew Senetar</name></author><id>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</id><summary type="html">&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</summary><category term="pelican-red"></category><category term="pelican"></category><category term="python"></category></entry></feed>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VoltaicIdeas</title><link>http://blog.voltaicideas.net/</link><description></description><atom:link href="http://blog.voltaicideas.net/feeds/cat.python.rss.xml" rel="self"></atom:link><lastBuildDate>Sat, 03 Aug 2013 21:23:00 -0400</lastBuildDate><item><title>pelican-red</title><link>http://blog.voltaicideas.net/pelican-red.html</link><description>&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Senetar</dc:creator><pubDate>Sat, 03 Aug 2013 21:23:00 -0400</pubDate><guid>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</guid><category>pelican-red</category><category>pelican</category><category>python</category></item></channel></rss>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>VoltaicIdeas</title><link href="http://blog.voltaicideas.net/" rel="alternate"></link><link href="http://blog.voltaicideas.net/feeds/index.atom.xml" rel="self"></link><id>http://blog.voltaicideas.net/</id><updated>2013-08-03T21:23:00-04:00</updated><entry><title>pelican-red</title><link href="http://blog.voltaicideas.net/pelican-red.html" rel="alternate"></link><updated>2013-08-03T21:23:00-04:00</updated><author><name>Andrew Senetar</name></author><id>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</id><summary type="html">&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</summary><category term="pelican-red"></category><category term="pelican"></category><category term="python"></category></entry></feed>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VoltaicIdeas</title><link>http://blog.voltaicideas.net/</link><description></description><atom:link href="http://blog.voltaicideas.net/feeds/index.rss.xml" rel="self"></atom:link><lastBuildDate>Sat, 03 Aug 2013 21:23:00 -0400</lastBuildDate><item><title>pelican-red</title><link>http://blog.voltaicideas.net/pelican-red.html</link><description>&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Senetar</dc:creator><pubDate>Sat, 03 Aug 2013 21:23:00 -0400</pubDate><guid>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</guid><category>pelican-red</category><category>pelican</category><category>python</category></item></channel></rss>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>VoltaicIdeas</title><link href="http://blog.voltaicideas.net/" rel="alternate"></link><link href="http://blog.voltaicideas.net/feeds/tag.pelican-red.atom.xml" rel="self"></link><id>http://blog.voltaicideas.net/</id><updated>2013-08-03T21:23:00-04:00</updated><entry><title>pelican-red</title><link href="http://blog.voltaicideas.net/pelican-red.html" rel="alternate"></link><updated>2013-08-03T21:23:00-04:00</updated><author><name>Andrew Senetar</name></author><id>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</id><summary type="html">&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</summary><category term="pelican-red"></category><category term="pelican"></category><category term="python"></category></entry></feed>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VoltaicIdeas</title><link>http://blog.voltaicideas.net/</link><description></description><atom:link href="http://blog.voltaicideas.net/feeds/tag.pelican-red.rss.xml" rel="self"></atom:link><lastBuildDate>Sat, 03 Aug 2013 21:23:00 -0400</lastBuildDate><item><title>pelican-red</title><link>http://blog.voltaicideas.net/pelican-red.html</link><description>&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Senetar</dc:creator><pubDate>Sat, 03 Aug 2013 21:23:00 -0400</pubDate><guid>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</guid><category>pelican-red</category><category>pelican</category><category>python</category></item></channel></rss>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>VoltaicIdeas</title><link href="http://blog.voltaicideas.net/" rel="alternate"></link><link href="http://blog.voltaicideas.net/feeds/tag.pelican.atom.xml" rel="self"></link><id>http://blog.voltaicideas.net/</id><updated>2013-08-03T21:23:00-04:00</updated><entry><title>pelican-red</title><link href="http://blog.voltaicideas.net/pelican-red.html" rel="alternate"></link><updated>2013-08-03T21:23:00-04:00</updated><author><name>Andrew Senetar</name></author><id>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</id><summary type="html">&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</summary><category term="pelican-red"></category><category term="pelican"></category><category term="python"></category></entry></feed>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VoltaicIdeas</title><link>http://blog.voltaicideas.net/</link><description></description><atom:link href="http://blog.voltaicideas.net/feeds/tag.pelican.rss.xml" rel="self"></atom:link><lastBuildDate>Sat, 03 Aug 2013 21:23:00 -0400</lastBuildDate><item><title>pelican-red</title><link>http://blog.voltaicideas.net/pelican-red.html</link><description>&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Senetar</dc:creator><pubDate>Sat, 03 Aug 2013 21:23:00 -0400</pubDate><guid>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</guid><category>pelican-red</category><category>pelican</category><category>python</category></item></channel></rss>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>VoltaicIdeas</title><link href="http://blog.voltaicideas.net/" rel="alternate"></link><link href="http://blog.voltaicideas.net/feeds/tag.python.atom.xml" rel="self"></link><id>http://blog.voltaicideas.net/</id><updated>2013-08-03T21:23:00-04:00</updated><entry><title>pelican-red</title><link href="http://blog.voltaicideas.net/pelican-red.html" rel="alternate"></link><updated>2013-08-03T21:23:00-04:00</updated><author><name>Andrew Senetar</name></author><id>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</id><summary type="html">&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</summary><category term="pelican-red"></category><category term="pelican"></category><category term="python"></category></entry></feed>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VoltaicIdeas</title><link>http://blog.voltaicideas.net/</link><description></description><atom:link href="http://blog.voltaicideas.net/feeds/tag.python.rss.xml" rel="self"></atom:link><lastBuildDate>Sat, 03 Aug 2013 21:23:00 -0400</lastBuildDate><item><title>pelican-red</title><link>http://blog.voltaicideas.net/pelican-red.html</link><description>&lt;h2&gt;History&lt;/h2&gt;
&lt;p&gt;After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that &lt;a href="http://getpelican.com"&gt;pelican&lt;/a&gt; combined with github-pages would provided an adequate and easy to manage solution.&lt;/p&gt;
&lt;h2&gt;Desired Features&lt;/h2&gt;
&lt;p&gt;In preparing to create the pelican theme, I made a list of features I wanted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support all pelican defaults&lt;/li&gt;
&lt;li&gt;responsive layout&lt;/li&gt;
&lt;li&gt;social icons&lt;/li&gt;
&lt;li&gt;Disqus comment support&lt;/li&gt;
&lt;li&gt;code highlighting&lt;/li&gt;
&lt;li&gt;Google Custom Search&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;use CDN javascript when possible&lt;/li&gt;
&lt;li&gt;author vcards&lt;/li&gt;
&lt;li&gt;modified time on articles&lt;/li&gt;
&lt;li&gt;license per article / page with global option&lt;/li&gt;
&lt;li&gt;optional header image for articles and pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After reviewing the list, I decided to start developing a simple two column blog layout using the &lt;a href="http://foundation.zurb.com/"&gt;Foundation 4&lt;/a&gt; framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.&lt;/p&gt;
&lt;h2&gt;The design ( pelican-red )&lt;/h2&gt;
&lt;p&gt;The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.&lt;/p&gt;
&lt;h3&gt;Unique Features ( cool stuff )&lt;/h3&gt;
&lt;p&gt;I am going to quickly discuss some of the cool features of the pelican-red theme in this section. &lt;/p&gt;
&lt;h4&gt;Social Links&lt;/h4&gt;
&lt;p&gt;The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.&lt;/p&gt;
&lt;h4&gt;Copyright&lt;/h4&gt;
&lt;p&gt;The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.&lt;/p&gt;
&lt;h4&gt;Author Details&lt;/h4&gt;
&lt;p&gt;The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.&lt;/p&gt;
&lt;h4&gt;Extra Meta&lt;/h4&gt;
&lt;p&gt;The articles and pages support extra meta including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;comments&lt;/li&gt;
&lt;li&gt;copyright&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.&lt;/p&gt;
&lt;h3&gt;The Future&lt;/h3&gt;
&lt;p&gt;pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. &lt;/p&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;The current documentation is in the &lt;a href="https://github.com/arsenetar/pelican-red/blob/master/README.md"&gt;README.md&lt;/a&gt; in the github repository. The README covers all the settings and features in more detail. The theme itself is at &lt;a href="https://github.com/arsenetar/pelican-red"&gt;github&lt;/a&gt;. Pelican-red is licensed under the MIT-License. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Senetar</dc:creator><pubDate>Sat, 03 Aug 2013 21:23:00 -0400</pubDate><guid>tag:blog.voltaicideas.net,2013-08-03:pelican-red.html</guid><category>pelican-red</category><category>pelican</category><category>python</category></item></channel></rss>

View File

@ -1,181 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas</title>
<meta content="http://blog.voltaicideas.net/index.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/index.html" rel="bookmark" title="Bookmark to Index">VoltaicIdeas</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<p>This is a personal blog which contains posts on python, electrical engineering and various projects.</p>
<h2>Recent Articles:</h2>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
<div>
<span><a title="Tags" href="http://blog.voltaicideas.net/tags.html"><i class="large icon-tag"></i>&nbsp;</a></span>
<ul class="tag-list">
<li><a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a></li>
<li><a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a></li>
<li><a href="http://blog.voltaicideas.net/tag/python.html">python</a></li>
</ul>
</div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li></ul>
<p><a href="http://blog.voltaicideas.net/archives.html">View more articles in the Archives...</a></p>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/index.html"> Fetched from: index.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,158 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="VoltaicIdeas is the personal blog of Andrew Senetar. Contents The contents of this blog cover topics such as electrical projects, python, and reviews. These topics are resultant from personal hobbies ..." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - About</title>
<meta content="http://blog.voltaicideas.net/pages/about.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li class='active'>
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/pages/about.html" rel="bookmark" title="Bookmark to About">About</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<article itemprop="text">
<p>VoltaicIdeas is the personal blog of Andrew Senetar. </p>
<h2>Contents</h2>
<p>The contents of this blog cover topics such as electrical projects, python, and reviews. These topics are resultant from personal hobbies and projects of the author. The electrical projects consist of things such as motor controllers, battery management systems, and audio amplifiers. The python articles are targeted mainly at web development using python with frameworks such as <a href="http://flask.pocoo.org/">flask</a> and <a href="http://www.tornadoweb.org/">tornado</a>. The reviews cover different products mainly in the technology area such as computer components and electronic devices.</p>
<h2>The Author</h2>
<p>Andrew Senetar is an undergraduate engineering student at Purdue University studying Electrical Engineering and Mechanical Engineering with a focus on power systems. While at Purdue, he has participated on an Evgradprix team for three years through Eta Kappa Nu, Beta Chapter and been in charge of maintaining the information systems of Eta Kappa Nu, Beta Chapter for two years. During 2012, he worked on a custom motor controller for the Evgradprix entry which was built from the ground up utilizing IGBT's. In 2013, he has started work on a custom battery management and balancing system for the Evgradprix entry as well. </p>
<p>He is interested in power generation and distribution on both a grid scale and within self contained environments ( vehicles etc ). With a focus on how to use existing technologies to solve the current problems faced in power generation and distribution. </p>
</article>
<footer class="page_footer">
<ul class='no-bullet'>
</ul>
</footer>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/pages/about.html"> Fetched from: pages/about.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,245 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="History After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ..." />
<meta name="keywords" content="pelican-red, pelican, python" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - pelican-red</title>
<meta content="http://blog.voltaicideas.net/pelican-red.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<link href="http://blog.voltaicideas.net/feeds/cat.python.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas Categories ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/cat.python.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas Categories RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li class='active'>
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/pelican-red.html" rel="bookmark" title="Bookmark to pelican-red">pelican-red</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<article itemscope itemtype="http://schema.org/Article">
<meta itemprop="description" content="History After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ..."/>
<meta itemprop="name" content="pelican-red"/>
<meta itemprop="url" content="http://blog.voltaicideas.net/pelican-red.html"/>
<meta itemprop="sourceOrganization" content="VoltaicIdeas"/>
<meta itemprop="inLanguage" content="en"/>
<meta itemprop="wordCount" content="578" />
<meta itemprop="copyrightHolder" content="Andrew Senetar"/>
<div class="article-details">
<span class="published">Published on: <abbr title="2013-08-03T21:23:00" itemprop="datePublished">2013-08-03 21:23</abbr></span>
<span class="author">By <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" rel="author">Andrew Senetar</a></span>
<span class="category">In <a href="category/python.html">python</a></span>
<div>
<meta itemprop="keywords" content="pelican-red, pelican, python"/>
<span><a href="http://blog.voltaicideas.net/tags.html"><i class="icon-tag"></i></a></span>
<ul class="tag-list">
<li><a href="http://blog.voltaicideas.net/tag/pelican-red.html">pelican-red</a></li>
<li><a href="http://blog.voltaicideas.net/tag/pelican.html">pelican</a></li>
<li><a href="http://blog.voltaicideas.net/tag/python.html">python</a></li>
</ul>
</div>
</div>
<div itemprop="articleBody">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process and began to look for easier alternatives. After some searching I decided that <a href="http://getpelican.com">pelican</a> combined with github-pages would provided an adequate and easy to manage solution.</p>
<h2>Desired Features</h2>
<p>In preparing to create the pelican theme, I made a list of features I wanted.</p>
<ul>
<li>support all pelican defaults</li>
<li>responsive layout</li>
<li>social icons</li>
<li>Disqus comment support</li>
<li>code highlighting</li>
<li>Google Custom Search</li>
<li>Google Analytics</li>
<li>use CDN javascript when possible</li>
<li>author vcards</li>
<li>modified time on articles</li>
<li>license per article / page with global option</li>
<li>optional header image for articles and pages</li>
</ul>
<p>After reviewing the list, I decided to start developing a simple two column blog layout using the <a href="http://foundation.zurb.com/">Foundation 4</a> framework. I chose Foundation 4 mainly due to my previous use of it and my individual preference over bootstrap.</p>
<h2>The design ( pelican-red )</h2>
<p>The result became pelican-red ( readable on every device ). Pelican-red supports all of the features desired and was able to provide a clean layout for this blog. I continued working on the theme to change almost all of the features to be configured via the pelican configuration file to allow the theme to be generic and usable beyond this blog.</p>
<h3>Unique Features ( cool stuff )</h3>
<p>I am going to quickly discuss some of the cool features of the pelican-red theme in this section. </p>
<h4>Social Links</h4>
<p>The social links are used for both the site social links and the author social links. The social links are basically icon links to different social networking profiles using icon fonts instead of images. Over 20 different social networks are supported by the theme.</p>
<h4>Copyright</h4>
<p>The copyright settings allow for a site wide copyright with options to show the copyright by default on pages and articles separately. In addition individual articles may set a different copyright value. The copyright details are listed in the pelican settings file and are referenced with a simple alias for the copyright. Additionally if a Creative Commons copyright is used a iconified copyright link will be generated.</p>
<h4>Author Details</h4>
<p>The author details is what empowers the vcard functionality. In the pelican configuration file a listing of authors can be provided which included additional information about each author including things like: email, title, organization, and image. These will then be displayed as a vcard at the end of an article ( just certain fields ) and on the authors page.</p>
<h4>Extra Meta</h4>
<p>The articles and pages support extra meta including:</p>
<ul>
<li>modified</li>
<li>comments</li>
<li>copyright</li>
<li>image</li>
</ul>
<p>Of these the coolest is the image meta tag which allows for the article to have a header image which also doubles as the articles icon in the listings.</p>
<h3>The Future</h3>
<p>pelican-red currently uses some theme "hacks" to achieve the final design, some of which can be converted into pelican plugins. The modified time, image, and author information will be converted into plugins to modularize the code a bit better in the future. Additionally the site menu will have support for nested menu-items instead of just a single drop-down. Finally, the print layout will be improved a bit to look less cluttered in some spots. </p>
<h2>Additional Information</h2>
<p>The current documentation is in the <a href="https://github.com/arsenetar/pelican-red/blob/master/README.md">README.md</a> in the github repository. The README covers all the settings and features in more detail. The theme itself is at <a href="https://github.com/arsenetar/pelican-red">github</a>. Pelican-red is licensed under the MIT-License. </p>
</div>
<footer class="article_footer">
<ul class='no-bullet no-margin'>
<li>Article content licensed under:
<a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 Unported">
<i class="large icon-cc"></i>
<i class="large icon-cc-by"></i>
</a>
</li>
<li><ul class="no-bullet no-margin">
</ul></li>
<div id="disqus_thread">
<script type="text/javascript">
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
var disqus_identifier = 'pelican-red-2013-08-03T21:23:00';
var disqus_title = 'pelican-red';
var disqus_url = 'http://blog.voltaicideas.net/pelican-red.html';
// var disques_category_id =''; // disqus catagory id number from disqus
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div></footer>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/pelican-red.html"> Fetched from: pelican-red.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,5 +0,0 @@
User-agent: *
Disallow: /theme/
Disallow: /drafts/
Disallow: /CNAME
Disallow: /README.md

View File

@ -1,83 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://blog.voltaicideas.net/index.html</loc>
<lastmod>2013-11-09T16:51:53-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/archives.html</loc>
<lastmod>2013-11-09T16:51:53-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/tags.html</loc>
<lastmod>2013-11-09T16:51:53-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/categories.html</loc>
<lastmod>2013-11-09T16:51:53-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/pages/about.html</loc>
<lastmod>2013-11-09T16:51:00-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/pelican-red.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/category/python.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/tag/python.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/tag/pelican.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/tag/pelican-red.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://blog.voltaicideas.net/author/andrew-senetar.html</loc>
<lastmod>2013-08-03T21:23:00-00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>

View File

@ -1,173 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - pelican-red</title>
<meta content="http://blog.voltaicideas.net/tag/pelican-red.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.pelican-red.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.pelican-red.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/tag/pelican-red.html" rel="bookmark" title="Bookmark to pelican-red">pelican-red</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li> </ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/tag/pelican-red.html"> Fetched from: tag/pelican-red.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,173 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - pelican</title>
<meta content="http://blog.voltaicideas.net/tag/pelican.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.pelican.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.pelican.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/tag/pelican.html" rel="bookmark" title="Bookmark to pelican">pelican</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li> </ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/tag/pelican.html"> Fetched from: tag/pelican.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,173 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - python</title>
<meta content="http://blog.voltaicideas.net/tag/python.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.python.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/tag.python.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/tag/python.html" rel="bookmark" title="Bookmark to python">python</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<ul class="item-list">
<li class="row">
<div class="article">
<div class="small-4 columns">
<a class="th" href="http://blog.voltaicideas.net/pelican-red.html"><img src="http://blog.voltaicideas.net/favicon.ico"/></a>
</div>
<div class="small-12 columns">
<header>
<h3><a href="http://blog.voltaicideas.net/pelican-red.html">Pelican-Red</a></h3>
<div><span>Category: <a href="http://blog.voltaicideas.net/category/python.html">python</a></span></div>
</header>
<div class="summary">
<h2>History</h2>
<p>After having tried using wordpress to create a blog on a couple occasions and attempting to create a skin, I gave up due to the clunkiness of the process ...</p>
<span><a href="http://blog.voltaicideas.net/pelican-red.html" title="Continue Reading"><i class="icon-dot-3"></i></a></span>
</div>
<footer>
<ul class="no-bullet">
<li>Published by <a href="http://blog.voltaicideas.net/author/andrew-senetar.html" >Andrew Senetar</a> on: <abbr class="published" title="2013-08-03T21:23:00">2013-08-03 21:23</abbr></li>
</ul>
</footer>
</div>
</div>
</li> </ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/tag/python.html"> Fetched from: tag/python.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

152
tags.html
View File

@ -1,152 +0,0 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="A list of all the tags on this blog with article count." />
<meta name="keywords" content="python,blog,electrical engineering,projects" />
<meta name="author" content="Andrew Senetar" />
<meta name="organization" content="VoltaicIdeas"/>
<meta name="publisher" content="VoltaicIdeas"/>
<meta name="language" content="en" />
<!-- title -->
<title>VoltaicIdeas - Tags</title>
<meta content="http://blog.voltaicideas.net/tags.html"/>
<!-- Stylesheets -->
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
<!-- RSS/ATOM -->
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
<!-- Modernizr -->
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Navigation -->
<header id="nav" class="contain-to-grid">
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Menu -->
<ul class="left">
<li >
<a href="http://blog.voltaicideas.net/pages/about.html">About</a>
</li>
<li class="has-dropdown"><a>Categories</a>
<ul class="dropdown">
<li >
<a href="http://blog.voltaicideas.net/category/python.html">python</a>
</li>
</ul>
</li>
<li>
<a href="http://blog.voltaicideas.net/archives.html">Archives</a>
</li>
</ul>
<!-- Social Links -->
<ul class="right">
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
</ul>
</section>
</nav>
</header> <!-- Content Area -->
<div class="row">
<div id="main" class="large-13 columns push-3">
<section>
<header>
<h1><a href="http://blog.voltaicideas.net/tags.html" rel="bookmark" title="Bookmark to Tags">Tags</a></h1>
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
</header>
<p>A list of all tags with article counts is below:</p>
<ul class="tag-list">
<li><a href="tag/python.html">python<span>1</span></a></li>
<li><a href="tag/pelican.html">pelican<span>1</span></a></li>
<li><a href="tag/pelican-red.html">pelican-red<span>1</span></a></li>
</ul>
</section>
</div>
<div id="mainAside" class="large-3 columns pull-13">
<aside>
<h3>Site Search</h3>
<div class="google_search">
<script>
(function() {
var cx = '007731975760117144904:78nyyuuzpc4';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
<h3>Blog Links</h3>
<ul id='blogRoll' class="no-bullet">
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
</ul>
</aside>
</div>
</div>
<footer class="row" >
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/tags.html"> Fetched from: tags.html</a> on 2013-11-09T16:51:53.976259</span>
&copy;<span> Andrew Senetar </span><span>2013</span>
</div>
</footer>
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
<!-- Tracking Code -->
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42346765-1', 'voltaicideas.net');
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>

View File

@ -1,26 +0,0 @@
# Require any additional compass plugins here.
require "zurb-foundation"
# Set this to the root of your project when deployed:
http_path = "/theme"
css_dir = "css"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "js"
fonts_dir = "fonts"
# You can select your preferred output style here (can be overridden via the command line):
output_style = :compressed #or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
preferred_syntax = :scss

File diff suppressed because one or more lines are too long

View File

@ -1,247 +0,0 @@
{
"name": "pelican-red",
"css_prefix_text": "icon-",
"css_use_suffix": false,
"glyphs": [
{
"uid": "7222571caa5c15f83dcfd447c58d68d9",
"css": "search",
"code": 59431,
"src": "entypo"
},
{
"uid": "815503841e980c848f55e0271deacead",
"css": "link",
"code": 59419,
"src": "entypo"
},
{
"uid": "875ab0f6d417223f6ec76ff7f0a4baed",
"css": "tag",
"code": 59418,
"src": "entypo"
},
{
"uid": "457c8e2b305e7af74c1be4f07a01ca92",
"css": "vcard",
"code": 59415,
"src": "entypo"
},
{
"uid": "da0fd38d651815e3a12f6c030ff1fe5b",
"css": "newspaper",
"code": 59399,
"src": "entypo"
},
{
"uid": "d10920db2e79c997c5e783279291970c",
"css": "dot-3",
"code": 59400,
"src": "entypo"
},
{
"uid": "ddecf5ad7935e3fb1b70dac6ed00d06a",
"css": "language",
"code": 59398,
"src": "entypo"
},
{
"uid": "4a413ef43c364dafa42766e74c31bbca",
"css": "cc",
"code": 59430,
"src": "entypo"
},
{
"uid": "72681d2825fef7fd83711278f845547b",
"css": "cc-by",
"code": 59429,
"src": "entypo"
},
{
"uid": "7540520e12e941839cdb7d76b12e82a8",
"css": "cc-nc",
"code": 59428,
"src": "entypo"
},
{
"uid": "2d741e29010c6afbfc3784251fbf4e8b",
"css": "cc-nc-eu",
"code": 59427,
"src": "entypo"
},
{
"uid": "3138d5e10d50279c6d97ad1c99fdb584",
"css": "cc-nc-jp",
"code": 59426,
"src": "entypo"
},
{
"uid": "900851106d63af1bc6076ae118dc543d",
"css": "cc-sa",
"code": 59425,
"src": "entypo"
},
{
"uid": "b92e2a918daa2f9a042df1ce942b686f",
"css": "cc-nd",
"code": 59424,
"src": "entypo"
},
{
"uid": "49679f26492c29c7bc277f1de9249229",
"css": "cc-pd",
"code": 59423,
"src": "entypo"
},
{
"uid": "94914cbbfba692ebbc13c179d62355f7",
"css": "cc-zero",
"code": 59422,
"src": "entypo"
},
{
"uid": "915c11e4e2e713cc7d65d32d66f004bf",
"css": "cc-share",
"code": 59421,
"src": "entypo"
},
{
"uid": "0cd7be54280d9ffbe0f48342c011268e",
"css": "cc-remix",
"code": 59420,
"src": "entypo"
},
{
"uid": "d94334f23acba022bfd68e49d76b31bb",
"css": "github",
"code": 59402,
"src": "entypo"
},
{
"uid": "14cfd18cc1dd5fb99ba04311b888bc23",
"css": "flickr",
"code": 59413,
"src": "entypo"
},
{
"uid": "538531af0e023b15882c505ee2297cbe",
"css": "vimeo",
"code": 59403,
"src": "entypo"
},
{
"uid": "d090355c31f497b61d676416c1fd39fb",
"css": "twitter",
"code": 59406,
"src": "entypo"
},
{
"uid": "bc50457410acf467b8b5721240768742",
"css": "facebook",
"code": 59405,
"src": "entypo"
},
{
"uid": "b945f4ac2439565661e8e4878e35d379",
"css": "gplus",
"code": 59404,
"src": "entypo"
},
{
"uid": "689febe699d74bc8862965555503e445",
"css": "pinterest",
"code": 59392,
"src": "entypo"
},
{
"uid": "d491462e64eb5b8c4f064108a2ff1780",
"css": "tumblr",
"code": 59401,
"src": "entypo"
},
{
"uid": "7132e1233bc16cd1b6efe7e29d3613a5",
"css": "linkedin",
"code": 59407,
"src": "entypo"
},
{
"uid": "e8d13cd05bd63219329b2b61835d776c",
"css": "dribbble",
"code": 59412,
"src": "entypo"
},
{
"uid": "ef5e2b339a93fff038cc6a28f8c91edd",
"css": "stumbleupon",
"code": 59414,
"src": "entypo"
},
{
"uid": "ae49d5a5d0c2f7253f375bde5f0da2d2",
"css": "lastfm",
"code": 59408,
"src": "entypo"
},
{
"uid": "406d96226bd9d021b7d976efa1c4a061",
"css": "rdio",
"code": 59409,
"src": "entypo"
},
{
"uid": "0fbfb1cd7a847c88ea4c141d0e1bbdb5",
"css": "instagram",
"code": 59410,
"src": "entypo"
},
{
"uid": "28ccaf022b8363aeaa5b86f66e1f5173",
"css": "skype",
"code": 59411,
"src": "entypo"
},
{
"uid": "07269ba9c8905d091e1a01beab1f0958",
"css": "picasa",
"code": 59416,
"src": "entypo"
},
{
"uid": "b86600decaba538aca184421752cd640",
"css": "soundcloud",
"code": 59417,
"src": "entypo"
},
{
"uid": "c9829449672245d22b3d43d7d1a7cc90",
"css": "grooveshark",
"code": 59397,
"src": "zocial"
},
{
"uid": "b3a537446285bb3510bba57d20374818",
"css": "reddit",
"code": 59396,
"src": "zocial"
},
{
"uid": "2dd7e3046b63beb19616dce63c5782a6",
"css": "blogger",
"code": 59395,
"src": "zocial"
},
{
"uid": "57a4f84c40a0c44d47387105f162a427",
"css": "youtube",
"code": 59394,
"src": "zocial"
},
{
"uid": "785a9b232e86ae750516adc5228a5aa7",
"css": "steam",
"code": 59393,
"src": "zocial"
}
]
}

Binary file not shown.

View File

@ -1,51 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2012 by original authors @ fontello.com</metadata>
<defs>
<font id="pelican-red" horiz-adv-x="1000" >
<font-face font-family="pelican-red" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="grooveshark" unicode="&#xe805;" d="M0 350q0 136 67 251t182 182 251 67 251-67 182-182 67-251-67-251-182-182-251-67-251 67-182 182-67 251z m129 0q0-65 36-77 5-2 17-4 42-1 85 40 41 36 58 90 25 77 10 200-2 12-2 17-3 6 0 9 1 3 13-1 38-10 78-29 46-21 102-70 45-39 87-89 33-39 80-104 41-57 88-77 29-10 48-7t29 20 15 37 5 45q0 48-12 96-3 12-8 28-14 43-41 84-52 79-136 124t-178 45q-66 0-125-22-80-28-141-89t-89-142q-1-5-4-15t-5-14q-12-50-11-96z" horiz-adv-x="1000" />
<glyph glyph-name="reddit" unicode="&#xe804;" d="M0 353q0 62 50 106t113 44q62 0 105-36l5 0q134 82 335 82l5 4 70 267 242-36q0-1 2-1 1 0 0 1 2 1 12 16t15 19q34 32 82 32 49 0 83-33t34-82-34-84-83-35q-57 0-87 39t-30 97q-2-1-98 13t-110 17l-3 0q-2-2-17-54t-30-109-18-64l0-3 5-4q72 0 148-21t131-58l3-2q1 1 2 1t2 1q25 18 36 25t30 13 43 6q68 0 116-48t48-117q0-47-27-86t-70-60q0-195-260-303-41-18-56-23-32-10-91-19t-93-9q-120 0-231 35-2 2-72 38-95 51-153 116t-58 156l-5 0q-33 17-59 50l-9 12q-15 27-19 46t-4 51z m34-12q0-66 57-112 5 59 48 116t101 101q-37 26-82 26-49 0-87-41t-38-91z m102-146q0-54 31-104t80-86 103-60 105-34q75-14 146-14 123 0 233 40t185 123l-3 0q30 38 43 69t13 73q0 54-27 103t-70 84-92 61-100 39q-85 23-181 23-74 0-152-18t-150-54-119-100-46-144z m186 73q0 37 23 60t60 23 62-23 25-60q0-36-26-60t-62-24-59 24-23 60z m36-164l44 0q25-45 80-69t112-24q58 0 110 24t84 69l41 0q-25-62-93-96t-142-34q-72 0-142 35t-94 96z m336 164q0 38 23 60t61 22q34 0 58-24t24-58-24-59-58-25q-37 0-61 24t-24 61z m255 468q0-35 25-60t60-25q36 0 59 25t23 61q0 34-24 58t-58 24-60-25-26-58z m14-281q55-36 95-93t56-120q59 43 59 96 0 58-36 100t-93 42q-45 0-82-26z" horiz-adv-x="1205" />
<glyph glyph-name="blogger" unicode="&#xe803;" d="M0 165l0 369q0 130 93 223t223 93l221 0q65-8 139-57t105-115q1-2 5-10t5-10 4-10 4-13 4-16 4-22 4-29q9-70 26-85 14-13 71-15t65-8l14-11 8-17 3-14-2-256q-1-130-93-223t-222-93l-363 0q-130 0-223 93t-93 223z m259 5q0-25 18-43t43-18l356 0q25 0 43 18t18 43-18 43-43 18l-356 0q-25 0-43-18t-18-43z m0 362q0-25 18-43t43-18l175 0q25 0 43 18t18 43-18 43-43 18l-175 0q-25 0-43-18t-18-43z" horiz-adv-x="996" />
<glyph glyph-name="youtube" unicode="&#xe802;" d="M0 123q0 54 6 162 4 53 38 87t87 37q100 5 301 5t301-5q53-3 87-37t38-87q5-90 5-162t-5-162q-4-53-38-87t-87-37q-100-5-301-5t-301 5q-53 3-87 37t-38 87q-6 108-6 162z m67 141l61 0 0-326 59 0 0 326 61 0 0 55-181 0 0-55z m65 603l60 0 38-152 4 0 36 152 60 0-46-148q-23-73-23-75l0-158-59 0 0 151q-2 14-6 26t-9 27-9 25z m116-885q0-48 36-48 32 0 61 35l0-31 52 0 0 281-52 0 0-214q-21-21-31-21-14 0-14 19l0 216-52 0 0-237z m79 575l0 146q0 34 22 53t56 19q33 0 54-20t21-53l0-145q0-36-20-57t-56-21q-35 0-56 22t-21 57z m54-7q0-23 22-23 23 0 23 25l0 153q0 9-7 15t-16 6-16-6-7-15l0-156z m67-612l53 0 0 21q20-25 50-25 47 0 47 62l0 156q0 71-51 71-25 0-46-27l0 123-53 0 0-381z m53 53l0 176q11 11 22 11 22 0 22-28l0-148q0-24-19-24-14 0-25 13z m23 539l0 237 52 0 0-215q0-19 14-19 13 0 31 21l0 213 52 0 0-281-52 0 0 31q-29-35-61-35-36 0-36 48z m114-513q0-38 19-63t57-25q78 0 78 87l0 21-54 0q0-2 1-14t-1-17-3-14-7-12-14-4q-23 0-23 40l0 53 100 0 0 72q0 38-19 60t-57 22q-36 0-58-23t-22-59l0-127z m54 99l0 30q0 31 23 31t23-31l0-30-46 0z" horiz-adv-x="863" />
<glyph glyph-name="steam" unicode="&#xe801;" d="M0 470q0 55 39 94t94 39q47 0 84-30t47-75l502-202q32 19 68 19 2 0 7-1t8-1l110 159q1 73 53 125t125 52q74 0 126-52t52-126-52-126-126-52l-170-124q-5-51-43-86t-89-35q-48 0-84 30t-46 75l-502 201q-32-19-68-19-55 0-94 39t-39 94z m35 0q0-40 29-69t69-29q9 0 21 2l-41 16 0 1q-28 13-40 42-6 14-6 28 0 15 6 30 12 30 40 42 15 7 31 6 13 0 27-5l0 1 49-20q-29 52-87 52-40 0-69-29t-29-70z m710-333q29-52 87-52 40 0 69 29t29 70q0 40-29 69t-70 29q-14 0-21-2l40-16q30-12 43-42 7-15 7-30 0-14-6-29-12-31-42-43-15-6-30-6-14 0-29 6-8 3-25 10t-25 10z m270 335q0-49 35-84t84-35q50 0 85 35t35 84-35 84-85 35q-49 0-84-35t-35-84z m25 1q0-40 28-68t68-28q39 0 67 28t28 68q0 39-28 67t-67 28q-40 0-68-28t-28-67z" horiz-adv-x="1312" />
<glyph glyph-name="tag" unicode="&#xe81a;" d="M944 830q36-106-8-199t-128-157l18-24q16-28 6-54l-48-158q-12-30-36-46l-464-328q-42-30-64 4l-210 304q-12 18-9 39t21 33l464 328q26 18 54 18l158 0q30 0 48-26l28-40q168 130 114 286-10 28 18 40 32 8 38-20z m-216-468q40 32 34 80l-32-16q-8-4-12-4-18 0-28 18-12 30 16 40l24 14q-48 34-92 0-28-18-34-51t14-61q18-26 51-32t59 12z" horiz-adv-x="960" />
<glyph glyph-name="vcard" unicode="&#xe817;" d="M900 750q42 0 71-29t29-71l0-600q0-40-29-70t-71-30l-800 0q-40 0-70 30t-30 70l0 600q0 42 30 71t70 29l800 0z m0-700l0 600-800 0 0-600 800 0z m-450 196l0-90-250 0 0 90 250 0z m0 150l0-90-250 0 0 90 250 0z m0 150l0-90-250 0 0 90 250 0z m346-320l4-70-250 0q0 70 6 70 84 22 84 66 0 16-27 56t-27 88q0 110 90 110t90-110q0-48-28-88t-28-56q0-20 21-36t43-22z" horiz-adv-x="1000" />
<glyph glyph-name="language" unicode="&#xe806;" d="M988 306q30-82-10-176t-134-160q-10 0-12 2t-16 19-16 19q-2 6 2 10 86 60 117 152t-11 148q-16-38-39-76t-59-80-86-65-106-15q-52 6-84 41t-32 93q0 84 60 148 50 50 114 66l-2 100q-140-24-146-24-6-2-10 4 0 2-5 29t-5 31q-2 2 1 4t7 2l156 28q0 110-2 114 0 8 8 8 46 0 52 2 10 0 10-8l0-104q158 22 164 22 8 4 10-6 0-2 4-23t4-25q4-10-4-12l-176-30 0-102 12 0q86 0 148-36t86-100z m-370-160q28-6 62 6l-4 214q-34-12-60-40-44-44-44-108 0-66 46-72z m122 28q28 24 58 68t45 79 7 41q-36 18-96 18-2 0-6-1t-6-1z m-448 382q10-28 53-165t83-261 40-126q0-4-4-4l-86 0q-6 0-6 4l-50 166-176 0q-48-164-50-166 0-4-6-4l-86 0q-4 0-4 4 10 18 176 552 2 8 10 8l96 0q10 0 10-8z m-130-316l144 0-72 264z" horiz-adv-x="1001" />
<glyph glyph-name="dot-3" unicode="&#xe808;" d="M110 460q46 0 78-32t32-78q0-44-32-77t-78-33-78 33-32 77q0 46 32 78t78 32z m350 0q46 0 78-32t32-78q0-44-33-77t-77-33-77 33-33 77q0 46 32 78t78 32z m350 0q46 0 78-32t32-78q0-44-32-77t-78-33-78 33-32 77q0 46 32 78t78 32z" horiz-adv-x="920" />
<glyph glyph-name="cc" unicode="&#xe826;" d="M474 830q198 2 340-136t146-336q2-200-136-342t-338-146q-198-2-341 137t-145 337q-4 200 135 342t339 144z m12-858q156 2 266 114t108 270-115 267-269 107q-158-2-267-114t-107-270 114-267 270-107z m-124 298q40 0 58 40l56-30q-20-36-50-52-32-20-70-20-62 0-100 38-38 36-38 104t38 106 96 38q86 0 124-66l-62-32q-10 20-24 28t-28 8q-60 0-60-82 0-38 14-58 18-22 46-22z m266 0q42 0 56 40l58-30q-18-32-50-52t-70-20q-64 0-100 38-38 36-38 104 0 64 38 106 38 38 98 38 84 0 120-66l-60-32q-10 20-24 28t-28 8q-62 0-62-82 0-36 16-58t46-22z" horiz-adv-x="960" />
<glyph glyph-name="cc-by" unicode="&#xe825;" d="M480 526q-66 0-66 68t66 68q68 0 68-68t-68-68z m98-26q14 0 22-8 10-10 10-22l0-196-56 0 0-234-148 0 0 234-56 0 0 196q0 12 10 22 8 8 22 8l196 0z m-98 330q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="cc-nc" unicode="&#xe824;" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-370-350q-22-62-22-130 0-162 115-277t277-115q110 0 202 56t142 148l-178 80q-8-46-46-74-38-30-86-34l0-74-56 0 0 74q-78 0-146 58l66 66q50-44 108-44 24 0 42 12t18 36q0 18-14 30l-46 20-56 26-76 32z m506-122l242-108q14 44 14 100 0 164-115 278t-277 114q-102 0-188-48t-140-130l182-82q12 36 46 62 32 22 78 24l0 74 56 0 0-74q68-4 120-44l-62-64q-44 28-84 28-24 0-38-8-18-10-18-30 0-8 4-12l60-28 42-18z" horiz-adv-x="960" />
<glyph glyph-name="cc-nc-eu" unicode="&#xe823;" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-370-352q-22-62-22-128 0-162 115-277t277-115q110 0 201 55t143 149l-246 108-174 0q10-36 26-56 38-40 104-40 46 0 92 20l18-90q-56-30-124-30-128 0-196 92-34 44-46 104l-52 0 0 58 44 0 0 14q0 4 1 12t1 12l-46 0 0 56 10 0z m488-112l262-116q12 48 12 100 0 164-115 278t-277 114q-102 0-189-48t-141-130l158-70q8 14 28 38 72 82 184 82 70 0 122-24l-24-92q-40 20-88 20-64 0-100-44-10-10-16-28l56-24 136 0 0-56-8 0z" horiz-adv-x="960" />
<glyph glyph-name="cc-nc-jp" unicode="&#xe822;" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-374-364q-18-54-18-116 0-162 115-277t277-115q106 0 195 52t141 140l-152 68 0-68-126 0 0-108-118 0 0 108-124 0 0 74 124 0 0 36-12 24-112 0 0 74 54 0z m432-242l112 0-106 48-6-12 0-36z m126 100l192-86q16 58 16 112 0 164-115 278t-277 114q-106 0-194-51t-140-137l158-70-54 98 128 0 76-166 46-20 82 186 128 0-122-224 76 0 0-34z" horiz-adv-x="960" />
<glyph glyph-name="cc-sa" unicode="&#xe821;" d="M478 604q114 0 180-74 66-72 66-186 0-110-68-184-74-74-180-74-80 0-142 50-58 48-70 138l120 0q6-86 106-86 50 0 82 42 30 44 30 118 0 76-28 116-30 40-82 40-96 0-108-86l36 0-96-94-94 94 36 0q14 90 72 138t140 48z m2 226q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="cc-nd" unicode="&#xe820;" d="M306 382l0 82 348 0 0-82-348 0z m0-154l0 82 348 0 0-82-348 0z m174 602q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="cc-pd" unicode="&#xe81f;" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-370-352q-22-62-22-128 0-162 115-277t277-115q110 0 201 55t143 149l-424 188q2-54 28-96t76-42q36 0 64 26l6 6 70-84q-4-2-10-7t-8-9q-62-42-136-42-86 0-159 58t-73 188q0 32 6 62z m310-34l440-194q12 48 12 100 0 164-115 278t-277 114q-102 0-189-48t-141-130l148-66q64 102 196 102 88 0 150-54l-78-80q-8 8-14 12-22 16-52 16-52 0-80-50z" horiz-adv-x="960" />
<glyph glyph-name="cc-zero" unicode="&#xe81e;" d="M480 628q108 0 153-81t45-197q0-114-45-195t-153-81-153 81-45 195q0 116 45 197t153 81z m-86-278q0-18 4-66l106 194q14 24-6 42-12 4-18 4-86 0-86-174z m86-172q86 0 86 172 0 40-6 84l-118-204q-22-30 12-46 2-2 6-2 2 0 2-2 2 0 8-1t10-1z m0 652q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="cc-share" unicode="&#xe81d;" d="M676 488q12 0 20-8t8-18l0-354q0-10-8-18t-20-8l-260 0q-12 0-20 8t-8 18l0 104-104 0q-10 0-18 8t-8 20l0 352q0 12 6 18 4 6 18 10l264 0q10 0 18-8t8-20l0-104 104 0z m-264 0l108 0 0 78-210 0 0-300 78 0 0 196q0 10 8 18 4 4 16 8z m238-354l0 302-210 0 0-302 210 0z m-170 696q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="cc-remix" unicode="&#xe81c;" d="M794 342l10-4 0-136-10-4-116-50-4-2-6 2-252 104-8 4-124-52-124 54 0 122 116 48-2 2 0 136 130 56 294-122 0-118z m-136-158l0 86-2 0 0 2-220 90 0-86 220-92 0 2z m14 112l78 32-72 30-76-32z m102-74l0 84-86-36 0-84z m-294 608q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-872q162 0 277 115t115 277q0 164-115 278t-277 114-277-114-115-278q0-162 115-277t277-115z" horiz-adv-x="960" />
<glyph glyph-name="github" unicode="&#xe80a;" d="M620 286q26 0 45-26t19-64-19-64-45-26q-28 0-47 26t-19 64 19 64 47 26z m226 234q74-80 74-194 0-74-17-133t-43-96-64-65-70-41-73-20-62-8-45-1q-6 0-36-1t-50-1-50 1-36 1q-24 0-45 1t-62 8-73 20-70 41-64 65-43 96-17 133q0 114 74 194-8 4-1 80t33 140q92-10 228-104 46 12 126 12 84 0 126-12 62 42 119 68t83 30l26 6q26-64 33-140t-1-80z m-384-514q166 0 251 40t85 164q0 72-54 120-28 26-65 32t-113 0-104-6l-4 0q-32 0-83 4t-80 5-63-7-56-28q-52-46-52-120 0-124 84-164t250-40l4 0z m-160 280q26 0 45-26t19-64-19-64-45-26q-28 0-47 26t-19 64 19 64 47 26z" horiz-adv-x="920" />
<glyph glyph-name="flickr" unicode="&#xe815;" d="M196 150q-80 0-138 59t-58 141q0 84 57 142t139 58 139-58 57-142q0-82-58-141t-138-59z m508 0q-80 0-138 59t-58 141q0 84 57 142t139 58 139-58 57-142q0-82-58-141t-138-59z" horiz-adv-x="900" />
<glyph glyph-name="vimeo" unicode="&#xe80b;" d="M896 558q-32-186-171-351t-245-237q-42-28-81-17t-66 38-43 61q-16 32-78 239t-74 223q-16 12-38 5t-44-21l-20-14-36 50q18 20 46 52t100 89 124 67q30 6 53-7t36-35 23-60 15-70 12-75 13-67q14-54 21-80t17-54 18-39 18-11q40 0 126 166 42 76 6 124t-112 2q22 126 140 188 104 54 182 8 80-46 58-174z" horiz-adv-x="901" />
<glyph glyph-name="twitter" unicode="&#xe80e;" d="M920 636q-36-54-94-98l0-24q0-130-60-250t-186-203-290-83q-160 0-290 84 14-2 46-2 132 0 234 80-62 2-110 38t-66 94q10-4 34-4 26 0 50 6-66 14-108 66t-42 120l0 2q36-20 84-24-84 58-84 158 0 48 26 94 154-188 390-196-6 18-6 42 0 78 55 133t135 55q82 0 136-58 60 12 120 44-20-66-82-104 56 8 108 30z" horiz-adv-x="920" />
<glyph glyph-name="facebook" unicode="&#xe80d;" d="M500 644l-142 0q-14 0-25-15t-11-37l0-102 178 0 0-148-178 0 0-442-170 0 0 442-152 0 0 148 152 0 0 86q0 94 59 159t147 65l142 0 0-156z" horiz-adv-x="500" />
<glyph glyph-name="gplus" unicode="&#xe80c;" d="M48 572q0 58 25 102t56 65 69 34 56 15 26 2l230 0 0-4q0-22-78-36-28 0-38-6 40-20 54-56t14-96q0-102-68-158-38-38-38-54 0-18 50-64 104-90 104-178 0-140-116-194-68-34-150-34l-4 0-4 2q-2-2-4-2-24 0-54 5t-75 21-74 57-29 103q0 60 32 101t83 57 88 22 71 6l2 0q-16 22-24 47t-8 39l2 14-14 0q-64 0-110 30-74 44-74 160z m370-452q-4 52-43 84t-103 32l-16 0q-64-2-114-46-46-42-42-94t53-80 119-24q68 4 109 40t37 88z m-60 500q-30 108-122 108-12 0-20-2-40-12-58-62-16-50-2-106 14-52 47-85t71-33q12 0 18 2 42 12 63 65t3 113z m388-174l150 0 0-94-150 0 0-150-94 0 0 150-150 0 0 94 150 0 0 150 94 0 0-150z" horiz-adv-x="896" />
<glyph glyph-name="pinterest" unicode="&#xe800;" d="M320 190q-26-130-58-211t-96-129q-6 74-7 120t11 110 22 104 26 99 24 99q-24 52-19 116t48 106 99 20q40-16 44-59t-13-95-32-103-4-90 63-49q68-14 121 38t74 131 11 163-54 128q-62 64-151 70t-163-33-120-117-32-170q4-22 22-52t21-47-17-67q-146 34-140 230 4 138 105 234t233 112q164 18 290-57t144-219q26-176-66-317t-252-129q-22 2-42 9t-30 13-31 21-31 21z" horiz-adv-x="778" />
<glyph glyph-name="tumblr" unicode="&#xe809;" d="M560-58q-48-26-106-40-48-12-102-12-58 0-110 16-54 20-82 46-36 32-46 64-14 30-14 96l0 322-100 0 0 130q54 18 92 50t62 80q24 52 30 116l130 0 0-232 216 0 0-144-216 0 0-236q0-84 8-102 10-24 32-36 28-20 68-20 68 0 138 46l0-144z" horiz-adv-x="560" />
<glyph glyph-name="linkedin" unicode="&#xe80f;" d="M204 698q0-40-29-68t-75-28q-44 0-72 28t-28 68q0 42 28 69t74 27 73-27 29-69z m-198-790l0 618 192 0 0-618-192 0z m306 420q0 86-4 198l166 0 10-86 4 0q60 100 190 100 100 0 161-67t61-199l0-366-192 0 0 342q0 134-98 134-70 0-98-72-6-12-6-48l0-356-194 0 0 420z" horiz-adv-x="900" />
<glyph glyph-name="dribbble" unicode="&#xe814;" d="M438 480q-30 54-66 109t-56 84-24 33q-82-40-139-112t-77-162q182 0 362 48z m50-132q8 4 14 4-10 28-32 68-182-56-402-56l0-14q0-150 100-262 4 8 13 21t39 50 64 69 89 66 115 54z m-270-306q-2 0-4 2l-4 4z m148 690z m354-86q-114 98-260 98-48 0-92-12 82-108 146-228 138 52 204 140z m-260-756q-190 0-325 135t-135 325 135 325 325 135 325-135 135-325-135-325-325-135z m68 396q-216-74-308-242l-2-2q110-84 242-84 78 0 154 32-24 140-84 298z m16 158q12-24 26-56 2-2 5-9t5-11q66 8 129 4t101-10 42-8q0 138-88 246l-8-10q-8-10-26-27t-42-36-62-42-82-41z m60-138q52-148 76-280 140 92 168 262-8 4-39 11t-88 12-117-5z" horiz-adv-x="920" />
<glyph glyph-name="stumbleupon" unicode="&#xe816;" d="M552 448l0 60q0 22-15 37t-37 15q-20 0-36-15t-16-37l0-314q0-92-66-158t-158-66-158 66-66 158l0 132 172 0 0-132q0-20 16-36t36-16 36 16 16 36l0 314q0 92 66 157t158 65 158-65 66-157l0-60-102-34z m278-122l170 0 0-132q0-92-66-158t-158-66-158 66-66 158l0 134 70-32 102 32 0-134q0-20 16-36t36-16q22 0 38 15t16 37l0 132z" horiz-adv-x="1000" />
<glyph glyph-name="lastfm" unicode="&#xe810;" d="M394 222l34-100q-64-52-168-52-106 0-183 73t-77 199q0 130 80 209t188 79q112 0 167-45t91-159l36-116q48-146 202-146 120 0 120 60 0 54-78 72l-78 18q-134 34-134 152 0 88 58 126t146 38q184 0 198-146l-114-14q-8 70-90 70t-82-62q0-50 66-66l74-16q150-36 150-166 0-160-238-160-136 0-204 53t-100 149l-36 116q-14 40-22 60t-25 43-42 33-61 10q-64 0-113-46t-49-142q0-80 46-130t110-50q60 0 128 56z" horiz-adv-x="1000" />
<glyph glyph-name="rdio" unicode="&#xe811;" d="M766 402q4-32 4-52 0-160-113-275t-273-115q-158 0-271 115t-113 275q0 162 112 276t272 114q52 0 90-10l0-222q-76 26-154-10-70-34-101-101t-5-129q26-60 95-79t139 15q52 26 87 80t35 122l0 286q16-8 24-14 174-108 310-114 32-2 4-52-42-76-130-106z" horiz-adv-x="921" />
<glyph glyph-name="instagram" unicode="&#xe812;" d="M690 350q0 26-6 50l176 0 0-344q0-56-39-96t-95-40l-592 0q-56 0-95 40t-39 96l0 344 174 0q-4-32-4-50 0-106 76-183t184-77q106 0 183 77t77 183z m36 430q56 0 95-39t39-95l0-146-218 0q-78 110-212 110-138 0-212-110l-218 0 0 146q0 56 39 95t95 39l592 0z m64-166l0 72q0 24-24 24l-72 0q-24 0-24-24l0-72q0-8 7-16t17-8l72 0q24 0 24 24z m-200-264q0-66-47-113t-113-47-113 47-47 113q0 68 47 114t113 46 113-46 47-114z" horiz-adv-x="860" />
<glyph glyph-name="skype" unicode="&#xe813;" d="M894 250q26-58 26-118 0-108-75-185t-179-77q-62 0-120 32-52-8-80-8-182 0-311 132t-129 320q0 44 10 90-36 60-36 134 0 108 74 184t180 76q74 0 136-40 32 8 76 8 182 0 310-132t128-320q0-46-10-96z m-204-120q30 46 30 100 0 44-16 80-16 30-50 54-36 22-76 36-68 20-96 26-14 2-35 7t-27 7q-24 8-34 14-16 8-26 22-10 10-10 26 0 24 28 42 26 20 76 20t74-18q26-22 38-50 16-26 26-36 16-12 38-12 26 0 46 20 18 18 18 44 0 20-14 52-16 24-42 48-28 22-74 38-48 14-102 14-72 0-128-22-56-20-86-60t-30-92 28-90q34-40 76-56 48-22 116-36 12-2 29-7t30-8 21-5q28-10 46-28 18-14 18-42 0-34-32-56-36-24-90-24-40 0-64 12-26 14-36 28-24 44-26 46-8 24-24 40-20 14-40 14-28 0-46-18t-18-42q0-38 28-82 26-40 72-66 64-34 158-34 78 0 138 24 60 28 88 70z" horiz-adv-x="920" />
<glyph glyph-name="picasa" unicode="&#xe818;" d="M250 760q10-12 158-144l-396-362q-12 48-12 96 0 130 67 240t183 170z m400 10l0-278-328 296q64 22 138 22 98 0 190-40z m70-40q94-64 147-165t53-215q0-80-26-152l-174 0 0 532z m-686-550q12 12 66 60l102 92 0-362q-116 80-168 210z m238-250l0 198 590 0q-56-100-151-163t-209-75l-84 0q-84 10-146 40z" horiz-adv-x="920" />
<glyph glyph-name="soundcloud" unicode="&#xe819;" d="M34 178q0-4-10-4-6 0-10 4l-14 70 14 72q4 4 10 4 10 0 10-4l16-72z m102-38q0-8-12-8t-12 8l-12 108 12 166q0 8 12 8t12-8l14-166z m102 2q0-10-14-10t-14 8l-10 108 10 222q0 10 14 10t14-10l12-222z m102 0q0-10-16-10t-16 10l-8 106 8 224q0 10 16 10t16-10l10-224z m102 2q0-12-18-12-16 0-18 12l-6 104 6 256q4 14 18 14 18 0 18-14l8-256z m72-12q-14 0-14 14l0 396q0 10 12 14 36 14 84 14 88 0 153-58t73-142q24 10 50 10 52 0 90-37t38-87q0-52-38-89t-90-37z" horiz-adv-x="1000" />
<glyph glyph-name="newspaper" unicode="&#xe807;" d="M700 800q42 0 71-29t29-71l0-700q0-40-29-70t-71-30l-600 0q-40 0-70 30t-30 70l0 700q0 42 30 71t70 29l600 0z m0-800l0 700-600 0 0-700 600 0z m-250 250l0-50-250 0 0 50 250 0z m150 200l0-50-200 0 0 50 200 0z m-200 50l0 100 200 0 0-100-200 0z m-50 100l0-200-150 0 0 200 150 0z m-50-250l0-50-100 0 0 50 100 0z m50-50l0 50 250 0 0-50-250 0z m250-150l0-50-400 0 0 50 400 0z m-100 50l0 50 100 0 0-50-100 0z" horiz-adv-x="800" />
<glyph glyph-name="search" unicode="&#xe827;" d="M772 78q30-34 6-62l-46-46q-36-32-68 0l-190 190q-74-42-156-42-128 0-223 95t-95 223 90 219 218 91 224-95 96-223q0-88-46-162z m-678 358q0-88 68-156t156-68 151 63 63 153q0 88-68 155t-156 67-151-63-63-151z" horiz-adv-x="789" />
<glyph glyph-name="link" unicode="&#xe81b;" d="M294 116q14 14 34 14t36-14q32-34 0-70l-42-40q-56-56-132-56-78 0-134 56t-56 132q0 78 56 134l148 148q70 68 144 77t128-43q16-16 16-36t-16-36q-36-32-70 0-50 48-132-34l-148-146q-26-26-26-64t26-62q26-26 63-26t63 26z m450 574q56-56 56-132 0-78-56-134l-158-158q-74-72-150-72-62 0-112 50-14 14-14 34t14 36q14 14 35 14t35-14q50-48 122 24l158 156q28 28 28 64 0 38-28 62-24 26-56 31t-60-21l-50-50q-16-14-36-14t-34 14q-34 34 0 70l50 50q54 54 127 51t129-61z" horiz-adv-x="800" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Binary file not shown.

View File

@ -1,57 +0,0 @@
// Javascript loaded via modernizr.load (aka yepnopejs )
// Find the baseURL
var baseURL = '';
var scripts = document.getElementsByTagName('script');
for( var i = 0, l = scripts.length; i < l; i++ ){
if(scripts[i].src.indexOf('modernizr') >= 0)
baseURL = scripts[i].getAttribute('data');
}
yepnope.errorTimeout = 3000; // set 3 second error timeout instead of 10
function ready(){
// Hack to fix .codehilitetable overflow
$('.codehilitetable').wrap('<div class="codehilitewrapper">');
// Hack to make images more responsive and wrap with .th class
$('#main article img').each( function() {
$(this).css({'height': '', 'width': ''});
$(this).wrap('<a class="th" href="'+$(this).attr('src')+'" style="max-width:'+Math.min(this.naturalWidth, 770)+'px">');
});
};
// zeptojs or jquery
Modernizr.load([{
test: '__proto__' in {},
yep: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/vendor/zepto.js',
nope: 'http://cdn.jsdelivr.net/jquery/1.10.2/jquery-1.10.2.min.js',
complete: function() {
if( !window.jQuery && !window.Zepto )
Modernizr.load([{
test: '__proto__' in {},
yep: baseURL+'zepto.min.js',
nope: baseURL+'jquery.min.js',
}])
}
},
// Foundation
{
load: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/foundation.min.js',
complete: function(){
if(!window.Foundation)
Modernizr.load([{
load: baseURL+'foundation.min.js',
complete: function() {
$(document).foundation()
ready()
},
}]);
else {
$(document).foundation()
ready()
}
}
},
]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,402 +0,0 @@
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 3. Set default font family to sans-serif.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
background: #fff; /* 1 */
color: #000; /* 2 */
font-family: sans-serif; /* 3 */
-ms-text-size-adjust: 100%; /* 4 */
-webkit-text-size-adjust: 100%; /* 4 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@ -1,307 +0,0 @@
// Global Foundation Settings
@import "foundationSettings";
// Comment out this import if you don't want to use normalize
@import "normalize";
// Foundation Imports
@import "foundation/components/global"; // *always required
@import "foundation/components/grid";
// @import "foundation/components/visibility";
// @import "foundation/components/block-grid";
@import "foundation/components/type";
// @import "foundation/components/buttons";
// @import "foundation/components/forms"; // *requires components/buttons
// @import "foundation/components/custom-forms"; // *requires components/buttons, components/forms
// @import "foundation/components/button-groups"; // *requires components/buttons
// @import "foundation/components/dropdown-buttons"; // *requires components/buttons
// @import "foundation/components/split-buttons"; // *requires components/buttons
// @import "foundation/components/flex-video";
// @import "foundation/components/section";
@import "foundation/components/top-bar"; // *requires components/grid
// @import "foundation/components/orbit";
// @import "foundation/components/reveal";
// @import "foundation/components/joyride";
// @import "foundation/components/clearing";
// @import "foundation/components/alert-boxes";
// @import "foundation/components/breadcrumbs";
@import "foundation/components/keystrokes";
@import "foundation/components/labels";
@import "foundation/components/inline-lists";
@import "foundation/components/pagination";
// @import "foundation/components/panels";
// @import "foundation/components/pricing-tables";
// @import "foundation/components/progress-bars";
// @import "foundation/components/side-nav";
// @import "foundation/components/sub-nav";
// @import "foundation/components/switch";
// @import "foundation/components/magellan";
@import "foundation/components/tables";
@import "foundation/components/thumbs";
// @import "foundation/components/tooltips";
// @import "foundation/components/dropdown";
// VoltaicIdeas Imports
$set: 'pelican-red';
@import "voltaicideas/pelican-red/icons"; // icon fonts
@import "voltaicideas/pelican-red/_pygments.scss"; // pygments css
@import "voltaicideas/pelican-red/pygments-github"; // pygments style css
@import "compass/css3/box-shadow";
@import "compass/css3/border-radius";
@import "compass/css3/text-shadow";
@import "compass/css3/images";
html{ height: 100%; }
body{ height: 100%; }
//// Topbar fixes and media queries
.top-bar-section ul li.hover > a { background: $topbar-link-bg-hover; color: $topbar-link-color-hover; }
@media #{$topbar-media-query} {
#nav{
@include box-shadow( 0 2px 2px rgba( 50, 50, 50, 0.4 ) );
.top-bar-section {
.dropdown{
@include box-shadow( 0 2px 2px rgba( 50, 50, 50, 0.4 ) );
}
}
}
}
//// Area Styles
body{ background-color: #fff; }
#nav {
background-color: $topbar-bg;
margin-bottom: emCalc(10px);
.top-bar{ margin-bottom: 0; }
}
#main section, #mainAside aside {
background-color: #fff;
@include box-shadow(0 2px 5px rgba(0,0,0,0.2));
margin-bottom: emCalc(10px);
}
#main section {
padding: emCalc(10px) emCalc(7px) emCalc(7px) emCalc(12px);
header {
overflow: hidden;
margin-bottom: emCalc(7px);
h1, h2, h3 { margin-top: 0; margin-bottom: 0; }
border-bottom: 1px solid darken(#fff, 5%);
.print_header{ display: none; }
a.th{
display: block;
margin-left: emCalc(10px);
margin-right: emCalc(10px);
margin-bottom: emCalc(10px);
text-align: center;
background-color: #000;
img {
max-height: 250px;
}
}
}
article {
overflow: auto;
a.th {
display: block;
margin-right: auto;
margin-left: auto;
margin-top: emCalc(4px);
margin-bottom: emCalc(4px);
}
.article-details {
font-size: emCalc(14px);
color: darken( $secondary-color, 15%);
border-bottom: 1px solid darken( #fff, 5% );
margin-bottom: emCalc(7px);
padding-bottom: emCalc(5px);
.published, .modified, .category{
line-height: 2em;
margin-left: emCalc(5px);
white-space: pre;
}
.tag-list {
font-size: 0.9em;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
li a{ line-height: 1.5em; padding: emCalc(4px) emCalc(7px); }
}
}
}
ul.item-list {
@extend .no-bullet;
margin-bottom: 0;
margin-left: 0;
li .article, li .author {
border: 1px solid darken(#fff, 5%);
padding: emCalc(7px);
margin: emCalc(7px);
overflow: hidden;
clear: both;
&:after { clear: both }
@include border-radius($global-radius);
@include background-image(linear-gradient(top, #fff, darken(#fff, 2%)));
.summary { font-size: 0.9em; padding-bottom: emCalc(7px); }
footer{
border-top: 1px solid darken(#fff, 5%);
ul { margin-left: 0; }
font-size: 0.8em;
color: darken($secondary-color, 10%);
abbr{
color: darken($secondary-color, 10%);
}
a{ color: lighten($primary-color, 5%); }
}
header {
.tag-list{
font-size: 0.7em;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
li a{ line-height: 1.5em; padding: emCalc(4px) emCalc(7px); }
}
span{ font-size: 0.8em; }
}
}
li .author .vcard {
border: none;
border-bottom: 1px solid darken(#fff, 5%);
display: block;
margin-bottom: emCalc(7px);
p:last-child { margin-bottom: emCalc(5px); }
img.photo{ display: none; }
.fn{ display: none; }
}
}
ul.item-list.featured li .author {
@include box-shadow(none);
@include background-image(none);
border: none;
}
dl.item-list {
dt{ border-top: 1px solid darken(#fff, 5%); }
dt:first-child{ border: none; }
dd{ margin-bottom: emCalc(8px); }
}
.page_footer, .article_footer{
font-size: emCalc(14px);
border-top: 1px solid darken(#fff, 5%);
padding-top: emCalc(5px);
margin-top: emCalc(5px);
.no-bullet{ margin-left: 0; }
ul li {
margin-bottom: emCalc(7px);
&:last-child{ margin-bottom: (4px); }
}
.vcard.brief {
li { margin-bottom: 0; }
display: block;
margin-bottom: 0;
}
#disqus_thread {
border-top: 1px solid darken(#fff, 5%);
padding-top: emCalc(10px);
}
}
}
#mainAside {
font-size: 0.8em;
aside {
padding: emCalc(10px) emCalc(7px);
}
}
#blogRoll, .no-margin {
margin-left: 0;
margin-bottom: 0;
overflow: hidden;
}
#blogRoll{
.external {
&:after{
font-family: 'pelican-red';
content: "";
}
}
}
#mainFooter {
text-align: right;
margin-right: emCalc(10px);
margin-top: emCalc(10px);
margin-bottom: emCalc(7px);
color: #888;
font-size: 0.8em;
.print_footer{ display: none; }
}
//// Component Styles
.social-area {
li a:not(.button) {
padding: 0 10px;
}
}
// Google Search
.gsc-control-cse{ padding: 0 !important;
.gsc-input{ padding: 0 !important; }
.gsc-search-button {
display: none;
}
}
.tag-list {
@include inline-list;
margin-left: 0;
li {
@include label(0, emCalc(16px), $secondary-color, $global-radius);
margin: emCalc(4px);
a {
padding: emCalc(7px) emCalc(7px);
color: #000;
span {
@include keystroke(lighten($secondary-color, 5%));
margin-left: emCalc(7px);
}
}
&:hover{
background-color: $primary-color;
a {
color: #fff;
span {
border-color: darken($primary-color, 4%);
background-color: lighten($primary-color, 7%);
color: #fff;
}
}
}
}
}
ul.pagination{
li.current a{
background: desaturate(lighten($primary-color, 5%), 50%);
}
}
@media #{$small} {
}
//// Print Visibility styling
@media print{
body { padding-top: 0 !important; }
.top-bar, #mainAside {
display: none;
}
#main section header .print_header, #mainFooter .print_footer{ display: block; }
#main {
.codehilitewrapper{ page-break-inside: avoid; }
pre { border: none; }
}
}

View File

@ -1,43 +0,0 @@
@include i-class('grooveshark','805');
@include i-class('reddit','804');
@include i-class('blogger','803');
@include i-class('youtube','802');
@include i-class('steam','801');
@include i-class('tag','81a');
@include i-class('vcard','817');
@include i-class('language','806');
@include i-class('dot-3','808');
@include i-class('cc','826');
@include i-class('cc-by','825');
@include i-class('cc-nc','824');
@include i-class('cc-nc-eu','823');
@include i-class('cc-nc-jp','822');
@include i-class('cc-sa','821');
@include i-class('cc-nd','820');
@include i-class('cc-pd','81f');
@include i-class('cc-zero','81e');
@include i-class('cc-share','81d');
@include i-class('cc-remix','81c');
@include i-class('github','80a');
@include i-class('flickr','815');
@include i-class('vimeo','80b');
@include i-class('twitter','80e');
@include i-class('facebook','80d');
@include i-class('gplus','80c');
@include i-class('pinterest','800');
@include i-class('tumblr','809');
@include i-class('linkedin','80f');
@include i-class('dribbble','814');
@include i-class('stumbleupon','816');
@include i-class('lastfm','810');
@include i-class('rdio','811');
@include i-class('instagram','812');
@include i-class('skype','813');
@include i-class('picasa','818');
@include i-class('soundcloud','819');
@include i-class('newspaper','807');
@include i-class('search','827');
@include i-class('link','81b');
//Generated on Sat Jul 13 07:02:38 UTC 2013

View File

@ -1,61 +0,0 @@
//
// Sass Icon Fonts
//
// Settings File _iconSettings.scss
// Version: 0.3
// Created By: Andrew Senetar
// Date: July, 13 2013
// Used: Font Awesome Styles, Foundation Icon Fonts Scss as Starting; animation from Fontello
//// Compass imports used later in icons.scss
@import "compass/css3/font-face";
@import "compass/css3/border-radius";
@import "compass/css3/animation";
@import "compass/css3/transform";
//// Font and class variables
$classPrefix: "icon-" !default; // icon class prefix [prefix-][name]
$set: "fontello" !default; // font name
//// Color Variables (from Font Awesome)
$iconBorderColor: #eee !default;
$iconMuted: #eee !default;
$iconLight: #fff !default;
$iconDark: #333 !default;
//// Mixin for creation of individual icon class
//// Use: @include i-class([name],[code]); (assumes \exxx space since its imposible? to output
//// \#{$pua} in Sass appearntly
@mixin i-class($name,$pua) {
.#{$classPrefix}#{$name}:before {
content: "\e#{$pua}";
}
}
//// Mixin for creation of individual icon class for Internet Explorer
//// Use: @include i-class([name],[code]); (again exxx range)
@mixin ie-class($name,$pua) {
.#{$classPrefix}#{$name} {
*zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xe#{$pua};&nbsp;");
}
}
//// Mixin for @font-face
//// Use @include face([$set]);
@mixin face($set) {
@include font-face("#{$set}",
font-files("#{$set}.woff",
"#{$set}.ttf",
"#{$set}.svg"),
'#{$set}.eot',
normal,
normal);
}

View File

@ -1,136 +0,0 @@
//
// Sass Icon Fonts
//
// Main File icons.scss
// Version: 0.3
// Created By: Andrew Senetar
// Date: July, 13 2013
// Used: Font Awesome Styles, Foundation Icon Fonts Scss as Starting; animation from Fontello
@import "voltaicideas/pelican-red/iconSettings";
/* Icon Font */
@include face(#{$set}); //@font-face
//// global icon styles (from Foundation Icons + Font Awesome)
/* Icon font Styles */
[class*="#{$classPrefix}"] {
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
display: inline;
height: auto;
width: auto;
vertical-align: baseline;
line-height: 1;
margin-top: 0;
speak: none;
font-family: '#{$set}';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}
[class*="#{$classPrefix}"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
//// Icon borders (from Font Awesome)
[class*="border #{$classPrefix}"] {
border: solid 1px $iconBorderColor;
padding: .2em .25em .15em;
@include border-radius(3px);
}
//// Icon sizes (from Font Awesome)
[class*="large #{$classPrefix}"]:before {
vertical-align: -10%;
font-size: 1.333em;
}
[class*="huge #{$classPrefix}"]:before {
vertical-align: -17%;
font-size: 1.75em;
}
[class*="2x #{$classPrefix}"] {
font-size: 2em;
& .border {
border-width: 2px;
@include border-radius(4px);
}
}
[class*="3x #{$classPrefix}"] {
font-size: 3em;
& .border {
border-width: 3px;
@include border-radius(5px);
}
}
[class*="4x #{$classPrefix}"] {
font-size: 4em;
& .border {
border-width: 4px;
@include border-radius(6px);
}
}
[class*="5x #{$classPrefix}"] {
font-size: 5em;
& .border {
border-width: 5px;
@include border-radius(7px);
}
}
//// Colors (from Font Awesome)
[class*="muted #{$classPrefix}"]{
color: $iconMuted;
}
[class*="light #{$classPrefix}"]{
color: $iconLight;
}
[class*="dark #{$classPrefix}"]{
color: $iconDark;
}
//// Fixes
//// makes sure icons active on rollover in links (from Font Awesome)
a [class*="#{$classPrefix}"]:before {
display: inline;
}
//// Animation for Spinners (from Fontello)
@include keyframes(spin){
0%{
@include transform(rotate(0deg));
}
100%{
@include transform(rotate(359deg));
}
}
.animate-spin{
@include animation(spin 2s infinite linear);
}
//// Actual Icons
/* Icon Font List */
@import "voltaicideas/pelican-red/_iconList.scss"

View File

@ -1,65 +0,0 @@
/* Pygments Code Highlight */
.codehilite {
.hll { background-color: #ffffcc }
.c { color: #999988; font-style: italic } // Comment
.err { color: #a61717; background-color: #e3d2d2 } // Error
.k { color: #000000; font-weight: bold } // Keyword
.o { color: #000000; font-weight: bold } // Operator
.cm { color: #999988; font-style: italic } // Comment.Multiline
.cp { color: #999999; font-weight: bold; font-style: italic } // Comment.Preproc
.c1 { color: #999988; font-style: italic } // Comment.Single
.cs { color: #999999; font-weight: bold; font-style: italic } // Comment.Special
.gd { color: #000000; background-color: #ffdddd } // Generic.Deleted
.ge { color: #000000; font-style: italic } // Generic.Emph
.gr { color: #aa0000 } // Generic.Error
.gh { color: #999999 } // Generic.Heading
.gi { color: #000000; background-color: #ddffdd } // Generic.Inserted
.go { color: #888888 } // Generic.Output
.gp { color: #555555 } // Generic.Prompt
.gs { font-weight: bold } // Generic.Strong
.gu { color: #aaaaaa } // Generic.Subheading
.gt { color: #aa0000 } // Generic.Traceback
.kc { color: #000000; font-weight: bold } // Keyword.Constant
.kd { color: #000000; font-weight: bold } // Keyword.Declaration
.kn { color: #000000; font-weight: bold } // Keyword.Namespace
.kp { color: #000000; font-weight: bold } // Keyword.Pseudo
.kr { color: #000000; font-weight: bold } // Keyword.Reserved
.kt { color: #445588; font-weight: bold } // Keyword.Type
.m { color: #009999 } // Literal.Number
.s { color: #d01040 } // Literal.String
.na { color: #008080 } // Name.Attribute
.nb { color: #0086B3 } // Name.Builtin
.nc { color: #445588; font-weight: bold } // Name.Class
.no { color: #008080 } // Name.Constant
.nd { color: #3c5d5d; font-weight: bold } // Name.Decorator
.ni { color: #800080 } // Name.Entity
.ne { color: #990000; font-weight: bold } // Name.Exception
.nf { color: #990000; font-weight: bold } // Name.Function
.nl { color: #990000; font-weight: bold } // Name.Label
.nn { color: #555555 } // Name.Namespace
.nt { color: #000080 } // Name.Tag
.nv { color: #008080 } // Name.Variable
.ow { color: #000000; font-weight: bold } // Operator.Word
.w { color: #bbbbbb } // Text.Whitespace
.mf { color: #009999 } // Literal.Number.Float
.mh { color: #009999 } // Literal.Number.Hex
.mi { color: #009999 } // Literal.Number.Integer
.mo { color: #009999 } // Literal.Number.Oct
.sb { color: #d01040 } // Literal.String.Backtick
.sc { color: #d01040 } // Literal.String.Char
.sd { color: #d01040 } // Literal.String.Doc
.s2 { color: #d01040 } // Literal.String.Double
.se { color: #d01040 } // Literal.String.Escape
.sh { color: #d01040 } // Literal.String.Heredoc
.si { color: #d01040 } // Literal.String.Interpol
.sx { color: #d01040 } // Literal.String.Other
.sr { color: #009926 } // Literal.String.Regex
.s1 { color: #d01040 } // Literal.String.Single
.ss { color: #990073 } // Literal.String.Symbol
.bp { color: #999999 } // Name.Builtin.Pseudo
.vc { color: #008080 } // Name.Variable.Class
.vg { color: #008080 } // Name.Variable.Global
.vi { color: #008080 } // Name.Variable.Instance
.il { color: #009999 } // Literal.Number.Integer.Long
}

View File

@ -1,52 +0,0 @@
.codehilite{
font-size: emCalc(14px);
padding: emCalc(7px);
background-color: lighten($secondary-color, 8%);
border: 1px solid $secondary-color;
font-family: 'Source Code Pro', 'Consolas', Monaco, monospace;
overflow: auto;
margin-bottom: emCalc(16px);
pre{
tab-size: 4;
white-space: pre;
font-family: inherit;
}
}
div.codehilitewrapper{
overflow-x: auto;
overflow-y: hidden;
border: 1px solid $secondary-color;
margin-bottom: 1.25em;
table.codehilitetable{
margin: 0;
border: none;
}
}
table.codehilitetable{
td{ font-size: 1em; }
width: 100%;
.linenos{
width: emCalc(30px);
padding: 0;
.linenodiv{
padding: emCalc(7px);
overflow: auto;
font-family: 'Source Code Pro', 'Consolas', Monaco, monospace;
pre{
font-family: inherit;
}
}
}
.code{
padding: 0;
.codehilite{
border-bottom: none;
border-top: none;
border-right: none;
margin: 0;
}
}
}