Trouble with new academic template #3155
-
Hi everyone. I'm setting up my website using the new academic template. I have managed to deploy it and it works fine (link: https://thomasmikaelsen.github.io/), however I'm having a hard time finding documentation for different features. For example, I'm looking at the Hugo Blox Docs and I would like my Research papers to be displayed in the listing view like the compact view But the way it looks once I implement it on my website is the following More generally, I can't see which options I have to choose from when it comes to, say, design. The default in the template is article-grid but I find no mention of article-grid anywhere in the documentation... Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The answer to the question can be found in the Furthermore, later in that same section, the Docs discuss "creating your own view" and links to the code for the built-in views: |
Beta Was this translation helpful? Give feedback.
The answer to the question can be found in the
Build with blocks > Personalizing blocks > Listing view
portion of the Hugo Blox Docs: https://docs.hugoblox.com/getting-started/page-builder/#listing-view. The tailwind templates only support thecard
view, along with a few other built-in types.Furthermore, later in that same section, the Docs discuss "creating your own view" and links to the code for the built-in views:
https://github.com/HugoBlox/hugo-blox-builder/tree/main/modules/blox-tailwind/layouts/partials/views
Hope this helps. I suggest diving into the entire Docs.