# "description": "A guide to using RomFS on the 3DS. (Old)", "date": "2025-01-01", "tags": ["3ds", "programming", "c", "devkitpro", "old"], "previous": "old3ds_helloworld.md", "next": "old3ds_touchscreen.md"
# },
# "id": "old3ds_romfs",
# "url": "/blog/old3ds_romfs.md"
# },
# {
# "metadata": {
# "description": "A curated list of awesome stuff I like", "date": "2024-11-26", "tags": ["awesome", "curated"]
# },
# "id": "awesome",
# "url": "/blog/awesome.md"
# },
defgenerate_page_list(pages_info):
# Initialize the list of pages
page_list=[]
# Iterate over the pages_info dictionary
forpath,pageinpages_info.items():
# Create a dictionary with the metadata and path of the page