Skip to content

Instantly share code, notes, and snippets.

View eexit's full-sized avatar
🌴
On vacation

Joris Berthelot eexit

🌴
On vacation
View GitHub Profile
@eexit
eexit / batman-logo-ascii
Last active October 27, 2015 16:51
batman-logo-ascii
,.ood888888888888boo.,
.od888P^"" ""^Y888bo.
.od8P'' ..oood88888888booo. ``Y8bo.
.odP'" .ood8888888888888888888888boo. "`Ybo.
.d8' od8'd888888888f`8888't888888888b`8bo `Yb.
d8' od8^ 8888888888[ `' ]8888888888 ^8bo `8b
.8P d88' 8888888888P Y8888888888 `88b Y8.
d8' .d8' `Y88888888' `88888888P' `8b. `8b
@eexit
eexit / wp2ghost_image_importer.php
Last active August 29, 2015 14:00
This file a Wordpress to Ghost image importer.
<?php
/*
This file a Wordpress to Ghost image importer.
Before you run this script, you must have done the following:
1. Import your blog content in Ghost with Markdown syntax (very important).
I used ExitWP (https://github.com/thomasf/exitwp) then
replaced all my Ghost data by its equivalent in Markdown
2. Export your Ghost database (yourblogurl/ghost/debug)
3. Configure this script (see variables below)