An open API service indexing awesome lists of open source software.

https://github.com/bschwind/blog-generator

A set of scripts for generating simple static blog sites
https://github.com/bschwind/blog-generator

Last synced: about 1 month ago
JSON representation

A set of scripts for generating simple static blog sites

Awesome Lists containing this project

README

          

# blog-generator
A set of scripts for generating my blog.

## Dependencies
- NodeJS + npm (pretty much any version should work)

## Build/Install Dependencies

```
$ npm install
```

or

```
$ yarn install
```

## Generate the Blog

```
$ node generate.js
```

Navigate to the `out/` directory and behold the web page files.

Start an HTTP server in the `out/` directory and you can browse the whole site locally.