Name | 153957-theme JSON |
Version |
7.0
JSON |
| download |
home_page | None |
Summary | Theme for sigal generated photo albums |
upload_time | 2025-08-01 11:10:33 |
maintainer | Arne de Laat |
docs_url | None |
author | Arne de Laat |
requires_python | >=3.13 |
license | None |
keywords |
photo album
theme
sigal
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Theme 153957
[](https://pypi.org/project/153957-theme/)
[](LICENSE)
[](https://github.com/153957/153957-theme/actions)
[View demo album here](https://153957.github.io/153957-theme/)
## Photo gallery template
Web photo gallery templates adapted to my personal preferences.
## Usage
This section describes how to install and 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 = ['theme_153957.theme', 'theme_153957.full_menu', …]
The alternative:
from theme_153957 import theme
theme = theme.get_path()
plugins = ['theme_153957.full_menu', …]
### Wrapping album
Use the settings `head`, `body_prefix`, and `body_suffix` to add additional
code to the templates. The value of `head` is appended to the `head` element,
the `body` settings are placed just after the body opening tag (`prefix`) and
just before the closing body tag (`suffix`). This allows embedding the album
in your own website.
Raw data
{
"_id": null,
"home_page": null,
"name": "153957-theme",
"maintainer": "Arne de Laat",
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": "Arne de Laat <arne@delaat.net>",
"keywords": "photo album, theme, sigal",
"author": "Arne de Laat",
"author_email": "Arne de Laat <arne@delaat.net>",
"download_url": "https://files.pythonhosted.org/packages/1a/70/075ffd04046ea2b3a8d3f283bdd96fed36d6a7423af1435f6a1b890800f3/153957_theme-7.0.tar.gz",
"platform": null,
"description": "# Theme 153957\n\n[](https://pypi.org/project/153957-theme/)\n[](LICENSE)\n[](https://github.com/153957/153957-theme/actions)\n\n[View demo album here](https://153957.github.io/153957-theme/)\n\n\n## Photo gallery template\n\nWeb photo gallery templates adapted to my personal preferences.\n\n\n## Usage\n\nThis section describes how to install and use this theme.\n\n\n### Installation\n\nInstall the `153597-theme` package:\n\n $ pip install 153957-theme\n\n\n### Configure\n\nIn `sigal.conf.py` configuration for an album the `theme` setting should be\na path to a theme directory. However, since this theme is provided as a Python\npackage its location might be harder to get. Two options are available for\nconfiguration:\n\nThe theme can be configured as a plugin or you can get the path by importing\nthe package. By setting is as plugin the theme is automatically set.\n\nSet `theme` to an empty string and add the theme and menu plugins:\n\n theme = ''\n plugins = ['theme_153957.theme', 'theme_153957.full_menu', \u2026]\n\nThe alternative:\n\n from theme_153957 import theme\n theme = theme.get_path()\n plugins = ['theme_153957.full_menu', \u2026]\n\n\n### Wrapping album\n\nUse the settings `head`, `body_prefix`, and `body_suffix` to add additional\ncode to the templates. The value of `head` is appended to the `head` element,\nthe `body` settings are placed just after the body opening tag (`prefix`) and\njust before the closing body tag (`suffix`). This allows embedding the album\nin your own website.\n",
"bugtrack_url": null,
"license": null,
"summary": "Theme for sigal generated photo albums",
"version": "7.0",
"project_urls": {
"Repository": "https://github.com/153957/153957-theme/"
},
"split_keywords": [
"photo album",
" theme",
" sigal"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "36cd661c8a66cf77c3175eabbe4c4175d5f842bda67dfa0d302fc814da10bab5",
"md5": "a3eedb72c1d7ad3411b2a5dd3e67d181",
"sha256": "d847949a911976b5903834ef7455a595e58443b4aed4be70529dcfc97081d161"
},
"downloads": -1,
"filename": "153957_theme-7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a3eedb72c1d7ad3411b2a5dd3e67d181",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 78909,
"upload_time": "2025-08-01T11:10:30",
"upload_time_iso_8601": "2025-08-01T11:10:30.664377Z",
"url": "https://files.pythonhosted.org/packages/36/cd/661c8a66cf77c3175eabbe4c4175d5f842bda67dfa0d302fc814da10bab5/153957_theme-7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1a70075ffd04046ea2b3a8d3f283bdd96fed36d6a7423af1435f6a1b890800f3",
"md5": "406515c8cb6548e35eb119c6ef74cc14",
"sha256": "5d3b3ecb9bae550548ed547bb2eb6407560d7e97dfa2b6a27b639ff1708ffdb5"
},
"downloads": -1,
"filename": "153957_theme-7.0.tar.gz",
"has_sig": false,
"md5_digest": "406515c8cb6548e35eb119c6ef74cc14",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 76418,
"upload_time": "2025-08-01T11:10:33",
"upload_time_iso_8601": "2025-08-01T11:10:33.742782Z",
"url": "https://files.pythonhosted.org/packages/1a/70/075ffd04046ea2b3a8d3f283bdd96fed36d6a7423af1435f6a1b890800f3/153957_theme-7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 11:10:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "153957",
"github_project": "153957-theme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "153957-theme"
}