https://github.com/hmsk/generator-harp-gh-pages
Yeoman generater for Harp project deploying with GitHub Pages, automating with Circle CI
https://github.com/hmsk/generator-harp-gh-pages
Last synced: 2 months ago
JSON representation
Yeoman generater for Harp project deploying with GitHub Pages, automating with Circle CI
- Host: GitHub
- URL: https://github.com/hmsk/generator-harp-gh-pages
- Owner: hmsk
- Created: 2016-06-23T06:10:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T21:51:51.000Z (over 8 years ago)
- Last Synced: 2025-04-02T21:09:50.888Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harp GitHub Pages Generator
[](https://asciinema.org/a/9jwmwwev0kz2gpxwqn5ftfnhs)
## Run Generator
```sh
# Install Yeoman generator
npm install -g yo
# Install this generator
npm install generator-harp-gh-pages
# Run generator
yo harp-gh-pages
```You can get initial Harp project with your choice of preprocessors.
And also setup deploying with CircleCI and custom domain of GitHub Pages easily.```
? Your project name (yo-harp)
? Which CSS preprocessors do you use? (Use arrow keys)
❯ LESS
Stylus
SCSS
Sass
? Which HTML preprocessors do you use? (Use arrow keys)
❯ EJS
Jade
? Would you like to use Markdown for html content? (y/N)
? Would you like to configure your custom domain for GitHub Pages? (y/N)
? Put your custom domain (awesome.example.com)
? Would you like to deploy with Circle CI? (y/N)
```## License
MIT