Initial commit
This commit is contained in:
commit
904a0b0bbf
26 changed files with 4847 additions and 0 deletions
3
app/config/sculpin_kernel.yml
Normal file
3
app/config/sculpin_kernel.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
sculpin_content_types:
|
||||
posts:
|
||||
enabled: false
|
13
app/config/sculpin_site.yml
Normal file
13
app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
main_menu:
|
||||
-
|
||||
title: Home
|
||||
is_active: true
|
||||
-
|
||||
title: About Us
|
||||
is_active: false
|
||||
-
|
||||
title: Hosts
|
||||
is_active: false
|
||||
-
|
||||
title: Module of the Week
|
||||
is_active: false
|
Reference in a new issue