问题标签 [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 回答
546 浏览

node.js - Deploy nodejs app to heroku

I used https://github.com/tommy351/hexo to create a blog and hope to deploy to heroku

hexo instruction

I created at local and upload the app to heroku and it reported:

It looks like everything is OK, just confuse how to execute command line such as

on heroku

I executed

it always said

0 投票
2 回答
1557 浏览

javascript - 如何使用 Node.js 在 Hexo 等框架中编辑 CSS 和 HTML

我是新手,Node.js并决定尝试使用Hexo创建一个博客网站。我遇到的问题是尝试编辑主样式表和索引文件以包含新的 Web 字体(或一般的任何编辑)。

我认为它会起作用的方式是我会进行更改并且服务器会选择它,例如/themes folder文档中所述。虽然情况并非如此,而且您似乎无法直接编辑 CSS。

如何在这些框架中编辑主要的 CSS 和索引?

0 投票
1 回答
3987 浏览

git - 如何使用 .git 提交子文件夹并将其推送到 github?

我的博客是用 构建的hexo,它将被推送到blogrepo 中github

博客/

--主题/

----吃豆人/

但是有一个分叉pacman。它是从 github 中的其他 repo 克隆的,这意味着它有自己的.git文件夹。

当我尝试提交并将整个目录推送到blogrepo 时,pacman 的内容不会被推送到github

我尝试删除.gitpacman但也无法将其推送到github其中。

.git这是删除in后的git状态pacman

这里是,据我所见.gitignore,它与 无关pacman

当我推动blog回购时,我也想把所有东西都推到下面pacman。我怎样才能做到这一点?

0 投票
4 回答
1799 浏览

github-pages - How do I add a README.md file into the root directory of the generated blog by HEXO?

My blog is based on Github Pages and the program I'm using is HEXO

the files that are generated by HEXO don't contain a README.md file so I can't make a declaration of my blog on Github repo page.So I want to add a README.md file to the folder that HEXO generates.I've tried that add it manually to the folder after using $ HEXO g and it is added to successfully.But the problem is that every time I use $ HEXO g,the file I added will be deleted by the program.
So I want to that is there any method that make the HEXO program generate a README.md file to the blog's root directory automatically everytime I run $ HEXO g?
thanks everybody.

0 投票
2 回答
1213 浏览

json - 使用 hexo.io 创建 db.json 文件并将其添加到 .gitignore

我一直在试图找出 adb.json是什么以及为什么它会自动生成。hexo.io 中的所有文档都是:

这究竟是什么?由于这些都是静态页面,这是某种临时数据库吗?

0 投票
1 回答
239 浏览

node.js - 使用 npm 安装 hexo 错误

这是我之前的问题

因此,在我按照人们的建议在 appdata/roaming 目录中创建了一个文件夹 npm 之后,我尝试使用 npm install -g hexo 安装带有 npm 的 HEXO

但我收到一个奇怪的错误,如下所示

http://i58.tinypic.com/f4o22f.png

我将无法使用 hexo 版本来检查版本。

有没有人经历过?

0 投票
2 回答
95 浏览

ruby-on-rails - 提交后自动部署

我在 Ruby on Rails 上进行开发,并在 Hexo 上写了一些文章。

我的项目源代码仓库在 Gitlab 服务器上。

所以我的部署流程是

  1. 从我的工作空间将生产代码提交到 Gitlab。
  2. 登录Web服务器,然后从Gitlab拉取生产代码
  3. 重启 Web 服务器,或者为 Hexo 重新生成文章。

有没有办法让我一步一步更新网络服务器?

在此处输入图像描述

0 投票
1 回答
172 浏览

php - 在我的 VPS 中运行时的 nginx 未知指令

在我的 VPS (digital ocean,centOS) 上运行 nginx 时出现问题

表明:

wordpress.conf:

问题是什么?

0 投票
2 回答
1198 浏览

github-pages - Hexo 的回购设置?

我终于开始着手将我的博客迁移到一些降价优惠中,而 hexo 似乎是我的最佳选择。不过,我似乎遗漏了从 hexo 项目到 github 页面的工作流程。

hexo 项目是否应该存在于一个 repo 中,然后将生成的内容发布到单独的 pages repo 中?还是应该使用其他一些机制(如分支)?

前者似乎是最有可能的,但我想我会先问。抱歉,如果这看起来很明显,我可能会混淆自己之前阅读 jekyll 等的内容。

0 投票
1 回答
628 浏览

css - Hexo 博客 CMS 部署到 Heroku 不起作用

现在我正在使用一个名为 Hexo 的简单 NodeJS CMS 为我的公司创建博客。

Hexo主站:http: //hexo.io

Hexo 的 Github 页面:https ://github.com/hexojs/hexo

到目前为止,它看起来很不错,我让它在本地运行得很好,并且正在让博客成功部署到 Heroku。但是,这就是我遇到麻烦的地方!

就像 Hexo 的文档所说的那样,我......

1.

2.

3. 是的,它部署正确,一切正常。

除了当我去我的应用程序(https://bloglikethewind2.herokuapp.com)时,所有的 CSS 似乎都消失了!然后,当我转到 CSS 文件(https://bloglikethewind2.herokuapp.com/blog/css/style.css)时,我得到的是:

几个小时以来,我一直试图找出问题所在,但我完全被难住了。任何有见识或可以提出解决方案的人?

如果有帮助...我已将我的源代码向公众开放@Zach 的 Github 博客 repo

https://github.com/djlovegrind/texasca-blog