Skip to content

Commit

Permalink
Minor changes, details concerning fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
reckel-jm committed Mar 30, 2024
1 parent 2676f9d commit a9edabb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"spellright.language": [
"de-DE-3-0."
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
8 changes: 4 additions & 4 deletions content/quick start/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ Starting with Cantara is **very easy** and can be done while following this thre
2. Collect Songs
3. Run and configure Cantara

While a detailed explanation with download links can be found in the [Tutorial Section]({{< ref "/tutorial/_index.en.md" >}}), this page just contains some short advises.
While a detailed explanation with download links can be found in the [Tutorial Section]({{% ref "/tutorial/_index.en.md" %}}), this page just contains some short advises.

## Download Cantara

There are several download links for different operation systems.

* Go to the [Download and Installation Tutorial Section]({{< ref "/tutorial/Install Cantara.en.md" >}}) for further information.
* Go to the [Download and Installation Tutorial Section]({{% ref "/tutorial/Install Cantara.en.md" %}}) for further information.
* Check out the [Releases Page on Github](https://github.com/reckel-jm/cantara/releases) for further options.

## Collect Songs

Use services like CCLI Song Select or other databases to get lyrics for the songs which you want to sing!
You don't know where to start? [Take a look here]({{< ref "/tutorial/Where to get the songs.en.md" >}}).
You don't know where to start? [Take a look here]({{% ref "/tutorial/Where to get the songs.en.md" %}}).

## Run and configure Cantara

The configuration of Cantara should be self-explanatory for most of the cases. If you need further information, you can head to the [tutorial section]({{< ref "/tutorial/How to use it.en.md" >}}), too.
The configuration of Cantara should be self-explanatory for most of the cases. If you need further information, you can head to the [tutorial section]({{% ref "/tutorial/How to use it.en.md" %}}), too.
3 changes: 2 additions & 1 deletion content/tutorial/How to use it.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Cantara will automatically detect at start whether you have connected a second m

During the presentation mode, you can control the presentation slides via several ways:

* Using the arrow keys: You can use the arrow keys of your keyboard to go forward or backward
* Using the arrow keys: You can use the arrow keys of your keyboard to go forward or backwardF
* Pressing F5/F11: this will toggle fullscreen
* Using the Enter or Space key: You can use Enter or Space for moving a slide forward
* Pressing ESC: will end the presentation
* Mouse Click: Will move a slide forward
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a id="logo" href='{{ (cond (and (ne .Site.Params.landingPageURL nil) (.Site.IsMultiLingual)) .Site.Params.landingPageURL "/") }}' style="font-size:18pt">
<a id="logo" href='{{ (cond (and (ne .Site.Params.landingPageURL nil) (.Site.IsMultiLingual)) .Site.Params.landingPageURL "/") }}' style="font-size:18pt; color: black">
Cantara
</a>

0 comments on commit a9edabb

Please sign in to comment.