问题标签 [hexo]

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 投票
1 回答
66 浏览

github - 使用 username.github.io 访问 github 页面与自定义域不同

我以前用过jekyll,现在我想用hexo来生成我的页面。好吧,我把 username.github.io 改成了 jekyll-blog 并添加了一个新的 username.github.io。现在我可以看到带有 username.github.io 的新博客,但我的客户域 oohcode.com 仍然显示旧页面。我该如何解决这个问题?谢~

0 投票
0 回答
385 浏览

javascript - 将 emberjs 应用程序嵌入到静态站点 henerator hexo.io

我有一个 hexo.io 应用程序,我在其中从 markdown 文件中渲染了很多 html。我需要将一个 emberjs 应用程序嵌入到静态 html 生成的文件中。

测试 1。

  • 使用带有 --output-path 的 ember build 命令生成应用程序文件到 hexo.io 的 js 包含文件夹
  • 在 hexo.io 主题模板中包含文件 {applicaiton}.js 和 vendor.js
  • 生成静态html文件

结果

  • 确定正确加载的 ember js 文件
  • 错误 Uncaught Error: Could not read config from meta tag with name "spa/config/environment".

测试 2。

  • 我将 ember-cli 应用程序的 index.html 中的 head 元标记包含到模板中

meta name="spa/config/environment" content="%7B%22modul..."

这是 config enfironment.js url 编码

结果

  • 现在我可以看到检测到的 emberjs 应用程序

DEBUG: -------------------------------

vendor.js:15751 DEBUG: Ember : 1.11.1

vendor.js:15751 DEBUG: Ember Data : 1.0.0-beta.16.1

vendor.js:15751 DEBUG: jQuery : 1.11.3

vendor.js:15751 DEBUG: -------------------------------

(program):66 Ember Inspector Active

  • 余烬检查员注意检测应用程序
  • 也会抛出这个错误 Uncaught UnrecognizedURLError: /stati-file.html

现在我坚持:

  • 修复 UnrecognizedURLError。
  • 在 ember 检查器中正确检测 ember 应用程序。
  • 如何在我的静态 html 文件模板中包含 emberjs 出口。
0 投票
1 回答
347 浏览

github - 生成后 github 中的 Hexo 部署卡住了

安装后我无法将 hexo 部署到 github hexo deploy

它会在 .deploy 文件夹中创建许多文件,但随后 shell 窗口会卡住。

我不知道是什么问题。

有人可以帮我吗?

谢谢

0 投票
6 回答
3214 浏览

node.js - 将 Favicon 添加到 Hexo 博客

我做了一个 Hexo 博客。但是,我无法找到在哪里添加图标。我尝试将它添加到不同的文件夹,但没有找到。

有谁知道应该在哪里添加或者是否还有其他需要更新的内容。

0 投票
1 回答
1096 浏览

hexo - Hexo:你如何改变语言?

我已阅读下面的文档,但不知道如何。
http://hexo.io/docs/localization.html

任何人都知道如何?
我想要日文或英文的博客。

我试过了:

  • 设置 lang: to ja-jp
  • 设置 lang: to en
0 投票
1 回答
1350 浏览

gulp - 启动 hexo 在 gulpfile.js 中生成手表?

我有以下 gulpfile.js

如何在 gulpfile 中的手表中启动 hexo?

gulpfile 的其余部分在这里:

https://github.com/chrisjlee/hexo-theme-zurb-foundation/blob/master/gulpfile.js

hexo 索引文件在这里接受参数;但我无法弄清楚这些论点;

https://github.com/hexojs/hexo/blob/master/lib/hexo/index.js

0 投票
5 回答
1858 浏览

structure - hexo生成静态文件时改变文件夹结构

首先,感谢 Hexo。这是我的问题:

我在 Hexo 配置文件中设置post_asset_folder为。true然后我运行:

$ hexo new first.

然后:

$ ls source/_posts/

第一/ first.md hello-world.md

我添加了一张名为pic.pnginto的图片source/_posts/first,并写了source/_posts/first.md如下内容:

然后:

$ hexo g

$ hexo s

我打开http://0.0.0.0:4000/了,但是看不到内容pic.png

我检查了文件夹public/2015/06/16/first/public/2015/06/16/我发现 folder和 folder之间存在一些差异source/_posts/

  1. 文件夹结构public/2015/06/16/
  1. 文件夹结构source/_posts/

我怎样才能统一路径格式,我可以在markdowm和中获得相同的路径index.html

0 投票
1 回答
166 浏览

html-lists - 无法显示降价的有序列表

我正在使用 Hexo 发布我的博客。我通过markdown编辑了我的博客。而且我在尝试使用有序列表时遇到了一些问题,无法正常显示。

这是我的代码:

但是,只显示了无序的列表。我希望它显示如下:http: //7xjj3m.com1.z0.glb.clouddn.com/20150622_0.jpg

但它确实遵循:http: //7xjj3m.com1.z0.glb.clouddn.com/20150622_1.jpg

所以有什么问题?

0 投票
2 回答
245 浏览

hexo - 如何使用 Hexo.io 进行开发

到目前为止,我正在使用Hexo.io并且喜欢它,但我对工作流程完全感到困惑。

这就是我必须做的 - 在我运行的一个终端中hexo server,我可以看到本地站点。它坚持添加一个hello world post(核心模块的一部分)并且没有办法摆脱它。

然后,为了让站点显示我的更改,我必须在另一个终端中运行hexo generate -w.

然后在我部署之前,我实际上需要在运行hexo clean之前运行hexo deploy,或者hexo generate -d看起来当它在更改后生成时,它只会更改服务站点而不是生成的站点。

完全和完全莫名其妙。有没有其他人经历过这个?我错过了一些技巧?

0 投票
3 回答
413 浏览

hexo - 为什么 Hexo 生成需要这么长时间?

随着文件数量的增加,Hexo 花费越来越多的时间使用“hexo g”生成静态 HTML 文件。为什么 Hexo 会重建每一个 '.md' 文件,而不是将自身限制在修改过的文件中?

我的 Hexo 版本是 3.0.1。