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:
Bo-Yi Wu 2017-08-02 16:17:08 +08:00 committed by GitHub
parent 299e1d5650
commit d628be7f98
4 changed files with 14 additions and 15 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
<div class="row">
<div class="col-xs-12 text-xs-center">
<p>
Copyright &copy; {{ .Now.Year }} <a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>. All rights reserved. Made with <i class="fa fa-heart" aria-hidden="true"></i> and <a href="https://gohugo.io">Hugo</a>. Sponsored by <a href="http://inblockchain.com">INBlockchain</a>.
Copyright &copy; {{ now.Year }} <a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>. All rights reserved. Made with <i class="fa fa-heart" aria-hidden="true"></i> and <a href="https://gohugo.io">Hugo</a>. Sponsored by <a href="http://inblockchain.com">INBlockchain</a>.
</p>
<nav class="nav nav-inline">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1964,14 +1964,14 @@ scss-tokenizer@^0.2.3:
js-base64 "^2.1.8"
source-map "^0.4.2"
"semver@2 || 3 || 4 || 5", semver@^4.1.0:
version "4.3.6"
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
semver@~5.3.0:
"semver@2 || 3 || 4 || 5", semver@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
semver@^4.1.0:
version "4.3.6"
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
sequencify@~0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/sequencify/-/sequencify-0.0.7.tgz#90cff19d02e07027fd767f5ead3e7b95d1e7380c"