A minimal, classless CSS framework that conveys structure through typography and spacing alone. fogtype.tngl.io/css/
0

Configure Feed

Select the types of activity you want to include in your feed.

Add mirror target for tangled.org

Kohei Watanabe (Jun 29, 2026, 8:53 PM +0900) 00056737 7e9b990f

+2 -1
+2 -1
.forgejo/workflows/mirror.yml
··· 14 14 run: | 15 15 install -m 700 -d ~/.ssh 16 16 install -m 600 <(echo "${DEPLOY_KEY}") ~/.ssh/id_ed25519 17 - ssh-keyscan github.com >> ~/.ssh/known_hosts 17 + ssh-keyscan github.com tangled.org >> ~/.ssh/known_hosts 18 18 env: 19 19 DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} 20 20 - name: Prune and mirror ··· 22 22 git clone --mirror "https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" css.git 23 23 git -C css.git for-each-ref --format='delete %(refname)' refs/pull | git -C css.git update-ref --stdin 24 24 git -C css.git push --mirror git@github.com:kou029w/css.git 25 + git -C css.git push --mirror git@tangled.org:did:plc:lqyo5wfetrysf5cbudqhpd4h 25 26 env: 26 27 GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}