New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kryo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kryo

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Kryo

A static blog aware generator. It is a rack application, so it's not entirely static, but it does serve the pages quickly.

Installation

gem install kryo

Usage

This is the basic usage I am attempting to accomplish.

kryo new blog
cd blog/
bundle install
kryo generate post some-title
kryo run

Similar interface with the CLI like rails is.

File Structure

The file structure for this static blog generator is quite simple.

./source/assets   # your css and images will go here
./source/posts    # your posts will go here
./source/pages    # any extra pages like a resume page or something will go here
./source/template # your theme will reside here

./lib             # custom Ruby stuff will reside here

./public          # this is where your generated content will go

Contributing

Make sure you commit to a branch that is not master. Send a pull request when you feel that it is ready to be reviewed. Please for the love of git, squash commits that aren't necessary.

FAQs

Package last updated on 17 Mar 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