aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLittle-Karl <ltek0@outlook.com>2022-03-20 07:34:16 +0800
committerGitHub <noreply@github.com>2022-03-19 19:34:16 -0400
commit775d0a8e862247bc78a53d6cf0ceef5651d4f98c (patch)
tree76aab762d3431ea56c99f18d6ef5a17f53a08790
parent6351bf973c898bb6a7295be2a0e43fd3e745a14c (diff)
downloadhomer-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.md2
-rw-r--r--public/assets/config.yml.dist2
-rw-r--r--public/assets/config.yml.dist.sample-sui2
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
5title: "Demo dashboard" 5title: "Demo dashboard"
6subtitle: "Homer" 6subtitle: "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
5title: "Hello beautiful!" 5title: "Hello beautiful!"
6subtitle: "App dashboard" 6subtitle: "App dashboard"