https://github.com/snugug/gulp-armadillo
The rebirth of the Armadillo static site generator, as a series of Gulp tasks!
https://github.com/snugug/gulp-armadillo
Last synced: about 1 year ago
JSON representation
The rebirth of the Armadillo static site generator, as a series of Gulp tasks!
- Host: GitHub
- URL: https://github.com/snugug/gulp-armadillo
- Owner: Snugug
- License: mit
- Created: 2015-07-04T13:11:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T00:25:42.000Z (over 1 year ago)
- Last Synced: 2025-03-22T02:34:37.948Z (about 1 year ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 144
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Armadillo [](https://travis-ci.org/Snugug/gulp-armadillo) [](https://coveralls.io/github/Snugug/gulp-armadillo?branch=master) [](https://badge.fury.io/js/gulp-armadillo) [](https://david-dm.org/snugug/gulp-armadillo) [](https://greenkeeper.io/)
```
,.-----__
,:::://///,:::-.
/:''/////// ``:::`;/|/ .----.
/' |||||| :://'`\ | Hi |
.' , |||||| `/( e \ /----'
-===~__-'\__X_`````\_____/~`-._ `.
~~ ~~ `~-'
```
Armadillo is a cute little thing that drinks from your [Gulp](http://gulpjs.com/) cup and spits out a static site for you! The Armadillo is a little opinionated, so not right for everyone, but it'll get the job done when you need it to.
## Getting Started
Follow our [Developing with the Armadillo](https://github.com/Snugug/gulp-armadillo/wiki/Developing-with-the-Armadillo) instructions to get set up and start working.
Armadillo also provides some [additions to standard rendering](https://github.com/Snugug/gulp-armadillo/wiki/Armadillo-Additions) you may be use to to make your life a little happier when using it.
Be sure to [configure your Armadillo](https://github.com/Snugug/gulp-armadillo/wiki/Configuring-Your-Armadillo) before you get started!
## Basic Armadillo Commands
There are four basic commands that your armadillo knows that you're likely to run:
* `gulp`
* `gulp deploy`
`gulp` is your armadillo's development command. It will run a [BrowserSync](https://www.browsersync.io/) server, watch for changes to all of your files, compile, recompile, and reload everything as you go.
`gulp deploy` is your armadillo's deployment command. It will compile production ready versions of all of your files and inline your [critical](https://www.npmjs.com/package/critical) CSS for you, then deploy the resulting compiled files to [GitHub Pages](https://pages.github.com/). You can run `gulp deploy:dry` to compile production ready versions of your files without deploying them.