Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bake

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bake

javascript website bakery for markdown files

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bake is a small tool that is able to read a directory tree of HTML and Markdown files and turns them into a website. It allows defining templates for the Markdown files.

Using this package is quite easy. Install it with npm.

npm install -g bake

Then use the following code to "bake" your website

var bake = require("bake");

bake("/path/to/website");

The directory structure at /path/to/website should be like in the bake boilerplate. You may fork it to quickly setup your site.

This package is intended to be used as a post-receive hook for a GIT repository, that turns the contents of the repository into a website. This way it can be used as a CMS.

Future plans include automatic generation of an page index as well as a Atom/RSS feed.

FAQs

Package last updated on 13 Aug 2011

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc