Skip to content

Instantly share code, notes, and snippets.

@lukas-h
Last active June 5, 2017 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukas-h/206b05564fcb15fdcbc8a438019fea8e to your computer and use it in GitHub Desktop.
Save lukas-h/206b05564fcb15fdcbc8a438019fea8e to your computer and use it in GitHub Desktop.
AMP jekyll config file replacements
...
replacements:
- - "<img"
- "<amp-img"
- - alt="" />
- ' layout="responsive" height="300px" width="600px"></amp-img>'
- - "<video"
- "<amp-video"
- - "</video"
- "</amp-video"
- - <script src=\"https://gist.github.com/lukas-h/
- <amp-gist data-gistid=\"
- - .js\"></script>
- \" layout="fixed-height" height="250"></amp-gist>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment