🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

skip-ssg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skip-ssg

A simple python-based static site generator

0.2.0
PyPI
Maintainers
1

Skip

Skip is a Python-based data-forward static site generator inspired by Eleventy

Why should I use Skip?

  • You like Python and the Jinja2 templating engine
  • You want a simple static site generator that makes no assumptions about how your project should be structured
  • You want to use data files, including dynamically computed data (like reading from a database or API)

Quickstart

pip install skip-ssg
echo '# Hello World' > index.md
skip

To see more, check out the documentation

Keywords

ssg

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