|
1 | 1 | [[main]] |
2 | 2 | identifier = "home" |
3 | 3 | name = "Home" |
4 | | - pre = '<i class="fas fa-home me-1"></i>' |
5 | 4 | weight = 1 |
6 | 5 | url = "https://hbs.razonyang.com/" |
| 6 | + [main.params] |
| 7 | + icon = '<i class="fas fa-home"></i>' |
7 | 8 | [[main]] |
8 | 9 | identifier = "blog" |
9 | 10 | name = "Blog" |
10 | | - pre = '<i class="fas fa-fw fa-blog me-1"></i>' |
11 | 11 | weight = 2 |
| 12 | + [main.params] |
| 13 | + icon = '<i class="fas fa-fw fa-blog"></i>' |
12 | 14 | [[main]] |
13 | 15 | name = "Support" |
14 | 16 | identifier = "support" |
15 | | - pre = '<i class="fas fa-fw fa-info-circle me-1"></i>' |
16 | 17 | weight = 40 |
| 18 | + [main.params] |
| 19 | + description = 'The HBS Support Community' |
| 20 | + icon = '<i class="fas fa-fw fa-info-circle"></i>' |
17 | 21 | [[main]] |
18 | 22 | name = "Repository" |
19 | 23 | identifier = "repository" |
20 | 24 | parent = "support" |
21 | | - pre = '<i class="fab fa-fw fa-github me-1"></i>' |
22 | 25 | url = "https://github.com/razonyang/hugo-theme-bootstrap" |
23 | 26 | weight = 1 |
| 27 | + [main.params] |
| 28 | + icon = '<i class="fab fa-fw fa-github text-primary"></i>' |
24 | 29 | [[main]] |
25 | 30 | name = "Discussions" |
26 | 31 | identifier = "discussions" |
27 | 32 | parent = "support" |
28 | | - pre = '<i class="fas fa-fw fa-comments me-1"></i>' |
29 | 33 | url = "https://github.com/razonyang/hugo-theme-bootstrap/discussions/new" |
30 | 34 | weight = 2 |
| 35 | + [main.params] |
| 36 | + description = "Ask and discuss questions with others." |
| 37 | + icon = '<i class="fas fa-fw fa-comments text-success"></i>' |
31 | 38 | [[main]] |
32 | 39 | name = "Features Request" |
33 | 40 | identifier = "feature-request" |
34 | | - pre = '<i class="fas fa-fw fa-lightbulb me-1"></i>' |
35 | 41 | parent = "support" |
36 | 42 | url = "https://github.com/razonyang/hugo-theme-bootstrap/issues/new?template=feature_request.yml" |
37 | 43 | weight = 3 |
| 44 | + [main.params] |
| 45 | + description = "Suggest new or updated features." |
| 46 | + icon = '<i class="fas fa-fw fa-lightbulb text-warning"></i>' |
38 | 47 | [[main]] |
39 | 48 | name = "Bug Report" |
40 | 49 | identifier = "bug-report" |
41 | 50 | parent = "support" |
42 | | - pre = '<i class="fas fa-fw fa-bug me-1"></i>' |
43 | 51 | url = "https://github.com/razonyang/hugo-theme-bootstrap/issues/new?template=bug_report.yml" |
44 | 52 | weight = 3 |
| 53 | + [main.params] |
| 54 | + description = "Tell us about a bug or issue." |
| 55 | + icon = '<i class="fas fa-fw fa-bug text-danger"></i>' |
45 | 56 | [[main]] |
46 | 57 | parent = "support" |
47 | 58 | weight = 4 |
|
58 | 69 | parent = "support" |
59 | 70 | url = "https://github.com/razonyang/hugo-theme-bootstrap" |
60 | 71 | weight = 1 |
61 | | - pre = '<i class="fab fa-fw fa-github me-1"></i>' |
| 72 | + [footer.params] |
| 73 | + icon = '<i class="fab fa-fw fa-github text-primary"></i>' |
62 | 74 | [[footer]] |
63 | 75 | name = "Discussions" |
64 | 76 | identifier = "discussions" |
65 | 77 | parent = "support" |
66 | 78 | url = "https://github.com/razonyang/hugo-theme-bootstrap/discussions/new" |
67 | 79 | weight = 2 |
68 | | - pre = '<i class="fas fa-fw fa-comments me-1"></i>' |
| 80 | + [footer.params] |
| 81 | + icon = '<i class="fas fa-fw fa-comments text-success"></i>' |
69 | 82 | [[footer]] |
70 | 83 | name = "Features Request" |
71 | 84 | identifier = "feature-request" |
72 | 85 | parent = "support" |
73 | | - pre = '<i class="fas fa-fw fa-lightbulb me-1"></i>' |
74 | 86 | url = "https://github.com/razonyang/hugo-theme-bootstrap/issues/new?template=feature_request.md" |
75 | 87 | weight = 3 |
| 88 | + [footer.params] |
| 89 | + icon = '<i class="fas fa-fw fa-lightbulb text-warning"></i>' |
76 | 90 | [[footer]] |
77 | 91 | name = "Bug Report" |
78 | 92 | identifier = "bug-report" |
79 | 93 | parent = "support" |
80 | | - pre = '<i class="fas fa-fw fa-bug me-1"></i>' |
81 | 94 | url = "https://github.com/razonyang/hugo-theme-bootstrap/issues/new?template=bug_report.md" |
82 | 95 | weight = 4 |
| 96 | + [footer.params] |
| 97 | + icon = '<i class="fas fa-fw fa-bug text-danger"></i>' |
83 | 98 |
|
84 | 99 | [[footer]] |
85 | 100 | name = "Docs" |
|
0 commit comments