Coder Social home page Coder Social logo

Comments (27)

Vanilluv avatar Vanilluv commented on July 20, 2024

在我推文的时候发生了这个问题
TIM截图20190807155332

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

I'm 改为 I\'m 试试看
它是 strings: ['今日事,(今日畢)','Never put off til\'l tomorrow what you can do today'], 如果你中间有 ' , 会误以为与前面的 ‘ 配对,导致后面的读取不了,出BUG

@NotFoundNEKKO

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

在我推文的时候发生了这个问题


我不知道是什么情况

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

image
你查查看
多利用搜索引擎解决问题

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

好的我去看看谢谢

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

我的github库根目录里面没有生成index.html
上网搜了说是一些插件没安装,我按照他上面的安装了过后再hexo d -g还是没有生成这个文件,然后网站就是git的404
TIM截图20190807202654
TIM截图20190807202705
TIM截图20190807202730
TIM截图20190807202756

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

hexo clean hexo g 在 hexo d 看看还会么

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

g先后d

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

还是404页面

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

你有没有动过hexo的config文件

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

有一些改动我发出来吧

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

Hexo Configuration

Docs: https://hexo.io/docs/configuration.html

Source: https://github.com/hexojs/hexo/

Site

title: ThisNEKKO
subtitle: 欢迎来到我(一个小白)的BLOG HELLO WORLD! I am COMING!
description:
keywords:
author: ThisNEKKO
language: zh-CN
timezone:

URL

If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'

url: http://thisnekko.tk
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:

Directory

source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:

Writing

new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace:

Home page setting

path: Root path for your blogs index page. (default = '')

per_page: Posts displayed per page. (0 = disable pagination)

order_by: Posts order. (Order by date descending by default)

index_generator:
path: ''
per_page: 10
order_by: -date

Category & Tag

default_category: uncategorized
category_map:
tag_map:

Date / Time format

Hexo uses Moment.js to parse and display date

You can customize the date format as defined in

http://momentjs.com/docs/#/displaying/format/

date_format: YYYY-MM-DD
time_format: HH:mm:ss

Pagination

Set per_page to 0 to disable pagination

per_page: 10
pagination_dir: page

Extensions

Plugins: https://hexo.io/plugins/

Themes: https://hexo.io/themes/

theme: Butterflyyyyy

Deployment

Docs: https://hexo.io/docs/deployment.html

deploy:
type: git
repo: [email protected]:NotFoundNEKKO/NotFoundNEKKO.github.io.git

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

大字体的就是注释

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

你把node_modules文件夹删了
然后 npm install
再 hexo clean & hexo g && hexo deploy

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

它还是一样的404
TIM截图20190807202756
TIM截图20190807205104
git里也还是没生成Index.html

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

hexo clean & hexo g && hexo deploy ???

你刚上传?你的截图显示的是39分前?你看下public文件夹是不是跟你github的一样

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

hexo clean && hexo g && hexo deploy

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

是一样的public里面的没有index

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

TIM截图20190807210344
TIM截图20190807210401

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

你先
npm install hexo-generator-index --save

然后再生成 记得clean

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

TIM截图20190807211020
TIM截图20190807211028
TIM截图20190807211042
TIM截图20190807211049

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

hexo g -d 先g后d

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

TIM截图20190807215018
TIM截图20190807215025
TIM截图20190807215031

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

TIM截图20190807215128

from hexo-theme-butterfly.

jerryc127 avatar jerryc127 commented on July 20, 2024

看了一下 你似乎解决了 ?

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

我昨天从头再来了一遍然后就解决了

from hexo-theme-butterfly.

Vanilluv avatar Vanilluv commented on July 20, 2024

前段时间真是打扰了

from hexo-theme-butterfly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.