diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-23 22:56:33 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-28 11:05:40 -0700 |
commit | b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044 (patch) | |
tree | 41bdb9b456cbb8d59aaf421e8c82582a4eabcc55 /docs | |
parent | 796a16c8da1e40aef418559ade2252a5275708c8 (diff) | |
download | homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.gz homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.zst homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.zip |
Regroup all editable files in one place
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 | ||||
-rw-r--r-- | docs/tips-and-tricks.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a2469ed..409db34 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -1,6 +1,6 @@ | |||
1 | ## Configuration | 1 | ## Configuration |
2 | 2 | ||
3 | 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. | 3 | Title, icons, links, colors, and services can be configured in the `config.yml` file (located in `/assets` directory once built, or in the `public/assets` directory in developement mode), using [yaml](http://yaml.org/) format. |
4 | 4 | ||
5 | ```yaml | 5 | ```yaml |
6 | --- | 6 | --- |
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 632b62d..fda670d 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md | |||
@@ -74,7 +74,7 @@ Great if you have a lot of services or a lot of tags! | |||
74 | 74 | ||
75 | Homer doesn't yet provide a way to edit your configuration from inside Homer itself, but that doesnt mean it cant be done! | 75 | Homer doesn't yet provide a way to edit your configuration from inside Homer itself, but that doesnt mean it cant be done! |
76 | 76 | ||
77 | You can setup and use [Code-Server](https://github.com/cdr/code-server) to edit your config.yml file from anywhere! | 77 | You can setup and use [Code-Server](https://github.com/cdr/code-server) to edit your `config.yml` file from anywhere! |
78 | 78 | ||
79 | If you're running Homer in docker, you can setup a Code-Server container and pass your homer config directory into it. | 79 | If you're running Homer in docker, you can setup a Code-Server container and pass your homer config directory into it. |
80 | Simply pass your homer config directory as and extra -v parameter to your code-server container: | 80 | Simply pass your homer config directory as and extra -v parameter to your code-server container: |