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

blgn

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

blgn

Generation of a light-weight blog in Node.js

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

blgn

Generation of a light-weight blog in Node.js

Installation

npm install blgn

Examples

var Blgn = require('blgn');

// generate all static pages
var blgn = new Blgn();

blgn.generate('home', {
		head: {
			title: "Homepage title (head)"
		},
		page: {
			title: "Homepage title (body)",
		},
	})
	.generate('posts')
	.generate('years')
	.generate('tags')
	.generate('pages')
	.generate('rss')
	.generate('errors')
	.copyFolder('resources');

See blgn/examples for more details.

Keywords

blog

FAQs

Package last updated on 27 Jul 2015

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