diff --git a/CHANGELOG.txt b/CHANGELOG.txt index de44c31..9cfdd7f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Stanford Jumpstart Home ------------------------------------------------------------------- +7.x-1.4 2015-10-15 +-------------------------------------------------------------------- + - Forked from SWS repo + - Replaced JSA homepage layouts with JSE homepage layouts + 7.x-1.3 2015-06-12 -------------------------------------------------------------------- - Fix missing body classes diff --git a/README.md b/README.md index 5a75056..7369c7f 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,25 @@ #[Stanford Jumpstart Homepage](https://github.com/SU-SWS/stanford_jumpstart_home) -##### Version: 7.x-1.3 +##### Version: 7.x-1.4 -Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) +Maintainers: [boznik](https://github.com/boznik),[sherakama](https://github.com/sherakama),[cjwest](https://github.com/cjwest) The Stanford Homepage module provides custom homepage layouts functionality for [Stanford Jumpstart Sites](https://github.com/SU-SWS/stanford_sites_jumpstart). It has a collection of context layouts and blocks that can be quickly toggled on and off through a custom dashboard UI. - +This branch provides homepage layouts for JSE. Layouts --- -**Superhero - Batman** -Description of layout goes here... - -**Sunset Delorean** -Description of layout goes here... +**Hoover** +Provides an about block, banner block, small custom block, and large custom block. -**Koda Chrome** -Description of layout goes here... +**Morris** +Provides an about block, banner block, small custom block, auto-generated news block, and auto-generated events block. -**Magazine - Glossy** -Description of layout goes here... +**Terman** +Provides a full-width banner block, about block, small custom block, large custom block, auto-generated news block, and auto-generated events block. +**Pettit** +Provides a full-width banner block, large about block, large custom block, auto-generated news block, and auto-generated events block. Installation --- @@ -30,7 +29,7 @@ Install this module like any other module. [See Drupal Documentation](https://dr Configuration --- -Nothing special needed. +From the Site Actions menu, use the "Customize Design" tab (admin/stanford-jumpstart/customize-design) to select homepage options. Troubleshooting --- diff --git a/stanford_jumpstart_home.info b/stanford_jumpstart_home.info index 12f30d9..e499e8d 100644 --- a/stanford_jumpstart_home.info +++ b/stanford_jumpstart_home.info @@ -2,7 +2,7 @@ name = Stanford Jumpstart Homepage description = Provides several layout options for the home page on Jumpstart sites. core = 7.x package = Stanford Sites Jumpstart -version = 7.x-1.3 +version = 7.x-1.4 project = stanford_jumpstart_home project status url = https://github.com/SU-SWS/stanford_jumpstart_home