diff options
-rw-r--r-- | docs/configuration.md | 2 | ||||
-rw-r--r-- | public/assets/config.yml.dist | 2 | ||||
-rw-r--r-- | public/assets/config.yml.dist.sample-sui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 2083be3..84a7ea7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -5,7 +5,7 @@ Title, icons, links, colors, and services can be configured in the `config.yml` | |||
5 | ```yaml | 5 | ```yaml |
6 | --- | 6 | --- |
7 | # Homepage configuration | 7 | # Homepage configuration |
8 | # See https://fontawesome.com/icons for icons options | 8 | # See https://fontawesome.com/v5/search for icons options |
9 | 9 | ||
10 | # Optional: Use external configuration file. | 10 | # Optional: Use external configuration file. |
11 | # Using this will ignore remaining config in this file | 11 | # Using this will ignore remaining config in this file |
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 63d022a..03a8682 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/v5/search for icons options |
4 | 4 | ||
5 | title: "Demo dashboard" | 5 | title: "Demo dashboard" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
diff --git a/public/assets/config.yml.dist.sample-sui b/public/assets/config.yml.dist.sample-sui index ff7f80a..4ebf4a4 100644 --- a/public/assets/config.yml.dist.sample-sui +++ b/public/assets/config.yml.dist.sample-sui | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/v5/search for icons options |
4 | 4 | ||
5 | title: "Hello beautiful!" | 5 | title: "Hello beautiful!" |
6 | subtitle: "App dashboard" | 6 | subtitle: "App dashboard" |