-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the website with the QR code image, and fixed JS links to be…
… HTTPS
- Loading branch information
Devon Tucker
committed
Aug 29, 2016
1 parent
e5d00ed
commit e5f9630
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# tomighty.github.io | ||
Tomighty Github Page | ||
|
||
This is the repository for the Tomighty website. | ||
|
||
## Deploying | ||
|
||
Currently the actual website content is hosted on the [tomighty-website repository](https://github.com/tomighty/tomighty-website). In order | ||
to redeploy the website you must check out the website repository, build the site, and deploy it to this repository. | ||
|
||
1. Check out the tomight-website project. | ||
1. In the project directory, run `npm install` | ||
1. Run `grunt` to build the website | ||
1. Copy the contents of the `release` directory into this directory | ||
1. Commit to this repository, or create a pull request if you lack commit access | ||
|
||
That's it! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters