在 github minima 中嵌入 gist 标签 % gist 7555c74 % 不起作用

Posted

技术标签:

【中文标题】在 github minima 中嵌入 gist 标签 % gist 7555c74 % 不起作用【英文标题】:Embed gist tag % gist 7555c74 % in github minima not working在 github minima 中嵌入 gist 标签 % gist 7555c74 % 不起作用 【发布时间】:2021-04-24 01:01:03 【问题描述】:

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

我的帖子是一个降价文件,我在 github 上使用带有 jekyll minima 主题的 github 页面托管该文件。所以帖子的链接看起来像这样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 页面,选择主题,自定义站点并创建/发布博客文章。我什至没有本地环境。

我还需要做什么?

【问题讨论】:

【参考方案1】:

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

% gist 1234567xxxxxxxxx.... %

7 个字符通常就足够了。 但这对我有用。

【讨论】:

以上是关于在 github minima 中嵌入 gist 标签 % gist 7555c74 % 不起作用的主要内容,如果未能解决你的问题,请参考以下文章

markdown 如何使用Jekyll在GitHub页面上嵌入Gist的示例。

markdown 如何使用Jekyll在GitHub页面上嵌入Gist的示例。

GitGitHub 使用说明(下)

php 使用此功能将Gists嵌入到您的博客帖子中

markdown Gist嵌入样本:CSS

markdown Gist嵌入示例:PHP类