Compare commits

..

No commits in common. "7bf41cad51d67e3606412790692ab9aaada0b459" and "98bb127936d00c8cb27810b00f4f3ef1b6e77a47" have entirely different histories.

2 changed files with 10 additions and 3 deletions

4
.gitattributes vendored
View File

@ -1,5 +1,3 @@
* text=auto -linguist-detectable
# LFS
* text=auto
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text

9
.tumblrimport Executable file
View File

@ -0,0 +1,9 @@
#!/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
})'