Socket
Socket
Sign inDemoInstall

veripress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veripress

A blog engine for hackers.


Maintainers
1

VeriPress

License Build Status Coverage Status PyPI Python Tag Docker Repository Docker Pulls

VeriPress is a blog engine for hackers, which is very similar to Octopress and Hexo, but with some different features. It's written in Python 3.4+ based on Flask web framework. Here is a demo.

Features

  • Supports three publish types: post, page, widget
  • Theme management
  • Custom post/page layout
  • Supports Markdown, HTML and plain TXT
  • Run as dynamic web app
  • Generating static HTML pages
  • API mode
  • Atom feed
  • and more...

Quick Start

It's dead easy to get started with VeriPress:

$ pip3 install veripress  # Install VeriPress
$ mkdir ~/my-veripress  # Create an empty folder as a VeriPress instance
$ cd ~/my-veripress
$ veripress init  # Initialize the VeriPress instance
$ veripress theme install default  # Install the "default" theme
$ veripress preview  # Preview the instance

Run the above commands and then you can visit the very initial VeriPress instance at http://127.0.0.1:8080/.

See documentation for more information on how to use VeriPress.

Documentation

Documentation is now available in Simplified Chinese (简体中文), and the English version is coming soon.

Themes

There are some official themes here, and also a theme collection here (in Simplified Chinese).

Contributing

If you want to help to develop VeriPress, fork this repo and send me a pull request. Source codes of docs and demo are also available in this repo, so if you find mistakes, feel free to send me a pull request too.

If you just have some questions or bug reports, you can also submit issues in this repo.

Thanks for your support and help.

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