Socket
Socket
Sign inDemoInstall

deadsimple

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    deadsimple

A dead simple static site server on markdown.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Deadsimple

A dead simple static site generator server that converts your markdown to bootstrap based html.

Why?

When I want a static site hosted, I want it to be dead simple. Ideally, I'd write markdown files, put them in a bunch of directories, link them together, and I'd have a static site that would automatically style them and serve. No configurations, no commands to parse/compile/generate/publish.

How does it work?

Write your md files, put them into the content directory. There's already an index.md there that you can edit. Deadsimple will map a url to a markdown file from the top of this directory. For an example, /blog/hello-world url will map to /content/blog/hello-world.md. Markdown will be converted to html on the client, and styled with bootstrap thanks to the excellent Strapdown.js library.

Keywords

FAQs

Last updated on 27 Nov 2014

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc