Socket
Book a DemoInstallSign in
Socket

posty

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posty

A static site generator

Source
pipPyPI
Version
2.1.1.post1
Maintainers
1

Posty

Build Status Documentation Status

A simple static site generator tool. Reads in a series of posts and pages containing YAML metadata and Markdown text, and renders them as HTML.

This is what powers my personal website.

This was mostly written for fun. There are other, probably better and definitely more full-featured static site generators out there.

Super-Quickstart

$ posty init
$ vim pages/blah.yaml
$ vim posts/1970-01-01_my-post.yaml
$ posty build
# Then deploy to your web server

Go check out the docs for a more info.

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