mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
6 Commits
98bb127936
...
7bf41cad51
Author | SHA1 | Date | |
---|---|---|---|
7bf41cad51 | |||
26df059760 | |||
aeb85237f3 | |||
25b675af27 | |||
2b2f143219 | |||
62b8b82299 |
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,3 +1,5 @@
|
|||||||
* text=auto
|
* text=auto -linguist-detectable
|
||||||
|
|
||||||
|
# LFS
|
||||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -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
|
|
||||||
})'
|
|
Loading…
x
Reference in New Issue
Block a user