-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Issue: Create New Content Button is greyed-out #422
Comments
@dylan-k thanks for opening an issue around this. I see that you haven't initialized the project yet. This will create the necessary files and folders Front Matter requires. Once completed, this button should become available to you, and the You can also initialize your project by opening the dashboard. |
Found out that this button still has some old logic attached to it, fix will get implemented. |
I've already been using the dashboard and it works for the most part, but the initialize button doesn't seem to do anything. Perhaps that's what the fix will address? The docs say that initialize will create a template but I don't see one in the directory. |
The fix should indeed fix this, v8.1.1 is now building and gets released in a couple of minutes. That button was still coupled somehow to the old template functionality. |
Updated to the latest version, and it works now. Thank you :) |
Describe the bug
The "Create New Content" button is greyed-out. I'm not sure why.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I image the "create new content" would create an empty post to quickly start writing it.
Screenshots
Desktop (please complete the following information):
Additional context
I've just set up an existing Hugo project to use Front Matter, and most things are working smoothly, but I can't use the "Create New Content" button. I completed the initial setup steps. I have two folders configured in
frontMatter.content.pageFolders
. In thefrontMatter.taxonomy.contentType
setting, I've indicated what template to use in myarchetypes
folder.The text was updated successfully, but these errors were encountered: