mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
remove jekyll-picture-tag settings
This commit is contained in:
parent
9b9bf820fa
commit
093c18e75f
60
_config.yml
60
_config.yml
@ -73,63 +73,3 @@ jekyll-archives:
|
|||||||
permalinks:
|
permalinks:
|
||||||
tag: '/tag/:name/'
|
tag: '/tag/:name/'
|
||||||
category: '/:name/'
|
category: '/:name/'
|
||||||
|
|
||||||
|
|
||||||
# jekyll-picture-tag
|
|
||||||
# --------------------
|
|
||||||
|
|
||||||
picture:
|
|
||||||
source: "_media"
|
|
||||||
output: "media/gen"
|
|
||||||
markup: "picture"
|
|
||||||
presets:
|
|
||||||
default:
|
|
||||||
ppi: [1, 2]
|
|
||||||
source_large:
|
|
||||||
media: "(min-width: 87.500em)"
|
|
||||||
width: "1000"
|
|
||||||
source_medium:
|
|
||||||
media: "(min-width: 40.625em)"
|
|
||||||
width: "800"
|
|
||||||
source_small:
|
|
||||||
media: "(min-width: 30em)"
|
|
||||||
width: "600"
|
|
||||||
source_default:
|
|
||||||
width: "400"
|
|
||||||
phototeaser:
|
|
||||||
ppi: [1, 2]
|
|
||||||
source_large:
|
|
||||||
media: "(min-width: 87.500em)"
|
|
||||||
width: "1000"
|
|
||||||
height: "650"
|
|
||||||
source_medium:
|
|
||||||
media: "(min-width: 40.625em)"
|
|
||||||
width: "800"
|
|
||||||
height: "550"
|
|
||||||
source_small:
|
|
||||||
media: "(min-width: 30em)"
|
|
||||||
width: "600"
|
|
||||||
height: "450"
|
|
||||||
source_default:
|
|
||||||
width: "400"
|
|
||||||
height: "250"
|
|
||||||
featured:
|
|
||||||
ppi: [1, 2]
|
|
||||||
attr:
|
|
||||||
class: "featured-image"
|
|
||||||
itemprop: "image"
|
|
||||||
source_medium:
|
|
||||||
media: "(min-width: 40.625em)"
|
|
||||||
width: "275"
|
|
||||||
height: "100"
|
|
||||||
source_default:
|
|
||||||
width: "190"
|
|
||||||
height: "100"
|
|
||||||
photothumb:
|
|
||||||
ppi: [1, 2]
|
|
||||||
attr:
|
|
||||||
class: "related-image"
|
|
||||||
itemprop: "image"
|
|
||||||
source_default:
|
|
||||||
width: "190"
|
|
||||||
height: "190"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user