-
Hi!
…
and the following:
I created two pages that are respectively under
Where is the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! I was trying to keep organized both pages and posts, creating the following folders: So, I moved all the pages files under |
Beta Was this translation helpful? Give feedback.
-
Hello, I have another configuration which seeems better to me.
So I have in the same folder the 2 languages of the post. Also, search function works great. Best Regards. |
Beta Was this translation helpful? Give feedback.
Hi!
I solved the arcane!
According to what I read here https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite#directory-tree, it seems there is an issue related to the PaperMod configuration of the directory tree.
I was trying to keep organized both pages and posts, creating the following folders:
/content/english/page
/content/english/post
/content/italian/page
/content/italian/post
However, with this setting, the search doesn't work.
So, I moved all the pages files under
/content
, distinguishing the Italian ones as filename.it.md.Thus, I created two folders and precisely
/content/post
and/content/post_it
where I saved the English and the Italian, respectively.In this way, th…