
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Yet Another Static Site (generator)
Yass is an incredibly un-opinionated static site generator. Learn more!
Starting from a blank page isn't fun, so yass init
spits out the source to jhollinger.github.io/yass/ to help get you started.
$ gem install yass
$ yass init blog
Creating blog/layouts/default.html.liquid
Creating blog/layouts/splash.html.liquid
Creating blog/site/assets/highlight.min.js
Creating blog/site/assets/highlightjs-atom-one-dark.min.css
Creating blog/site/assets/main.css.liquid
Creating blog/site/helpers/index.md.liquid
Creating blog/site/index.md.liquid
Creating blog/site/layouts-templates/index.md.liquid
Creating blog/templates/asset_tags.liquid
Creating blog/templates/nav.liquid
$ cd blog
The built site will be placed into dist
.
yass build
NOTE If you're building for webserverless, local viewing, and using the strip_index
filter anywhere, use the --no-strip-index
option.
yass build --no-strip-index
Use the watch
command to continually build your site as files change.
yass watch # also supports --no-strip-index
MIT License. See LICENSE for details.
Copyright (c) 2025 Jordan Hollinger.
FAQs
Unknown package
We found that yass demonstrated a healthy version release cadence and project activity because the last version was released less than 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 clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.