Metadata-Version: 2.1
Name: pelican-theme-smallweb
Version: 2022.6.8
Summary: SmallWeb theme for Pelican static site generator
License: Apache-2.0
Keywords: blog,pelican,theme
Author: Vitaly Potyarkin
Author-email: sio.wtf@gmail.com
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pelican
Requires-Dist: setuptools
Project-URL: Issue Tracker, https://github.com/sio/pelican-smallweb
Description-Content-Type: text/markdown

# SmallWeb theme for Pelican static site generator

This is a simple yet modern-looking theme for Pelican blogs. It uses no
JavaScript, and all HTML/CSS had been crafted by hand - remember [webmasters]?

Theme name is inspired by the idea of [small web] - a simpler old-style web of
personal pages that didn't actually disappear but has become a lot less
visible as Internet had grown older and larger.
Authors would like to thank [Marginalia Search] for keeping the spirit alive!

[webmasters]: https://justinjackson.ca/webmaster/
[small web]: https://felix.plesoianu.ro/web/in-the-small.html
[Marginalia Search]: https://search.marginalia.nu/


## Installation and usage

This theme is installable via [PyPI]:

```
$ pip install pelican-theme-smallweb
```

Latest development version is also installable:

```
$ pip install git+https://github.com/sio/pelican-smallweb/
```

Import it in your `pelicanconf.py`:

```python
from pelican.themes import smallweb
THEME = smallweb.path()
```

[PyPI]: https://pypi.org/project/pelican-theme-smallweb/


## Privacy concerns

This theme uses *Google Fonts* by default. If you do not want third-parties to
track your visitors, set `ALLOW_GOOGLE_FONTS = False` in your pelicanconf.py
and (optionally) provide self-hosted version of fonts via `CSS_OVERRIDE` list.

No other third-party resources are referenced.

No personally identifiable information is collected.

