-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic when home page is drafted #6927
Comments
Do you have your site source somewhere where I can have a look? |
That's a private repo. But I have successfully reproduced it in the following steps:
hugo new posts/first_post.md
hugo new posts/_index.md
hugo new _index.md
baseURL = "http://example.org/"
languageCode = "zh-cn"
title = "My Site"
theme = "hermit"
hasCJKLanguage = true
copyright = ''
enableRobotsTXT = true
pygmentsStyle = "solarized-dark"
pygmentsCodeFences = true
pygmentsCodefences = true
pygmentsUseClasses = true
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
weight = 2
[author]
name = "Tnze"
[params]
author = "Tnze"
bio = "There are 10 kinds of people in the world, one knows binary, the other don't."
subtitle = "Record what I learned at ordinary times"
homeSubtitle = "Record what I learned at ordinary times"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
themeColor = "#494f5c"
footerCopyright = '' And then it's panic. |
I am waiting…… ʕ •ᴥ•ʔ |
The source code of the website can be downloaded from this temporary link: site-test.7z |
@Tnze It's not like we/I work on this project 24/7. We will eventually get to this. Until then I suggest you use an older Hugo version. |
I see. Thanks for your help. ^_^ |
It is a bug, and I will fix this, but having the home page as Note that before the latest release we did not care about the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Hugo are you using (
hugo version
)?Installed by brew.
Does this issue reproduce with the latest release?
yes
The text was updated successfully, but these errors were encountered: