FancyBox Plugin Finalizing

FancyBox Pelican Plugin - are you done already?

The FancyBox is almost complete. Need to adjust some elements. But main functionality is almost complete.

Down below are all functions that I've created:

Replace function.

Needed to create a replace function for replacing fancybox markdown element from article with a fancybox-type element …

more ...

FancyBox Plugin Finding Fancybox elements in articles

Introduction

Lately I've started working on this pelican-plugin that will use special command in markdown article to "magically" change it's content into a fancybox-alike.

I've started it with badly without TDD and that approach failed to leave me with successful plugin created.

My failure was also in copy-pasting others plugins …

more ...

FancyBox Plugin and Test Driven Development Flow

Test Driven Development Flow

So lastly I've introduced to myself a Test Driven Development, but unfortunatelly I didn't examine the flow and approach as much as I should.

Thanks to Uncle Bob I've realized what exactly TDD flow looks like.

1. Make a test that (should) fail.

The idea is …

more ...



Blog posts deployment using Pelican and Fabric

Introduction - How I end-up with slappy SCP?

I've decided I'll use my old laptop (which is currently used as a media server for TV) as my main "server" for maintaining and creating content and building site on it.

I have to confess, two posts (how-to-create-own-blog && get-noticed ) were deployed by me …

more ...