Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doitian/tiddlywiki-english
English Studying Wiki
https://github.com/doitian/tiddlywiki-english
english vocabulary
Last synced: about 1 month ago
JSON representation
English Studying Wiki
- Host: GitHub
- URL: https://github.com/doitian/tiddlywiki-english
- Owner: doitian
- Created: 2023-05-22T11:47:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T05:02:00.000Z (8 months ago)
- Last Synced: 2024-04-14T18:13:14.787Z (7 months ago)
- Topics: english, vocabulary
- Language: HTML
- Homepage: https://doitian.github.io/tiddlywiki-english/
- Size: 26.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another TiddlyWiki Site
## Create a wiki from the template
### Preparation
1. Generate a key pair for GitLab Sync: `ssh-keygen -t ed25519 -C "gitlab sync" -f id_ed25519`
2. **GitLab:** Create a new repository in GitLab with the same name.
3. **GitLab:** Add the pub key to GitLab as the deploy key with the write permission.### GitHub Repository
1. Visit .
2. Create a new repository from the template.
3. Enable the GitHub Pages feature.
4. Add the private key as the secret `DEPLOY_KEY` in GitHub.
5. Add the output of `ssh-keygen -t ed25519 -C "gitlab sync" -f id_ed25519` as the secret `KNOWN_HOSTS`.
6. Rerun GitHub Actions.### Post-Actions
1. **GitLab:** Allow push to the protected branch.
2. **GitHub:** Grant personal token access to the new repository.