https://github.com/sio/pelican-smallweb
SmallWeb theme for Pelican static site generator
https://github.com/sio/pelican-smallweb
pelican pelican-theme
Last synced: 4 months ago
JSON representation
SmallWeb theme for Pelican static site generator
- Host: GitHub
- URL: https://github.com/sio/pelican-smallweb
- Owner: sio
- License: apache-2.0
- Created: 2022-06-02T09:04:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T08:39:40.000Z (almost 4 years ago)
- Last Synced: 2024-04-04T14:24:19.370Z (over 2 years ago)
- Topics: pelican, pelican-theme
- Language: HTML
- Homepage: https://sio.github.io/pelican-smallweb/default/
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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]?
**Demo:**
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 with pip:
```
$ pip install https://github.com/sio/pelican-smallweb/tarball/v2024.04.15#egginfo=pelican-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.