Compare commits
No commits in common. "bca4fa2d8e70aaca7f1f51a3280451c3bd347cb8" and "a17ebec50f879a45c76aa27f3ca413d73c594431" have entirely different histories.
bca4fa2d8e
...
a17ebec50f
|
@ -13,7 +13,7 @@ PYGMENTS_STYLE = "monokai"
|
||||||
|
|
||||||
ROBOTS = "index, follow"
|
ROBOTS = "index, follow"
|
||||||
|
|
||||||
THEME = "../pelican/themes/Flex"
|
THEME = "../"
|
||||||
PATH = "content"
|
PATH = "content"
|
||||||
OUTPUT_PATH = "blog/"
|
OUTPUT_PATH = "blog/"
|
||||||
TIMEZONE = "America/New_York"
|
TIMEZONE = "America/New_York"
|
||||||
|
|
|
@ -1,51 +0,0 @@
|
||||||
# SPDX-FileCopyrightText: 2024 Tobias Schmidl
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
[project]
|
|
||||||
name = "pelican-theme-flex"
|
|
||||||
description = "The minimalist Pelican theme"
|
|
||||||
authors = [{name = "Alexandre Vincenzi", email = "git@alxd.me"}, {name = "Tobias Schmidl", email = "tobias@schmidl.dev"}]
|
|
||||||
license = { text = "MIT" }
|
|
||||||
readme = "README.md"
|
|
||||||
keywords = ["pelican", "theme", "flex"]
|
|
||||||
version = "2.5.0"
|
|
||||||
|
|
||||||
classifiers = [
|
|
||||||
"Development Status :: 3 - Alpha",
|
|
||||||
"Environment :: Console",
|
|
||||||
"Framework :: Pelican",
|
|
||||||
"Framework :: Pelican :: Themes",
|
|
||||||
"Intended Audience :: End Users/Desktop",
|
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: OS Independent",
|
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
||||||
]
|
|
||||||
|
|
||||||
requires-python = ">=3.8.1,<4.0"
|
|
||||||
dependencies = [
|
|
||||||
"pelican>=4.5",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
|
||||||
Documentation = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/src/branch/main/README.md"
|
|
||||||
Source = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/"
|
|
||||||
Tracker = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/issues"
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["setuptools >= 61.0"]
|
|
||||||
build-backend = "setuptools.build_meta"
|
|
||||||
|
|
||||||
#[tool.setuptools]
|
|
||||||
# ...
|
|
||||||
# By default, include-package-data is true in pyproject.toml,
|
|
||||||
# so you do NOT have to specify this line.
|
|
||||||
#include-package-data = true
|
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
|
||||||
where = ["pelican/themes/Flex"]
|
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
|
||||||
"*" = [ "*.min.css", "*.html", "*.min.js","*.png","*.ttf","*.wasm","*.woff2" ]
|
|
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |