summaryrefslogtreecommitdiffstats
path: root/public/img/favicon.png
Commit message (Collapse)AuthorAgeFilesLines
* Move public asset files to the proper directory (#25907)wxiaoguang2023-07-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move `public/*` to `public/assets/*` Some old PRs (like #15219) introduced inconsistent directory system. For example: why the local directory "public" is accessed by `http://site/assets`? How to serve the ".well-known" files properly in the public directory? For convention rules, the "public" directory is widely used for the website's root directory. It shouldn't be an exception for Gitea. So, this PR makes the things consistent: * `http://site/assets/foo` means `{CustomPath}/public/assets/foo`. * `{CustomPath}/public/.well-known` and `{CustomPath}/public/robots.txt` can be used in the future. This PR is also a prerequisite for a clear solution for: * #21942 * #25892 * discourse.gitea.io: [.well-known path serving custom files behind proxy?](https://discourse.gitea.io/t/well-known-path-serving-custom-files-behind-proxy/5445/1) This PR is breaking for users who have custom "public" files (CSS/JS). After getting approvals, I will update the documents. ---- ## ⚠️ BREAKING ⚠️ If you have files in your "custom/public/" folder, please move them to "custom/public/assets/". --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Giteabot <teabot@gitea.io>
* Clean up SVG (#13680)techknowlogick2020-12-171-0/+0
| | | | | | | | | | | | | | | * Clean up SVG * update per feedback * fix css style * Delete gitea.png * no new line at end of file * fix newline? Co-authored-by: 6543 <6543@obermui.de>
* Rework 'make generate-images' (#12316)silverwind2020-07-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | * Rework 'make generate-images' - Remove external dependencies and replace it with a node script that does does the same. - Move detail removal from gitea-sm.png to favicon.png - Remove favicon.ico and its generation, it is unused and we already serve favicon.png in its place. Fixes: https://github.com/go-gitea/gitea/issues/12314 * use proper centering value for preserveAspectRatio * fix lint * use fabric * better linting fix * fix typo * mention detail-remove class in docs
* optimize all images in public/img (#6427)silverwind2019-03-251-0/+0
| | | Fixes: https://github.com/go-gitea/gitea/pull/6357
* Add task to generate images from SVG and change to new logo (#2194)Lauris BH2017-07-281-0/+0
| | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images
* public/img: reduce the size of PNG images (#734)unclejack2017-01-241-0/+0
| | | Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
* first batch of Readme updates (#65)Rachid Zarouali2016-11-101-0/+0
|
* New UI merge in progressUnknwon2014-07-261-0/+0
|
* Prepare for v0.3.1 hotfixUnknown2014-04-281-0/+0
|
* Prepare for release v0.3.0Unknown2014-04-211-0/+0
|
* Mirror changeUnknown2014-04-201-0/+0
|
* Setup static resourcesUnknown2014-02-121-0/+0