Add more details

This commit is contained in:
Fabian Affolter 2015-10-29 08:44:44 +01:00
parent 9019302f7b
commit e4bac7f1ca

View File

@ -22,14 +22,20 @@ To work on the website the process is no different to working on Home Assistant
For a component page it would be the fastest way to make a copy of an existing page and edit it. For a component page it would be the fastest way to make a copy of an existing page and edit it.
## Code ### {% linkable_title Code %}
To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax. To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax. Please use `$` and `#` if it's a command and to differ from output.
```bash ```bash
Here goes the code... Here goes the code...
``` ```
## Images, icons, and logos If you want to display line numbers, add the following snipplets somewhere on your page.
```
{::options coderay_line_numbers="table" /}
```
### {% linkable_title Images, icons, and logos %}
The images which are displayed on the pages are stored in various directories according their purpose. The images which are displayed on the pages are stored in various directories according their purpose.
| Type | Location | | Type | Location |