mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-03 22:49:54 +08:00
update logo (#39)
* update logo Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix layout. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
17
README.md
17
README.md
@@ -16,13 +16,13 @@ it into your `themes/gitea` folder and enable the theme with the
|
||||
|
||||
## Development
|
||||
|
||||
We choose [npm](https://www.npmjs.com/) to fetch our dependencies and
|
||||
We choose [yarn](https://yarnpkg.com) to fetch our dependencies and
|
||||
[gulp](http://gulpjs.com/) for the pipeline. We won't cover the installation of
|
||||
nodejs or npm, for that you can find enough guides depending on your operating
|
||||
nodejs or yarn, for that you can find enough guides depending on your operating
|
||||
system. First of all you have to install the required dependencies:
|
||||
|
||||
```
|
||||
npm install -q
|
||||
yarn install -q
|
||||
```
|
||||
|
||||
After you have successfully installed the required dependencies you should be
|
||||
@@ -30,9 +30,9 @@ able to use these commands to just clean and build generated sources of the
|
||||
theme:
|
||||
|
||||
```
|
||||
npm run clean
|
||||
npm run build
|
||||
npm run release
|
||||
yarn run clean
|
||||
yarn run build
|
||||
yarn run release
|
||||
```
|
||||
|
||||
If you want to do more development on the theme we suggest to use the `watch`
|
||||
@@ -40,12 +40,11 @@ task we have defined to get the changes directly built after saving changes to
|
||||
a file:
|
||||
|
||||
```
|
||||
npm run watch
|
||||
yarn run watch
|
||||
```
|
||||
|
||||
When you are done with your changes just create a pull request, after merging
|
||||
the pull request the theme will be published to our [download page]
|
||||
(https://dl.gitea.io/theme) automatically.
|
||||
the pull request the theme will be published to our [download page](https://dl.gitea.io/theme) automatically.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user