athens/theme

There is no license information available for the latest version (0.29.10) of this package.

Example theme for the Athens web framework.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:CSS

0.29.10 2016-10-17 19:53 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:14:45 UTC


README

An example theme for the Athens web framework.

Example theme templates in action.
Create your own theme for easy, attractive, on-brand pages

Features

Responsive

Advanced Field Editors

Use

These templates are for the Athens web framework. You must be using Athens to use these templates.

The following steps are described in the Athens application creation tutorial. If you are new to Athens, you may wish to use that tutorial instead.

  1. Add the example theme to the package requirements in your composer.json:
"require": {
      ...
      "athens/core": "0.*",
      "athens/theme": "0.*",
      ...
},

The major version number of athens/theme should be the same as your major version number of athens/core.

  1. Add the example templates in your project's setup.php, below the line that adds your project-templates:
Settings::getInstance()->addTemplateDirectories(dirname(__FILE__) ."/project-templates");
Settings::getInstance()->addTemplateDirectories(dirname(__FILE__) ."/vendor/athens/theme/templates");

That's it. Your Athens project is now using the example theme!