aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/assets/page2.yml
blob: e10d706f079cfbbdba39939a8cfa3211c171a466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# this config is used by a page linked in the navbar
# this pages will use the same configuration from config.yml, but will overwrite fields present here

# this overwrites title and subtitle:
title: "Page2"
subtitle: "this is the second page"

# this overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one:
message:

# as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field:
links:
  - name: "Home"
    icon: "fas fa-home"
    url: "/"
  - name: "Contribute"
    icon: "fab fa-github"
    url: "https://github.com/bastienwirtz/homer"
    target: "_blank" # optional html a tag target attribute
  - name: "Wiki"
    icon: "fas fa-book"
    url: "https://www.wikipedia.org/"

# we keep the first group from the main page, but remove the second group. We need to replicate that first group or it will be removed:
services:
  - name: "NEW"
    icon: "fas fa-cloud"
    items:
      - name: "Awesome app"
        logo: "assets/tools/sample.png"
        subtitle: "Bookmark example"
        tag: "app"
        url: "https://www.reddit.com/r/selfhosted/"
        target: "_blank"
      - name: "Another one"
        logo: "assets/tools/sample2.png"
        subtitle: "Another application"
        tag: "app"
        url: "#"