Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy images #7

Open
Crissov opened this issue Nov 30, 2017 · 1 comment
Open

Dummy images #7

Crissov opened this issue Nov 30, 2017 · 1 comment

Comments

@Crissov
Copy link
Contributor

Crissov commented Nov 30, 2017

For testing image syntax ![], it would be nice if some simple graphic files could be referenced locally and show up in the HTML rendering. I can use external resources, of course, but that bloats the code.

Possibly useful file names (plus extensions .png, .jpg, .svg at least):

  • pass, fail, check
  • example, sample, test, dummy
  • image, picture
  • foo, bar, baz, quuz

It may be further helpful to also provide dummy text, audio and video files.

@Crissov
Copy link
Contributor Author

Crissov commented Oct 11, 2018

I'm not sure, but something like this in _config.yml might work:

# We have several dummy images and media files available under different aliases
plugins:
  - jekyll-redirect-from

defaults:
  - scope:
      path: "images/babelmark32.png"
    values:
      image: true
      redirect-from:
        - example.png
        - sample.png
        - test.png
        - dummy.png
        - image.png
        - img.png
        - picture.png
        - foo.png
        - bar.png
        - baz.png
        - quuz.png
        - pass.png
        - fail.png
        - check.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants