在 github 最小值中嵌入要点标签 {% gist 7555c74 %} 无效

Embed gist tag {% gist 7555c74 %} in github minima not working

我正在尝试使用标签 {% gist 1234567 %} 通过我的要点添加代码摘录。但是它们没有显示在我的 post 中。它们按原样显示。 {% gist 1234567 %}.

我的 post 是一个降价文件,我在 github 上使用带有 jekyll minima 主题的 github 页面托管 github。所以 link 到 post 看起来像这样
https://github.com/<user>/blog/<postname>.md

我添加了将要点包含到 _config.yml 文件中的行。以下是 _config.yml 文件中的代码。

show_excerpts: true # set to true to show excerpts on the homepage

# Build settings
theme: minima

# generate social links in footer
minima:
  social_links:
    twitter: abcd
    github:  abcd
    linkedin: abcd
  
  skin: solarized-dark

# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- about.md

plugins:
 - jekyll-feed
 - jekyll-seo-tag
 - jekyll-gist

我在最小主题的文件夹结构中没有看到任何 gemfile。

作为背景——我用最简单的方法创建了博客。启用 github 页面、选择主题、自定义网站并创建/post 编辑了博客 post。我连本地环境都没有

我还需要做什么?

我在标签中使用了完整的 git 提交 ID,我的要点显示在 markdown 文件中。

{%要点 1234567xxxxxxxxx....%}

奇怪的是,7 个字符通常就足够了。 但这对我有用。