- Notifications
You must be signed in to change notification settings - Fork21
Gitea: Theme, moved tohttps://gitea.com/gitea/theme
License
go-gitea/theme
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 themasterbranch it will trigger rebuilds of all the related websites.
You need an existingHugo website, than you canjust download our prebuilttheme, putit into yourthemes/gitea folder and enable the theme with thetheme = "gitea" option of your website.
We choosenpm to fetch our dependencies andgulp for the pipeline. We won't cover the installation ofnodejs or npm, for that you can find enough guides depending on your operatingsystem. First of all you have to install the required dependencies:
npm installAfter you have successfully installed the required dependencies you should beable to use these commands to just clean and build generated sources of thetheme:
npm run cleannpm run buildnpm run releaseIf you want to do more development on the theme we suggest to use thewatchtask we have defined to get the changes directly built after saving changes toa file:
npm run watchWhen you are done with your changes just create a pull request, after mergingthe pull request the theme will be published to ourdownload page automatically.
Fork -> Patch -> Push -> Pull Request
This project is under the Apache-2.0 License. See theLICENSE filefor the full license text.
Copyright (c) 2019 The Gitea Authors <https://gitea.io>About
Gitea: Theme, moved tohttps://gitea.com/gitea/theme
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.