mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-14 10:16:27 +00:00
Improve markua translation
This commit is contained in:
@@ -34,6 +34,7 @@ You'll need to know the following:
|
|||||||
|
|
||||||
1. Choose an oauth provider, and obtain a client ID and secret
|
1. Choose an oauth provider, and obtain a client ID and secret
|
||||||
2. Create wekan.env, and populate with the following variables
|
2. Create wekan.env, and populate with the following variables
|
||||||
|
|
||||||
```
|
```
|
||||||
OAUTH2_PROXY_CLIENT_ID=
|
OAUTH2_PROXY_CLIENT_ID=
|
||||||
OAUTH2_PROXY_CLIENT_SECRET=
|
OAUTH2_PROXY_CLIENT_SECRET=
|
||||||
|
|||||||
@@ -21,7 +21,8 @@ find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/🎥//g"
|
|||||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/🎵//g"
|
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/🎵//g"
|
||||||
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/😁//g"
|
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/😁//g"
|
||||||
|
|
||||||
|
# Can't use relative paths in a book, so make all paths static
|
||||||
|
find manuscript -type f -name "*.md" -print0 | xargs -0 sed -i "s/(\//(https:\/\/geek-cookbook.funkypenguin.co.nz\/)/g"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user