You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having issues when I first was trying to get started working with blowfish. So trying to mitigate these issues, I cloned nunocoracao's website to use as my starting point as it in theory is a fleshed out working site. I did run into issues at first but that was due to the Hugo version which has since been remedied.
However, I am having issues where I have different content sections "Posts, Code Projects, & Engineering Projects" and then the various content within. Currently all of the posts are from nunocoracao's site and they work fine. Code Projects is just a single page with a table so it has worked fine. However for my Engineering Projects, I have a main page and then sub pages for each specific project. Now getting these subpages to render and show up as articles has been a challenge. I have changed the index files from index.md to _index.md and back, I have also added an engprojects taxonomy to the main engprojects index, as well as I have added "engprojects" to the mainSections line in the params.toml. During this process everything started working so I though it was good to go but then I typed a few words into a file, saved, site rebuilt, and now it is broken again even though I have not changed anything since I had it working. I have tried undoing and redoing things in different orders to see what works and what doesnt however now I can not get it to work at all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was having issues when I first was trying to get started working with blowfish. So trying to mitigate these issues, I cloned nunocoracao's website to use as my starting point as it in theory is a fleshed out working site. I did run into issues at first but that was due to the Hugo version which has since been remedied.
However, I am having issues where I have different content sections "Posts, Code Projects, & Engineering Projects" and then the various content within. Currently all of the posts are from nunocoracao's site and they work fine. Code Projects is just a single page with a table so it has worked fine. However for my Engineering Projects, I have a main page and then sub pages for each specific project. Now getting these subpages to render and show up as articles has been a challenge. I have changed the index files from
index.md
to_index.md
and back, I have also added an engprojects taxonomy to the main engprojects index, as well as I have added "engprojects" to the mainSections line in theparams.toml
. During this process everything started working so I though it was good to go but then I typed a few words into a file, saved, site rebuilt, and now it is broken again even though I have not changed anything since I had it working. I have tried undoing and redoing things in different orders to see what works and what doesnt however now I can not get it to work at all.I am using Hugo 0.120.1 and the latest blowfish 2.44.0. Here is the current repo for the code if it needs to be referenced: https://github.com/AustinCasteel/Website/tree/Portfolio
Beta Was this translation helpful? Give feedback.
All reactions