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
@ -6,29 +8,10 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
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
#############

157
404.html
View File

@ -1,154 +1,9 @@
<!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="!( 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" />
---
layout: 404
title: 404 - Not Found
---
<!-- title -->
<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" />
## !( Page or Article )
<!-- 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" />
The url you have tried is not a page or article on this site. Maybe going back to the [index](/index.html) will help.
<!-- 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;