Gitea: Theme
Go to file
dependabot[bot] 6eaf3535c6 Bump fstream from 1.0.11 to 1.0.12 (#74)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
2019-07-13 00:10:52 +08:00
.github Replace pull request with issue at issue_template (#28) 2016-12-31 22:43:11 +08:00
archetypes Fixed i18n and disqus 2016-12-12 13:44:42 +01:00
i18n Add Brazilian Portuguese support 2016-12-23 13:52:42 -02:00
layouts Adds hreflang attribute to language version links (#72) 2019-04-21 10:46:51 +08:00
src fix padding on mobile (#57) 2018-05-23 17:02:45 +08:00
static/images Add screenshot with higher resolution and PNG format (#59) 2018-05-24 08:26:24 +08:00
.drone.yml update deps to patch security & remove yarn usage (#65) 2019-01-19 14:24:21 -05:00
.editorconfig switch gitter to discord for drone. 2017-06-15 11:14:20 +08:00
.gitignore feat: switch npm to yarn (#37) 2017-06-15 02:04:44 -05:00
.lgtm update LGTM pattern (#46) 2018-01-03 15:06:56 +02:00
CONTRIBUTING.md Update contributing & maintainers file 2017-01-24 21:53:03 +01:00
DCO Initial commit 2016-11-10 11:03:23 +01:00
gulpfile.js update deps to patch security & remove yarn usage (#65) 2019-01-19 14:24:21 -05:00
LICENSE Initial commit 2016-11-10 11:03:23 +01:00
MAINTAINERS Replace @JonasFranzDEV with @jonasfranz (#64) 2019-01-07 05:46:38 -05:00
package-lock.json Bump fstream from 1.0.11 to 1.0.12 (#74) 2019-07-13 00:10:52 +08:00
package.json update deps to patch security & remove yarn usage (#65) 2019-01-19 14:24:21 -05:00
README.md update deps to patch security & remove yarn usage (#65) 2019-01-19 14:24:21 -05:00
theme.toml Fixed i18n and disqus 2016-12-12 13:44:42 +01:00

Gitea: Theme

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg

This is a Hugo theme that gets used within all of our websites like our blog, documentation and also the redirects. If you commit any changes to the master branch it will trigger rebuilds of all the related websites.

Install

You need an existing Hugo website, than you can just download our prebuilt theme, put it into your themes/gitea folder and enable the theme with the theme = "gitea" option of your website.

Development

We choose npm to fetch our dependencies and gulp for the pipeline. We won't cover the installation of nodejs or npm, for that you can find enough guides depending on your operating system. First of all you have to install the required dependencies:

npm install

After you have successfully installed the required dependencies you should be able to use these commands to just clean and build generated sources of the theme:

npm run clean
npm run build
npm run release

If you want to do more development on the theme we suggest to use the watch task we have defined to get the changes directly built after saving changes to a file:

npm 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 automatically.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

Copyright (c) 2019 The Gitea Authors <https://gitea.io>