Skip to content

Commit

Permalink
theme update, link to site
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 16, 2020
1 parent 19b5904 commit 11f2b91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ The official IMI showtime website

![deploy staging](https://github.com/htw-imi-showtime/showtime-website/workflows/deploy%20staging/badge.svg)

[Website: https://showtime.f4.htw-berlin.de/](https://showtime.f4.htw-berlin.de/)

[Preview: https://htw-imi-showtime.github.io/](https://htw-imi-showtime.github.io/)

* [Adding a new project](#Adding-a-new-project)
* [Updating your Fork](#Updating-your-Fork)
* [Including additional content](#Including-additional-content)
Expand Down Expand Up @@ -61,9 +65,9 @@ git push

Once your branch was merged, you may view your project's page on https://htw-imi-showtime.github.io/

## Updating your Fork
## Updating your Fork

To get the updates on the central repository into your fork, do the following:
To get the updates on the central repository into your fork, do the following:
(see [Github on Syncing a Fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)
)
```
Expand All @@ -73,7 +77,7 @@ git merge upstream/master
```

To update the theme submodule, do run

```
git submodule update
```
Expand Down Expand Up @@ -123,7 +127,7 @@ To generate a back button on your subpage that links back to your main page, you

### Images
Note that the description parameter is optional and may be left out for disabling the caption.
Other optional parameters for custom syling:
Other optional parameters for custom syling:
* width - Set the width of the image in pixels, e.g. `300`. Default: Image width or max page width (1400px);
* align - Set the alignment for the image (`left`, `right`, `center`). Default: `center`
```handlebars
Expand Down
2 changes: 1 addition & 1 deletion themes/showtime

0 comments on commit 11f2b91

Please sign in to comment.