diff options
author | Little-Karl <ltek0@outlook.com> | 2022-03-20 07:34:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 19:34:16 -0400 |
commit | 775d0a8e862247bc78a53d6cf0ceef5651d4f98c (patch) | |
tree | 76aab762d3431ea56c99f18d6ef5a17f53a08790 | |
parent | 6351bf973c898bb6a7295be2a0e43fd3e745a14c (diff) | |
download | homer-775d0a8e862247bc78a53d6cf0ceef5651d4f98c.tar.gz homer-775d0a8e862247bc78a53d6cf0ceef5651d4f98c.tar.zst homer-775d0a8e862247bc78a53d6cf0ceef5651d4f98c.zip |
FA note chages for new users (#404)
Update link to Font Awesome to reference v5 directly
-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" |