Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.42 KB

Hidden Catalog

This is the installation profile for the Drupal distribution "Hidden Catalog".

About

Hidden Catalog is a tiny Drupal 7.x distribution that creates a hidden (from the public as also as search engines) one page website.

Displays only a one page Views with a content catalog and nothing more. No blocks, no sidebars, no content type pages. Images are served as private files and all pages return a 403 (access denied) error except from the frontpage.

You may use this distributions if you need a content catalog that will be only accessible from partners and customers in order to showcase new products.

Basic modules

This distribution is mainly based on these contrib modules:

Basic themes

The frontend theme hideio is based on teka theme.

For the admin pages the excellent theme adminimal_theme is used.

Installation with Drush

git clone --branch 7.x-1.x git@github.com:theodorosploumis/hidden-catalog.git
cd hidden-catalog
drush make --prepare-install build-hidden_catalog.make webroot
cd webroot
drush site-install hidden_catalog --db-url="mysql://DBUSER:DBPASS@localhost/DBNAME"