Move sculpin-old files to sculpin-old directory
This commit is contained in:
parent
50aa844492
commit
3f85249f3c
447 changed files with 0 additions and 0 deletions
36
sculpin-old/app/config/data/menus.yml
Normal file
36
sculpin-old/app/config/data/menus.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
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/?'
|
Loading…
Add table
Add a link
Reference in a new issue