问题标签 [jekyll-bootstrap]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
464 浏览

google-analytics - 使用 Jekyll 和 Skinny Bones 进行 Google 分析

我刚刚在 github 上建立了我的用户站点,并使用了带有 Skinny Bones 主题的 Jekyll。我在将谷歌分析添加到我的网站时遇到问题。

我从 Google Analytics 获得了要嵌入到我的 html 中的跟踪 ID 和脚本,并将其粘贴到 home.html 中。

index.md 使用 home.html 作为布局。到目前为止,我无法通过分析检测网站上的流量,并且我已经尝试将分析设置中的默认页面设置为 home.html。没运气。有任何想法吗?

非常感谢!

0 投票
1 回答
940 浏览

jekyll - Jekyll Kramdown 脚注不解析

我正在尝试使用 Jekyll 用脚注注释文件。我的 _config.yml 文件是这样设置的:

降价:kramdown

这就是我尝试使用脚注的方式:

但是在我的本地机器上查看它似乎并没有解析第一个脚注。这是它的显示方式:

“作为权衡取舍的理性经济人 [^1],我们不断做出与他们相关的不同成本的选择。”

脚注定义不会出现。

任何见解将不胜感激!

0 投票
1 回答
194 浏览

ruby-on-rails - Installing Jekyll theme complains "destination path './_theme_packages/_tmp' already exists and is not an empty directory."

I'm trying to install a Jekyll theme via

As instructed on Jekyll Bootstrap's page here.

However it complains

destination path './_theme_packages/_tmp' already exists and is not an empty directory.

The annoying thing is if I clobber this folder

It will then give this error

And if I run again, I get the first error.

So the install is way not idempotent which makes me think it wasn't really developed or tested well in the first place.

Is there any easy patch?

Jekyll 1.X. Possibly the problem - the theme says I need 2.x. [Researching this right now]

0 投票
3 回答
1876 浏览

jekyll - Jekyll:Jekyll 和 Jekyll bootstrap 有什么区别?

我对jekylljekyll bootstrap之间的关系感到困惑。我想创建一个博客,但我不确定要使用哪个站点来提供教程等等。

0 投票
1 回答
250 浏览

html - 显示 3 次的 Mathjax 方程 (Jekyll)

我使用 Jekyll 创建了一个网站并添加了 MathJax 支持,如下所示:

_layouts/default.html文件中。

我有一个*.md文件_posts

当我在笔记本电脑上的 Chrome 中查看该等式时,它出现了 3 次,但在 Android 版 Chrome 上只出现了一次。该网站可以在这里看到:http: //texasflood.github.io/

我怎样才能让方程只出现一次?

编辑:

好的,问题突然消失了——我不知道为什么。奇怪的是,当我恢复到最初不存在问题的旧提交时,方程式仍然出现多次,所以我认为这不是我的实际代码。任何人都可以对此有所了解吗?

0 投票
3 回答
14170 浏览

twitter-bootstrap - 将引导程序添加到 Jekyll

我是 Jekyll 的新手,想引入一些 Twitter Bootstrap 功能。有没有人这样做过,如果有,你有什么建议吗?我会选择 Jekyll-Bootstrap,但不再支持它。我已经建立了我的 Jekyll 站点,并希望有一种方法可以引入 Bootstrap。

0 投票
1 回答
238 浏览

ruby - jekyll 引导页面未显示在导航中

我正在尝试向我的 Jekyll Bootstrap 博客添加一个页面,但它没有显示在导航栏中。我认为如果您包含正确的 YAML 前端内容,页面将自动在导航中生成。我已经使用 .html 文件扩展名手动创建了页面,使用命令创建了页面

...而且似乎都没有工作。我已经重新启动了我的服务器,我正在使用

而且我似乎无法让页面显示在我的导航中......请告知。

链接:

我的 github 代码库:https ://github.com/twotimes22/twotimes22.github.io 文档:http: //jekyllbootstrap.com/usage/jekyll-quick-start.html

提前致谢。

0 投票
1 回答
1646 浏览

git - github页面上的 Jekyll 显示错误:404 Index.html not found (window)?

当我将代码推送到 github 并添加 gh-pages 分支时,我在窗口 7 中使用 Jekyll 建立了一个静态网站,它显示 404 not found 错误 index.html not found。虽然我已经在我的根目录中添加了 index.html。github 仓库: github 仓库链接

https://github.com/jazib-bashir/Runjekyll

Github 页面链接Github 页面 Runjekyll

http://jazib-bashir.github.io/Runjekyll

我更重要的是:我使用 Rouge gem 作为荧光笔而不是 Pygments..

0 投票
1 回答
339 浏览

sass - jekyll 和 sass 无法编译 sass 文件

我刚刚使用Yeoman 生成器启动了一个新的 jekyll 项目 ,它是使用 sass ut 配置的,但我无法使其工作

我在 _sass 文件夹中只有一个文件,它是以 main.scss 开头

但是当我启动 grunt serve 我得到这个:

gruntfile 可以在这里找到:https ://github.com/robwierzbowski/generator-jekyllrb/blob/master/app/templates/Gruntfile.js

有人能帮助我吗 ?

0 投票
1 回答
411 浏览

jekyll - Jekyll 中的引导 SASS 设置

我不明白如何通过 jekyll 设置引导 sass 所需的精度。

此外,如果我只设置 _sass 目录,我无法理解 jekyll 如何自动加载我放置在任何地方的文件 .scss。

例如,在我的 CSS 目录中,我有一个名为 style.scss 的文件,它会自动在 .site/css 中生成正确的 css 文件。

在有关 SASS 设置的代码下方:

感谢您的帮助,问候, Silvio S。