diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -61,11 +61,11 @@ message: | |||
61 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links | 61 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links |
62 | links: | 62 | links: |
63 | - name: "ansible" | 63 | - name: "ansible" |
64 | icon: "fa-github" | 64 | icon: "fab fa-github" |
65 | url: "https://github.com/xxxxx/ansible/" | 65 | url: "https://github.com/xxxxx/ansible/" |
66 | target: '_blank' # optionnal html a tag target attribute | 66 | target: '_blank' # optionnal html a tag target attribute |
67 | - name: "Wiki" | 67 | - name: "Wiki" |
68 | icon: "fa-book" | 68 | icon: "fas fa-book" |
69 | url: "https://wiki.xxxxxx.com/" | 69 | url: "https://wiki.xxxxxx.com/" |
70 | 70 | ||
71 | # Services | 71 | # Services |
@@ -73,7 +73,7 @@ links: | |||
73 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | 73 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). |
74 | services: | 74 | services: |
75 | - name: "DevOps" | 75 | - name: "DevOps" |
76 | icon: "fa-code-fork" | 76 | icon: "fa fa-code-fork" |
77 | items: | 77 | items: |
78 | - name: "Jenkins" | 78 | - name: "Jenkins" |
79 | logo: "/assets/tools/jenkins.png" | 79 | logo: "/assets/tools/jenkins.png" |
@@ -91,7 +91,7 @@ services: | |||
91 | tagstyle: "is-success" | 91 | tagstyle: "is-success" |
92 | url: "#" | 92 | url: "#" |
93 | - name: "Monitoring" | 93 | - name: "Monitoring" |
94 | icon: "fa-heartbeat" | 94 | icon: "fas fa-heartbeat" |
95 | items: | 95 | items: |
96 | - name: "M/Monit" | 96 | - name: "M/Monit" |
97 | logo: "/assets/tools/monit.png" | 97 | logo: "/assets/tools/monit.png" |