Skip to content

Commit

Permalink
Add trick for link creation
Browse files Browse the repository at this point in the history
  • Loading branch information
franhp committed Jul 27, 2015
1 parent e242325 commit 064c4ce
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@ virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
grunt
???
PROFIT!
```

* Recordeu modificar la variable homepage que forma tots els enllaços

Al fitxer `app/src/templates/context/_all.json`

```
{
- "homepage": "http://catux.org/"
+ "homepage": "http://localhost:9000/"
}
```


Expand Down

0 comments on commit 064c4ce

Please sign in to comment.