Skip to content

Commit ebb22f9

Browse files
authored
Merge pull request #338 from cmu-delphi/sgratzl/webp_generation
generate webp image versions on the fly
2 parents 53221da + bde0779 commit ebb22f9

File tree

147 files changed

+579
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+579
-528
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@
3232
*.ico
3333
*.bib
3434
*.xcf
35-
/themes/delphi/layouts/partials/webp-image.html
3635
/themes/delphi/layouts/shortcodes/apireflink.html
3736
/themes/delphi/layouts/shortcodes/reflink.html

content/blog/2015-07-23-template-post.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ draft: true # remove this line in new blog posts
1010
authors: # list of team member keys, see /content/about/team/index.md -> team
1111
- frida
1212
# uncomment to enable a big hero image
13-
# heroImage: /blog/images/blog-lg-img_hello-world.jpg # size: 1120x440 jpg and webp format
14-
heroImageThumb: /blog/images/blog-thumb.jpg # size: 300x200 jpg and webp format
13+
# heroImage: blog-lg-img_hello-world.jpg # size: 1120x440 jpg format
14+
heroImageThumb: blog-thumb.jpg # size: 300x200 jpg format
1515
summary: |
1616
Blog summary, the first 150 characters are used for the blog list
1717
acknowledgements: |

0 commit comments

Comments
 (0)