]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Remove config.yml from versionning.
authorBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 28 May 2020 03:58:20 +0000 (20:58 -0700)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 28 May 2020 03:58:20 +0000 (20:58 -0700)
.gitignore
README.md
public/config.yml.dist [moved from public/config.yml with 98% similarity]
public/config.yml.dist.sample-sui [moved from public/config.yml.sample-sui with 100% similarity]

index a0dddc6fb8c6b3feeeffa6e29bedca338e483382..26547c2e18a17d9bf3174d551bc80cbeb2bd7601 100644 (file)
@@ -19,3 +19,6 @@ yarn-error.log*
 *.njsproj
 *.sln
 *.sw?
+
+# App configuration
+public/config.yml
index 1abce2f212a6298811f881d3b4c0a1bd33e1c88b..763e1e662f9655635eb4df819cd81c1559408ac6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,9 +61,9 @@ npm install
 npm run serve
 ```
 
-### themes
+### Themes
 
-Theme are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
+Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
 To 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.
 
 ```scss
@@ -81,7 +81,7 @@ body #app.theme-my-awesome-theme. { ... }
 
 ## Configuration
 
-Title, icons, links, colors, and services can be configured in the `config.yml` file, using [yaml](http://yaml.org/) format.
+Title, 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.
 
 ```yaml
 ---
@@ -142,7 +142,7 @@ links:
   - name: "ansible"
     icon: "fab fa-github"
     url: "https://github.com/xxxxx/ansible/"
-    target: "_blank" # optional html tag target attribute
+    target: "_blank" # optional html tag target attribute
   - name: "Wiki"
     icon: "fas fa-book"
     url: "https://wiki.xxxxxx.com/"
@@ -161,7 +161,7 @@ services:
         subtitle: "Continuous integration server"
         tag: "CI"
         url: "#"
-        target: "_blank" # optional html tag target attribute
+        target: "_blank" # optional html tag target attribute
       - name: "RabbitMQ Management"
         logo: "/assets/tools/rabbitmq.png"
         subtitle: "Manage & monitor RabbitMQ server"
similarity index 98%
rename from public/config.yml
rename to public/config.yml.dist
index 0e0310ea99633db06fe513564c48f2c6c88e6781..849b3919b046df1bd8ab37951e13a0cfa4b37fec 100644 (file)
@@ -65,7 +65,7 @@ services:
     items:
       - name: "Awesome app"
         logo: "assets/tools/sample.png"
-        subtitle: "Bookmark exemple"
+        subtitle: "Bookmark example"
         tag: "app"
         url: "https://www.reddit.com/r/selfhosted/"
         target: "_blank" # optionnal html a tag target attribute