Update 'README.md'

master
sigonasr2 2 years ago
parent 6fc6829dac
commit e30c7ff097
  1. 11
      README.md

@ -1,5 +1,5 @@
# Setup Theme
As of Gitea version **1.17.0**, create directories in your Gitea custom file path with this name: **/public/assets/css/**. For example, if your **Custom File Path was** `/var/lib/gitea/custom`, you would add folders to reach this directory: `/var/lib/gitea/custom/public/assets/css`. You can use `mkdir -p /var/lib/gitea/custom/public/assets/css` in that case to make things easier for yourself.
As of Gitea version **1.17.0**, create directories in your Gitea custom file path with this name: **/public/css/**. For example, if your **Custom File Path was** `/var/lib/gitea/custom`, you would add folders to reach this directory: `/var/lib/gitea/custom/public/css`. You can use `mkdir -p /var/lib/gitea/custom/public/css` in that case to make things easier for yourself.
You can find your custom Gitea file path by navigating to **Site Administration -> Config** and looking under **Custom File Root Path**.
@ -18,7 +18,8 @@ If the **THEMES** key is already present somewhere in your app.ini file, simply
## What does it look like?
Well, you're looking at it. But just to be safe, here's some images:
![Home](/Screenshot from 2022-08-04 22-06-19.png)
![Viewing a Repo](/Screenshot from 2022-08-04 22-07-16.png)
![Profile Page](/Screenshot from 2022-08-04 22-07-24.png)
![Viewing File Contents](/Screenshot from 2022-08-04 22-07-32.png
![Home](http://projectdivar.com:3000/assets/Screenshot%20from%202022-08-04%2022-06-19.png)
![Viewing a Repo](http://projectdivar.com:3000/assets/Screenshot%20from%202022-08-04%2022-07-16.png)
![Profile Page](http://projectdivar.com:3000/assets/Screenshot%20from%202022-08-04%2022-07-24.png)
![Viewing File Contents](http://projectdivar.com:3000/assets/Screenshot%20from%202022-08-04%2022-07-32.png)
Loading…
Cancel
Save