mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-18 02:47:24 +02:00
Compare commits
No commits in common. "7bf41cad51d67e3606412790692ab9aaada0b459" and "98bb127936d00c8cb27810b00f4f3ef1b6e77a47" have entirely different histories.
7bf41cad51
...
98bb127936
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -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
9
.tumblrimport
Executable 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
|
||||
})'
|
Loading…
x
Reference in New Issue
Block a user