krisp

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i krisp

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

990 kB

Total Files

12

Last publish

Collaborators

  • yatharth