— date: 2020-08-17 image:
jekyll_theme_amp_screenshot-728x212: screenshot_amp.png¶ ↑
jekyll-theme-amp¶ ↑
<amp-img alt=“CI” src=“github.com/rundocs/jekyll-theme-amp/workflows/CI/badge.svg” width=“90px” height=“20px”></amp-img>
Just another jekyll docs theme compatible with GitHub Pages and AMP
{% include image name=“jekyll_theme_amp_screenshot-728x212” %}
Installing¶ ↑
remote_theme: rundocs/jekyll-theme-amp # or theme: jekyll-theme-amp
Gemfile
source "https://rubygems.org" gem "jekyll-theme-amp" gem "github-pages", group: :jekyll_plugins
Configuring¶ ↑
remote_theme: rundocs/jekyll-theme-amp title: Your awesome title lang: # default: en description: Write an awesome description for your new site here logo: # default: assets/schema.600x60.png meta: key1: value1 key2: value2 key3: value3 key4: value4 . . . readme_index: with_frontmatter: true scss: # or via file "_includes/assets/custom.scss" script: # or via file "_includes/assets/custom.js"
Writing¶ ↑
--- date: 2020-01-01 image: [alt]-[width]x[height]: [src] . . . --- # Your awesome title {% raw %}{% include image name="[alt]-[width]x[height]" %}{% endraw %}
Debug¶ ↑
AMP test: {{ page.url | absolute_url | append: "#development=1" }}
, then F12