Move all files to old/astro/

This commit is contained in:
Oliver Davies 2025-10-03 01:06:46 +01:00
parent b176f4d25e
commit cdf77e8b5f
1340 changed files with 0 additions and 0 deletions

View file

@ -1,36 +0,0 @@
menus:
main:
about:
title: 'About'
href: '/'
pattern: '^/.$'
articles:
title: 'Articles'
href: '/articles'
pattern: '^/articles/?'
talks:
title: 'Talks'
href: '/talks'
pattern: '^/talks/?'
podcasts:
title: 'Podcasts'
href: '/podcasts'
pattern: '^/podcasts/?'
projects:
title: 'Projects'
href: '/projects'
pattern: '^/projects/?$'
book:
title: 'Book'
href: '/test-driven-drupal'
pattern: '^/test-driven-drupal/?$'
contact:
title: 'Contact'
href: '/contact'
pattern: '^/contact/?'