diff --git a/README.md b/README.md index e22ff49..8abe84e 100644 --- a/README.md +++ b/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 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index bce0b26..b3b60d6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@

- Copyright © {{ .Now.Year }} {{ .Site.Params.author }}. All rights reserved. Made with and Hugo. Sponsored by INBlockchain. + Copyright © {{ now.Year }} {{ .Site.Params.author }}. All rights reserved. Made with and Hugo. Sponsored by INBlockchain.