LoeiFy/Mirror

按照教程报错,是我使用方式有问题吗?

Daotin opened this issue · 1 comments

作者你好,我在自己账户域名下(daotin.github.io),放入那三个文件,index.html代码如下:

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title> 前端队长Daotin </title>
</head>
<body>
<div id="root"></div>
<script src="./index.0fbaafc4.js"></script>
<script>
    window.config = {
      organization: false, // 默认是 false,如果你的项目是属于 GitHub 组织 的,请设置为 true
      order: 'CREATED_AT', // 文章排序,以 创建时间 或者 更新时间,可选值 'UPDATED_AT','CREATED_AT'
      title: 'Daotin', // 博客标题
      user: 'Daotin', // GitHub 用户名,必须
      repository: 'fe-blog', // GitHub 项目名,指定文章内容来源 issues,必须
      authors: 'Daotin', // 博客作者,以 ',' 分割,GitHub 用户名默认包含在内
      ignores: '', // 文章忽略的 issues ID
      host: '', // 博客的主域名,不填自动获取,请注意这个值会影响 hash 的值
      hash: 'ghp_gfFSku4ZU#H$VARm$g^IXAXsSmZmo!G$DUPZGFvdGldGh1Yi5pby9mZS1ibG9nLw==', // 必须
      perpage: 8, // 分页
    }
    </script>
</body>
</html>
  • repository是我另一个仓库的名称。

  • hash的获取是:

window.encrypt('<Token>', 'daotin.github.io')

提交到gh-pages下后,打开网站 https://daotin.github.io/ 报错:

image

image

是我使用方式有问题吗?

index.html 模板错了,你对比一下