zthxxx / hexo-theme-Wikitten

A theme of Hexo for personal wiki which seems like Wikitten style.

Home Page:https://wiki.zthxxx.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo g 不能生成文章

scylamb opened this issue · comments

有警告

WARN  Deprecated config detected: "external_link" with a Boolean value is deprecated. See https://hexo.io/docs/configuration for more details.
INFO  Start processing
Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
https://github.com/highlightjs/highlight.js/issues/2277

hexo g 后只是生成每个目录下的index.html,没有生成文章
hexo和主题配置文件是直接复制,一个字都没改,hexo版本:

$ hexo -v
INFO  Validating config
WARN  Deprecated config detected: "external_link" with a Boolean value is deprecated. See https://hexo.io/docs/configuration for more details.
hexo: 5.4.0
hexo-cli: 4.2.0
os: Windows_NT 10.0.19042 win32 x64
node: 14.16.1
v8: 8.4.371.19-node.18
uv: 1.40.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.16.1
modules: 83
nghttp2: 1.41.0
napi: 7
llhttp: 2.1.3
openssl: 1.1.1k
cldr: 37.0
icu: 67.1
tz: 2020a
unicode: 13.0

package.json文件:

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "hexo generate",
    "clean": "hexo clean",
    "deploy": "hexo deploy",
    "server": "hexo server"
  },
  "hexo": {
    "version": "5.4.0"
  },
  "dependencies": {
    "hexo": "^5.0.0",
    "hexo-autonofollow": "^1.0.1",
    "hexo-directory-category": "^1.1.4",
    "hexo-generator-archive": "^1.0.0",
    "hexo-generator-category": "^1.0.0",
    "hexo-generator-feed": "^3.0.0",
    "hexo-generator-index": "^2.0.0",
    "hexo-generator-json-content": "^4.2.3",
    "hexo-generator-sitemap": "^2.1.0",
    "hexo-generator-tag": "^1.0.0",
    "hexo-renderer-ejs": "^1.0.0",
    "hexo-renderer-marked": "^4.0.0",
    "hexo-renderer-stylus": "^2.0.0",
    "hexo-server": "^2.0.0",
    "hexo-theme-landscape": "^0.0.3"
  }
}

搞错了,不是没生成文章,是侧边栏没显示
image
下面这种路径的图片不能一并生成到同目录下吗?
image/testbji.image/image-20210402093441383.png

@scylamb 看起像 css 有问题了,我最早得下周才有时间修了

侧边栏文章的名字没显示?能点得动吗

@scylamb 看起像 css 有问题了,我最早得下周才有时间修了

侧边栏文章的名字没显示?能点得动吗

没有显示也点不动,期待您的修复

<%- partial('common/head') %>
<%- partial('common/header') %>
<% if (theme.customize.profile.enabled) { %> <%- partial('common/profile', null, {cache: !config.relative_link}) %> <% } %> <% if (theme.customize.sidebar) { %> <%- partial('common/sidebar') %> <% } %>
<%- body %>
<%- partial('common/footer', null, {cache: !config.relative_link}) %> <%- partial('common/scripts') %>