Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pelican-theme-smallweb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pelican-theme-smallweb

SmallWeb theme for Pelican static site generator

  • 2022.6.28
  • PyPI
  • Socket score

Maintainers
1

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: https://sio.github.io/pelican-smallweb/default/

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!

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:

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

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc