--- date: 2020-08-17 image: jekyll_theme_amp_screenshot-728x212: screenshot_amp.png --- # jekyll-theme-amp Just another jekyll docs theme compatible with GitHub Pages and AMP ```yml remote_theme: rundocs/jekyll-theme-amp ``` {% include image name="jekyll_theme_amp_screenshot-728x212" %} ## Writing ```markdown --- date: 2020-01-01 image: [alt]-[width]x[height]: [src] . . . --- # Your awesome title {% raw %}{% include image name="[alt]-[width]x[height]" %}{% endraw %} ``` Custom your logo `assets/schema.600x60.png` ## Debug - [AMP documentation](https://amp.dev/documentation/) - [Google AMP Tester](https://search.google.com/test/amp) - [Google Search documentation](https://developers.google.com/search/docs/data-types/article) AMP test: `{{ page.url | absolute_url | append: "#development=1" }}`, then `F12`