From 2b2f143219f29ba746a3f15029e40208c343d74b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Feb 2023 10:56:26 +0200 Subject: [PATCH] finally rm .tumblrimport [CI SKIP] --- .tumblrimport | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .tumblrimport diff --git a/.tumblrimport b/.tumblrimport deleted file mode 100755 index f9b9844..0000000 --- a/.tumblrimport +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -ruby -rubygems -e 'require "jekyll-import"; - JekyllImport::Importers::Tumblr.run({ - "url" => "http://ciblia.tumblr.com", - "format" => "md", # or "md" - "grab_images" => false, # whether to download images as well. - "add_highlights" => true, # whether to wrap code blocks (indented 4 spaces) in a Liquid "highlight" tag - "rewrite_urls" => false # whether to write pages that redirect from the old Tumblr paths to the new Jekyll paths - })'