https://github.com/csells/sb_sgen
sellsbrothers.com static site generation tool
https://github.com/csells/sb_sgen
Last synced: 3 months ago
JSON representation
sellsbrothers.com static site generation tool
- Host: GitHub
- URL: https://github.com/csells/sb_sgen
- Owner: csells
- License: bsd-3-clause
- Created: 2019-11-26T06:05:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T21:19:57.000Z (about 2 years ago)
- Last Synced: 2024-12-31T20:16:47.116Z (4 months ago)
- Language: Dart
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A CLI for generating static content from github.com/csells/sb-blot to github.com/csells/sb6.
## Usage
```bash
$ git clone https://github.com/csells/sb-blot
$ git clone https://github.com/csells/sb6
$ dart sb_sgen/bin/main.dart --source-dir sb-blot --target-dir sb6 --base-url https://csells.github.io/sb6/
$ cd sb6
$ git add *
$ git commit -m 'something useful'
$ git push
```