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
- Host: GitHub
- URL: https://github.com/bschwind/blog-generator
- Owner: bschwind
- Created: 2016-05-12T01:55:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T13:11:14.000Z (over 1 year ago)
- Last Synced: 2025-03-20T17:51:46.084Z (about 1 year ago)
- Language: HTML
- Size: 47.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.