mirror of
https://github.com/SunRed/theme-dark-arc-gitea.git
synced 2024-12-04 14:08:12 +01:00
update-readme
This commit is contained in:
parent
fa8ec93272
commit
62995233a2
1 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ If you make improvements/tweaks to this theme please send a pull request, or dum
|
|||
|
||||
Here is a screenshot of my environment and where to find this info:
|
||||
|
||||
![gitea-config](https://user-images.githubusercontent.com/106644/164337138-d3189b31-61d9-416d-ac59-3412a1dcc1c8.png)
|
||||
![gitea-config](install.png)
|
||||
|
||||
## Create a public/css directory under your gitea/custom path and download the theme.
|
||||
|
||||
In the previous screenshot I posted you can see that MY $GITEA_CUSTOM path is `/var/lib/gitea/custom` so I will create `/public/css` below this:
|
||||
Create `/public/css` below your $GITEA_CUSTOM path, MY custom path is `/var/lib/gitea/custom`, as seen in the [screenshot](install.png).
|
||||
|
||||
sudo mkdir -p /var/lib/gitea/custom/public/css
|
||||
cd /var/lib/gitea/custom/public/css
|
||||
|
@ -29,13 +29,13 @@ In the previous screenshot I posted you can see that MY $GITEA_CUSTOM path is `/
|
|||
|
||||
## Make sure ownership is correct:
|
||||
|
||||
Set ownership of your $GITEA_CUSTOM directory and files, I set ownership to git because gitea runs as user git, as seen in the previous screenshot.
|
||||
Set ownership of your $GITEA_CUSTOM directory and files, I set ownership to git because gitea runs as user git, as seen in the [screenshot](install.png).
|
||||
|
||||
sudo chown -R git:git /var/lib/gitea/custom
|
||||
|
||||
## Edit the app.ini config file to include dark-arc theme:
|
||||
|
||||
The app.ini file location may differ depending on environment, this matches the location of my file, as seen in the previous screenshot.
|
||||
The app.ini file location may differ depending on environment, this matches the location of my file, as seen in the [screenshot](install.png).
|
||||
|
||||
`sudo nano /var/lib/gitea/custom/conf/app.ini`
|
||||
|
||||
|
|
Loading…
Reference in a new issue