AZC55QDGKQ5MFYANNVVAZQSMG5IXCDOYCAS4YRDKUG5HT2DSGLAAC
#!/bin/sh
tar -cvzf site.tar.gz *.gmi
curl \
--oath2-beaer "${GEMINI_TOKEN}" \
-Fcontent=@site.tar.gz \
-Fprotocol=GEMINI \
https://pages.sr.ht/publish/gemini.syobon.net
rm site.tar.gz
```
_ _
___ _ _ ___ | |__ ___ _ __ _ __ ___| |_
/ __| | | |/ _ \| '_ \ / _ \| '_ \ | '_ \ / _ \ __|
\__ \ |_| | (_) | |_) | (_) | | | |_| | | | __/ |_
|___/\__, |\___/|_.__/ \___/|_| |_(_)_| |_|\___|\__|
|___/
```
=> index-ja.gmi This site is also available in Japanese
# Welcome!
This is my Capsule to play with Gemini!
Currently, there are no other pages here, but I would like to host a copy of my HTTP website in future.
# HTTP Links
=> https://syobon.net My HTTP website
=> https://keyoxide.org/22B10BD18F9BB54FD6AC07798B0D153B8FE28E82 Keyoxide
=> https://syo.bar/users/syobon Feel free to follow me on Fediverse!
# Copyright
=> https://nest.pijul.com/syobon/gemini-website Source
This site is licensed under CC BY-SA.
© SyoBoN Some rights reserved.
```
_ _
___ _ _ ___ | |__ ___ _ __ _ __ ___| |_
/ __| | | |/ _ \| '_ \ / _ \| '_ \ | '_ \ / _ \ __|
\__ \ |_| | (_) | |_) | (_) | | | |_| | | | __/ |_
|___/\__, |\___/|_.__/ \___/|_| |_(_)_| |_|\___|\__|
|___/
```
=> index.gmi 英語版
# ようこそ!
Geminiというプロトコルを知ったので、試しに公開してみようと思い作成した「カプセル」です。
現状このページのみが存在していますが、将来的にはHTTPで公開しているウェブサイトのコピーを提供しようかと思っています。
# HTTPリンク
=> https://syobon.net ウェブサイト
=> https://keyoxide.org/22B10BD18F9BB54FD6AC07798B0D153B8FE28E82 Keyoxide
=> https://syo.bar/users/syobon Fediverseアカウント
# 著作権表示
=> https://nest.pijul.com/syobon/gemini-website ソースコード
このサイト上はCC BY-SAライセンスの下公開されています。
© SyoBoN Some rights reserved.
.git
.DS_Store
site.tar.gz