New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

krisp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krisp

Serve your blog from markdown files

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
10
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

Krisp

Turn your markdown files into a website.

View Demo

What is Krisp?

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.

Own your content

There is no database or CMS to manage. You own your content and can easily edit it in your favorite text editor.

Usage

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.

Themes

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.

Docs

(Coming soon)

Contributing

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.

License

MIT © Yatharth K

Keywords

krisp

FAQs

Package last updated on 21 Dec 2023

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