finally rm .tumblrimport

[CI SKIP]
This commit is contained in:
Aminda Suomalainen 2023-02-16 10:56:26 +02:00
parent 62b8b82299
commit 2b2f143219
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 9 deletions

View File

@ -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
})'