Skip to content

Commit

Permalink
merge: fix URLs and logo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar0xy committed Jan 2, 2024
2 parents 5162b05 + fffc3cc commit 6c0fef3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
5 changes: 2 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/install/fresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/install/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6c0fef3

Please sign in to comment.