Technical writings by Nathan Shafer
This site began life at Blogger, but I found that platform to be more of a hindrance than a help in publishing articles. And any stumbling block raises the barrier-of-laziness, and thus I don't write articles.
In September of 2015 I finally got around to migrating it to a static site, using Pelican. I like this platform for a few reasons:
$
.So with the migration I decided to build the entire site up from scratch as a way to try out some new tech. So this will hopefully get me writing more.
I started with Pelican's simple
theme for the templates, and customized it to meet my needs.
A few elements of the pelican-bootstrap3 theme for Pelican were borrowed.
I wrote all of the stylesheets in SCSS, using Bourbon, Bourbon Neat for responsiveness, and Bitters for a reset. The end result is one CSS file for the entire site that's a fraction of the size of bootstrap.min.css.
All fonts are from Google Fonts. Icons are from Font Awesome.
No javascript or third party stylesheets included.
The result is that every page is about 100kb in size for all HTML, CSS and images plus whatever is in each article.
My IDE of choice is the ridiculously awesome PyCharm from JetBrains. It even has a Markdown preview built-in. For all graphical work I prefer to use GIMP, Inkscape and Blender. All on Linux Mint of course.
If you're interested, the source for this blog is available on github.
This page last updated: September 26, 2015