
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Krisp is a Node framework that allows you to turn your markdown files into a website. It's built to be simple to use and flexible enough to be used for any type of website.
There is no database or CMS to manage. You own your content and can easily edit it in your favorite text editor.
Install Krisp from npm:
npm install krisp
Put your markdown files in a folder called content in the root of your project. Then create a file called manifest.json in the root of your project and add the following code:
{
"name": "My Website",
"email": "youremail@example.com",
"theme": "tom-preston" // That's the theme that ships with Krisp
}
And that's it! You can now run krisp start to start your website.
Krisp ships with a default theme called tom-preston. It's a simple theme that's taken from Tom Preston-Werner's website. That's because Tom's website was the inspiration for minimalist style of Krisp.
(Coming soon)
There's a lot of work to be done. If you'd like to contribute, please try it out and let me know what you think. If you find a bug, please open an issue. If you'd like to see a feature added, please open an issue.
MIT © Yatharth K
FAQs
Serve your blog from markdown files
The npm package krisp receives a total of 10 weekly downloads. As such, krisp popularity was classified as not popular.
We found that krisp 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.