我正在创建一个基本博客。我决定尝试使用此特定主题(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
答案 0 :(得分:1)
以防将来有人偶然发现-我只是错过了将您的网站发布到“公共”文件夹中的“ hugo”命令。然后,将其放入“页面”存储库。
答案 1 :(得分:0)
答案 2 :(得分:0)
如果您已从克隆 https://github.com/vickylai/hugo-theme-introduction
然后您首先需要为自己的帐户设置网址。
交叉检查:
步骤1。在gitbash中键入命令:git remote -v并查找将从git推送更改的地址。
步骤2:将新网址设置为您的存储库地址:
git remote set-url origin https://github.com/YourUserName/NameofYourRepo
步骤3:remote -v。现在,更改的地址已经更改,您可以轻松地按。
第4步:git push origin master