aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1abce2f..763e1e6 100644
--- a/README.md
+++ b/README.md
@@ -61,9 +61,9 @@ npm install
61npm run serve 61npm run serve
62``` 62```
63 63
64### themes 64### Themes
65 65
66Theme are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)). 66Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
67To addd a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-<name>` scope. Then import it in the main style file. 67To addd a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-<name>` scope. Then import it in the main style file.
68 68
69```scss 69```scss
@@ -81,7 +81,7 @@ body #app.theme-my-awesome-theme. { ... }
81 81
82## Configuration 82## Configuration
83 83
84Title, icons, links, colors, and services can be configured in the `config.yml` file, using [yaml](http://yaml.org/) format. 84Title, icons, links, colors, and services can be configured in the `config.yml` file (located in project root directory once built, or in the `public/` directory in developement mode), using [yaml](http://yaml.org/) format.
85 85
86```yaml 86```yaml
87--- 87---
@@ -142,7 +142,7 @@ links:
142 - name: "ansible" 142 - name: "ansible"
143 icon: "fab fa-github" 143 icon: "fab fa-github"
144 url: "https://github.com/xxxxx/ansible/" 144 url: "https://github.com/xxxxx/ansible/"
145 target: "_blank" # optional html a tag target attribute 145 target: "_blank" # optional html tag target attribute
146 - name: "Wiki" 146 - name: "Wiki"
147 icon: "fas fa-book" 147 icon: "fas fa-book"
148 url: "https://wiki.xxxxxx.com/" 148 url: "https://wiki.xxxxxx.com/"
@@ -161,7 +161,7 @@ services:
161 subtitle: "Continuous integration server" 161 subtitle: "Continuous integration server"
162 tag: "CI" 162 tag: "CI"
163 url: "#" 163 url: "#"
164 target: "_blank" # optional html a tag target attribute 164 target: "_blank" # optional html tag target attribute
165 - name: "RabbitMQ Management" 165 - name: "RabbitMQ Management"
166 logo: "/assets/tools/rabbitmq.png" 166 logo: "/assets/tools/rabbitmq.png"
167 subtitle: "Manage & monitor RabbitMQ server" 167 subtitle: "Manage & monitor RabbitMQ server"