themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
351 stars 508 forks source link

FAQ Page Design #172

Closed vegetarianinvestor closed 3 years ago

vegetarianinvestor commented 3 years ago

The current FAQ page design isn't in a question and answer format like the standard ones. Can the hugo theme be tweaked or configured to have a different format in which FAQ's could be categorized and listed in a question & answer format that could be possibly expanded and collapsed?

Thanks.

salim-b commented 3 years ago

The current FAQ page design isn't in a question and answer format like the standard ones.

Currently, the FAQ content is written as plain Markdown – so you can structure your questions and answers in all the ways Markdown syntax allows.

The current layout template simply adds a floating ToC of the Markdown content, nada màs.

A PR bringing a more sophisticated FAQ layout would be very welcome I guess – feel free to submit one!

vegetarianinvestor commented 3 years ago

Right. Makes sense. I will work on a FAQ layout and follow up with a PR. Thanks for guiding on the right steps.

vegetarianinvestor commented 3 years ago

Just came across a simple faq theme. I will try merge it with hugo. I think the key here would be to merge the html file smartly in order to ignore the title & the banner so that only the menu along with the faqs show up on our faq page.