Socket
Socket
Sign inDemoInstall

marlboro

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marlboro

A simple static blog generator, based on node.js


Version published
Maintainers
1
Created
Source

Marlboro

Build Status

Intro

Marlboro is lightweight static blog generator based on NodeJS, brother of SBlog

Install

npm install -g marlboro

Usage

  1. First time, you may want to run marlboro to build a new blog environment: --content --deploy --config.json

  2. run cd content, write your post in a file with extname '.mkd' note: posts are archived by folder.

    For example

    1. mkdir test

    2. cd test

    3. touch example.mkd

    4. $EDITOR example.mkd

         ======
    
         title: Title
    
         date: 1970-01-01
    
         tages: seprate, by, comma
    
         ======
    
         Content Here
    
         #Markdown is supported
    
         ```js
         (function(){})(); // Source Code Here;
         ```
     
  3. back to working space & build site run marlboro again.

  4. a file named 'about.mkd' under 'content' will be recognized to be a short introduction about you. In other word, it's not a 'post'.

View Online Demo

TODO

  • disqus
  • pages
  • test unit
  • ...

LICENSE

The BSD License.

Copyright 2013, YuweiBa

Keywords

FAQs

Package last updated on 08 Jun 2013

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