# hexomatery **Repository Path**: exclusiver/hexomatery ## Basic Information - **Project Name**: hexomatery - **Description**: matery主题博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-matery主题 - 踩坑:gitee貌似不支持matery主题url下带路径的形式,具体配置如下 > 即根目录下的_config.yml配置: > > url:https://gitee.com/exclusiver/blog > > root:/blog/ 为此安装gitee说明创建不带二级目录的pages,具体如下所示: > 如何创建一个首页访问地址不带二级目录的 pages,如ipvb.gitee.io? 答:如果你想你的 pages 首页访问地址不带二级目录,如ipvb.gitee.io,**你需要建立一个与自己个性地址同名的仓库**,如 https://gitee.com/ipvb 这个用户,想要创建一个自己的站点,但不想以子目录的方式访问,想以`ipvb.gitee.io`直接访问,那么他就可以创建一个名字为`ipvb`的仓库 https://gitee.com/ipvb/ipvb 部署完成后,就可以以 [https://ipvb.gitee.io](https://ipvb.gitee.io/) 进行访问了。 配置完成正常访问即可。