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

https://github.com/antonfisher/static-site-generator

Markdown based static site generator
https://github.com/antonfisher/static-site-generator

gulp highlightjs markdown nunjucks

Last synced: 23 days ago
JSON representation

Markdown based static site generator

Awesome Lists containing this project

README

        

# Markdown based static site generator

Used for: [https://antonfisher.com](https://antonfisher.com)

## Usage

Create site and configure:

```bash
mkdir my-site
cd my-site
echo 'static-site-generator'>.gitignore
git clone [email protected]:antonfisher/static-site-generator.git
cd static-site-generator
npm install
cd -
cp static-site-generator/_config.example.json _config.json
vim _config.json
```

Development:

```bash
npm start
```

Build:

```bash
npm run build
```

## ToDo

- [ ] Pagination (?)
- [ ] Check same posts links
- [ ] 404 page

## License

Copyright (c) 2015 Anton Fisher

MIT License.