https://github.com/snugug/magic-tricks-with-houdini
Houdini Talk
https://github.com/snugug/magic-tricks-with-houdini
Last synced: 8 months ago
JSON representation
Houdini Talk
- Host: GitHub
- URL: https://github.com/snugug/magic-tricks-with-houdini
- Owner: Snugug
- Created: 2016-05-21T23:09:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T10:10:30.000Z (about 7 years ago)
- Last Synced: 2025-04-30T04:29:20.606Z (about 1 year ago)
- Language: HTML
- Homepage: https://snugug.github.io/magic-tricks-with-houdini/
- Size: 71.6 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- 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!