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

staticpress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

staticpress

  • 0.7.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

What is Staticpress?

Staticpress is a blog-focused static site generator. It uses Tilt for rendering nearly any template you can think of and come with a built-in Rack server for easy development previews.

Getting Started

Staticpress is installable as a Rubygem so a simple [sudo] gem install staticpress is all you need. Once installed you will need to initialize your blog with staticpress new <path-to-blog> [name-of-blog], where <path-to-blog> is a relative path to some directory and [name-of-blog] is an optional title. If the directory does not exist yet, it will be created, so go ahead and cd into it.

From your blog directory, you can create a new blog post with staticpress create <title>. You can turn on the server with staticpress serve to preview work in progress. Several other commands are available; check out staticpress help for more information.

FAQs

Package last updated on 16 Jan 2013

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