Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am frodo45127 on github.
  • I am frodo45127 (https://keybase.io/frodo45127) on keybase.
  • I have a public key ASACmMVr9l0O1UgcVB-GvxvP-1yzZGpTJjRd0Htdgb91gAo

To claim this, I am signing this object:

#!/bin/sh
# ------------------------------------------------------
# Made in Spain by Frodo45127
# ------------------------------------------------------
# Bienvenidos al manual de Shell Script para tontos V2.
# Aquí os explicaré lo que pueda de Shell Script.
# Doy por hecho que el que lea esto no sabe ná, así
# que empezaré por lo más básico.
#
# Esta es una guía muy simple. Contiene sólo lo básico.
@Frodo45127
Frodo45127 / blogspot_to_jekyll.rb
Last active December 18, 2015 10:33 — forked from danielgomezrico/blogspot_to_jekyll.rb
Updated documentation, the content is now converted from html to markdown, fixed problems with files with some characters in their names and in their categories and fixed categories with spaces.
#!/usr/bin/env ruby
#
# Convert blogger (blogspot) posts to jekyll posts
#
# Basic Usage
# -----------
# In Windows, go to the folder where this file is and execute:
# ruby blogspot_to_jekyll.rb feed_url
#
# In Linux, go to the folder where this file is and execute: