Skip to content
Snippets Groups Projects
Commit fffc3ccd authored by dakkar's avatar dakkar
Browse files

fix URLs and logo

now everything should point to our forgejo; I also replaced the github
logo with the forgejo logo (copied from
https://git.joinsharkey.org/assets/img/logo.svg )
parent 5162b05f
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
[[social]]
name = "GitHub"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
url = "https://github.com/transfem-org"
pre = "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 212 212' width='20' height='20'><style>circle,path{fill:none;stroke:#000;stroke-width:15}path{stroke-width:25}.orange{stroke:#f60}.red{stroke:#d40000}</style><g transform='translate(6 6)'><path d='M58 168V70a50 50 0 0 1 50-50h20' class='orange'/><path d='M58 168v-30a50 50 0 0 1 50-50h20' class='red'/><circle cx='142' cy='20' r='18' class='orange'/><circle cx='142' cy='88' r='18' class='red'/><circle cx='58' cy='180' r='18' class='red'/></g></svg>"
url = "https://git.joinsharkey.org/Sharkey"
weight = 10
# [[footer]]
......
......@@ -78,9 +78,8 @@ alertText = "Introducing the Doks child theme, several DX + UX updates, and more
# Edit Page
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
repoHost = "GitHub"
#repoHost = "Gitea"
docsRepo = "https://github.com/transfem-org/documentation"
repoHost = "Gitea"
docsRepo = "https://git.joinsharkey.org/Sharkey/Documentation"
docsRepoBranch = "main"
docsRepoSubPath = ""
editPage = false
......
......@@ -89,7 +89,7 @@ sudo -u sharkey -i
(or something like that), then:
```bash
git clone --recurse-submodules -b stable https://github.com/transfem-org/Sharkey.git
git clone --recurse-submodules -b stable https://git.joinsharkey.org/Sharkey/Sharkey.git
cd Sharkey
pnpm install --frozen-lockfile
cp .config/example.yml .config/default.yml
......
......@@ -16,7 +16,7 @@ version:
sudo -u misskey -i
cd misskey
git remote rename origin misskey
git remote add origin https://github.com/transfem-org/Sharkey.git
git remote add origin https://git.joinsharkey.org/Sharkey/Sharkey.git
git remote update -p
git checkout -b stable --track origin/stable
git pull --recurse-submodules
......@@ -47,7 +47,7 @@ If you are using the `docker-compose.yml` file from Misskey which builds locally
```shell
git remote rename origin misskey
git remote add origin https://github.com/transfem-org/Sharkey.git
git remote add origin https://git.joinsharkey.org/Sharkey/Sharkey.git
git remote update -p
git checkout -b stable --track origin/stable
git pull --recurse-submodules
......@@ -121,7 +121,7 @@ redis:
Backup your firefish config and replace it with the [default
sharkey
one](https://raw.githubusercontent.com/transfem-org/Sharkey/develop/.config/example.yml)
one](https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/example.yml)
Edit the config inline with your instance settings. Make sure to use
the same `db` & `redis` settings as in your Firefish config.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment