Skip to main content

Theme for sigal generated photo albums

Project description

View demo album here

Usage

This section describes how to install an use this theme.

Installation

Install the 153597-theme package:

$ pip install 153957-theme

Configure

In sigal.conf.py configuration for an album the theme setting should be a path to a theme directory. However, since this theme is provided as a Python package its location might be harder to get. Two options are available for configuration:

The theme can be configured as a plugin or you can get the path by importing the package. By setting is as plugin the theme is automatically set.

Set theme to an empty string and add the theme and menu plugins:

theme = ''
plugins = ['153957_theme.theme', '153957_theme.full_menu', …]

The alternative:

from 153957_theme import theme
theme = theme.get_path()
plugins = ['153957_theme.full_menu', …]

Sources

Based on sigal version of Galleria theme, which is distributed under the MIT License.

Theme based on Galleria Classic, which is distributed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

153957-theme-2.tar.gz (71.9 kB view hashes)

Uploaded Source

Built Distribution

153957_theme-2-py3-none-any.whl (76.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page