Skip to content

Frequently Asked Questions

Linnea Bonnevier edited this page Sep 6, 2021 · 1 revision

Q: What is the difference between layouts and components?

A: Components (such as the image gallery) are combined in the layouts (such as the Homepage). Every layout is connected to a slug/page

Q: What are these weird .md files?

A: The .md-files are basically text files in the markdown language and come from armada.nu/admin (the CMS). Here you can decide what the name of the page should be, the description, and most importantly the layout. If you create a new page in armada.nu/admin and assign a layout, it is important that you create a layout with the same name in the code :) Note that the .md-files are used in the news component as well :)

Q: How can I create a page locally as a test and not publish anything from armada.nu/admin?

A: Edit the .md-files in the content folder.

Q: There is no data in events or exhibitors?

A: That’s probably because there aren’t any exhibitors or events created yet in the AIS!

Q: When is this banner shown?

A: It is shown automatically when a new recruitment period has opened.

Q: Where are partners of armada displayed?

A: They are displayed in the “Partners” component on whatever page you want! The partners are added in the AIS and then fetched through the component.

Q: Can I see statistics from armada.nu?

A: Yes! We have Google Analytics for armada.nu.

Clone this wiki locally