https://github.com/binyamin/static-site-gulp
My workflow for making static-sites, using @gulpjs
https://github.com/binyamin/static-site-gulp
gulp jamstack remark static-site static-site-generator
Last synced: 5 months ago
JSON representation
My workflow for making static-sites, using @gulpjs
- Host: GitHub
- URL: https://github.com/binyamin/static-site-gulp
- Owner: binyamin
- License: mit
- Created: 2021-05-30T18:31:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T11:05:15.000Z (6 months ago)
- Last Synced: 2026-01-06T08:38:08.893Z (6 months ago)
- Topics: gulp, jamstack, remark, static-site, static-site-generator
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# Static-site Setup
My workflow for making static-sites, using [gulpjs](https://github.com/gulpjs/gulp).
## Overview
This system is built with gulp plugins, so you can install just the features you need. The goal is to cover some basic features in a pluggable fashion.
I'd love to see similar systems from other people. Let me know what you build!
## Contributing
This is mainly a personal project, so I don't expect any contributions. That said, I'm open to all suggestions and/or contributions. You may want to look at [the roadmap](https://github.com/binyamin/static-site-gulp/blob/main/roadmap.md).
## Legal
Copyright 2021 [Binyamin Green](https://binyam.in). Source code is provided under [the MIT license](https://github.com/binyamin/static-site-gulp/blob/main/LICENSE).