【发布时间】:2019-01-06 06:00:51
【问题描述】:
我正在创建一个基本博客。我决定尝试使用这个特定主题 (https://github.com/vickylai/hugo-theme-introduction) 为我的网站后端实现 github 页面。
我能够在本地成功运行我的网站和主题。但是,如果我转到我的页面链接 (https://ericksnetwork.github.io/),我会收到此 404 错误:
File not found
The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL.
For root URLs (like http://example.com/) you must provide an index.html file.
Read the full documentation for more information about using GitHub Pages.
我遵循了 Hugo 指南中的所有内容以及实际 github 主题自述文件中的指南。任何意见,将不胜感激。
这是当前本地工作的文件夹结构:
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\.gitignore
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\.travis.yml
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\archetypes
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\archetypes\blog.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\archetypes\default.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\archetypes\projects.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\CHANGELOG.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\config.toml
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\about.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\blog
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\blog\coffee-ipsum.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\blog\hipster-ipsum.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\blog\startup-ipsum.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\contact.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\projects
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\projects\Design.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\projects\Photography.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\content\projects\Writing.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img\camera.jpg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img\fav.ico
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img\plant.jpg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img\profile.jpg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\exampleSite\static\img\workday.jpg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\images
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\images\screenshot.png
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\images\tn.png
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\_default
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\_default\list.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\_default\single.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\_default\taxonomy.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\_default\terms.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\404.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\blog
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\blog\list.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\blog\single.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\index.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\blogsection.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\footer.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\header.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\li.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\nav-list.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\nav-single.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\projects.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\partials\social.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\projects
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\layouts\projects\list.html
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\LICENSE
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\README.md
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\sass
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\sass\dark-style.sass
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\sass\light-style.sass
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\css
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\css\dark-style.css
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\css\font-awesome.min.css
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\css\light-style.css
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\css\nunito_sans.css
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\fontawesome-webfont.eot
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\fontawesome-webfont.svg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\fontawesome-webfont.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\fontawesome-webfont.woff
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\fontawesome-webfont.woff2
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\FontAwesome.otf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-Black.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-BlackItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-Bold.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-BoldItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-ExtraBold.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-ExtraBoldItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-ExtraLight.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-ExtraLightItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-Italic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-Light.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-LightItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-Regular.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-SemiBold.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\NunitoSans-SemiBoldItalic.ttf
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\fonts\OFL.txt
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\img
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\img\favicon.ico
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\img\workday.jpg
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\js
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\js\jquery-3.3.1.min.js
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\js\moment-timezone-with-data-2012-2022.js
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\js\moment-timezone.js
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\static\js\moment.js
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\textfile.txt
C:\Users\erick\Documents\Projects\ericksnetwork.github.io\themes\introduction\theme.toml
【问题讨论】:
标签: github themes github-pages hugo