mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
/themepacks/readme.md: fix grammar (#740)
This commit is contained in:
parent
13606493b6
commit
c1ce514869
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# OpenVK Themepacks
|
# OpenVK Themepacks
|
||||||
|
|
||||||
This folder contains all themes that can be used by any user on instance.
|
This folder contains all themes that can be used by any user on an instance.
|
||||||
|
|
||||||
## How do i create the theme?
|
## How do I create a theme?
|
||||||
|
|
||||||
Create a directory, the name of which should contain only Latin letters and numbers, and create a file there `theme.yml`, and fill it with the following content:
|
Create a directory, the name of which should contain only Latin letters and numbers, then create a file in this directory called `theme.yml`, and fill it with the following content:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
id: vk2007
|
id: vk2007
|
||||||
|
@ -24,13 +24,13 @@ metadata:
|
||||||
|
|
||||||
`id` is the name of the folder
|
`id` is the name of the folder
|
||||||
|
|
||||||
`version` - version of the theme
|
`version` is the version of the theme
|
||||||
|
|
||||||
`openvk_version` - version OpenVK *(it is necessary to leave the value 0)*
|
`openvk_version` is the version of OpenVK *(it is necessary to leave the value to 0)*
|
||||||
|
|
||||||
`metadata`:
|
`metadata`:
|
||||||
|
|
||||||
* `name` - the name of the theme for the end user. Inside it you can leave names for different languages. `_` (underscore) - for all languages.
|
* `name` - the name of the theme for the end user. Inside it you can leave names for different languages. `_` (underscore) is for all languages.
|
||||||
|
|
||||||
Next, in `stylesheet.css` you can insert any CSS code, with which you can change the elements of the site. If you need additional pictures or resources, just create a `res` folder, and access the resources via the `/themepack/{directory name}/{theme version}/resource/{resource}` path.
|
Next, in `stylesheet.css` you can insert any CSS code, with which you can change the elements of the site. If you need additional pictures or resources, just create a `res` folder, and access the resources via the `/themepack/{directory name}/{theme version}/resource/{resource}` path.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue