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
- Host: GitHub
- URL: https://github.com/antonfisher/static-site-generator
- Owner: antonfisher
- License: mit
- Created: 2015-12-03T08:29:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T23:24:41.000Z (over 2 years ago)
- Last Synced: 2025-04-09T18:14:35.554Z (23 days ago)
- Topics: gulp, highlightjs, markdown, nunjucks
- Language: JavaScript
- Homepage:
- Size: 929 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.