https://github.com/snugug/building-fed
Building FED@IBM
https://github.com/snugug/building-fed
Last synced: 5 months ago
JSON representation
Building FED@IBM
- Host: GitHub
- URL: https://github.com/snugug/building-fed
- Owner: Snugug
- Created: 2016-10-19T12:37:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T12:12:46.000Z (about 9 years ago)
- Last Synced: 2026-02-11T07:00:11.147Z (6 months ago)
- Language: HTML
- Homepage: https://snugug.github.io/building-fed/
- Size: 2.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Tricks with Houdini
```
,.-----__
,:::://///,:::-.
/:''/////// ``:::`;/|/ .-----.
/' |||||| :://'`\ | Hi! |
.' , |||||| `/( e \ /-----'
-===~__-'\__X_`````\_____/~`-._ `.
~~ ~~ `~-'
```
Welcome to your new awesome [Armadillo](https://github.com/Snugug/gulp-armadillo) powered website! For more in-depth documentation, check out its website.
All of the Armadillo's [Basic Commands](https://github.com/Snugug/gulp-armadillo#basic-armadillo-commands) can be run by prepending `npm run` to them if you don't have Gulp globally installed, so if you wanted to run your Armadillo's development command, you can run `npm run gulp`.
## Deploying to GitHub Pages
Almost everything is set up for your Armadillo to deploy your site to [GitHub Pages](https://pages.github.com/). You need to create an [personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) with the [`repo`](https://developer.github.com/v3/oauth/#scopes) scope. Keep this a secret! It's what lets Armadillo write to your `gh-pages` branch and deploy for you! Once you've got your token, in your [Travis CI environment variables](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings), add a `GH_TOKEN` variable and set it to your token. Be sure to enable your GitHub repo from Travis CI!