
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
A static blog aware generator. It is a rack application, so it's not entirely static, but it does serve the pages quickly.
gem install kryo
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.
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
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
Unknown package
We found that kryo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.