mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add more details
This commit is contained in:
parent
9019302f7b
commit
e4bac7f1ca
@ -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 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user