New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blitz-ssg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blitz-ssg

Dead simple static site generator using Markdown and Pug (formerly Jade).

  • 0.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Blitz Static Site Generator

npm version npm David Build Status Coverage Status

Blitz is a dead simple yet powerful static site generator using Node.js, Pug and bits of YAML here and there.

Documentation can be found on Blitz's website. You might also be interested in the quick start guide.

Super quick start

Install Blitz once you have Node.js and npm ready:

npm install -g blitz-ssg

Create a new directory, enter it and initialise a Blitz project using the portfolio template:

mkdir blitz-example
cd blitz-example
blitz init -t portfolio

Build the static site using Blitz:

blitz build

And you're done! Open index.html from the newly generated build directory in your favourite browser to view the website you've just generated. For more templates, check out this page.

Developers

This repository contains the source code of Blitz app, do not clone it if you want to use Blitz as opposed to helping developing it. For an example website built using Blitz, consider the source code of Blitz's official website.

I suggest you make use of tslint.json provided in this repository to ensure consistent coding style.

Keywords

FAQs

Package last updated on 27 Nov 2016

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