diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-31 16:36:31 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-09-11 17:21:57 -0300 |
| commit | f21bab9d29285be3a4aaf173e13f19a8a07da230 (patch) | |
| tree | 4235eb31d979555eeff6ec42c7daea90ffc59f36 /src/blog | |
| parent | Initial empty commit (diff) | |
| download | papo.im-f21bab9d29285be3a4aaf173e13f19a8a07da230.tar.gz papo.im-f21bab9d29285be3a4aaf173e13f19a8a07da230.tar.xz | |
Setup structure skeleton
Diffstat (limited to 'src/blog')
| -rw-r--r-- | src/blog/1970/01/01/launch.adoc | 29 | ||||
| -rw-r--r-- | src/blog/2000/01/01/feature-ann.adoc | 29 |
2 files changed, 58 insertions, 0 deletions
diff --git a/src/blog/1970/01/01/launch.adoc b/src/blog/1970/01/01/launch.adoc new file mode 100644 index 0000000..9a57dfe --- /dev/null +++ b/src/blog/1970/01/01/launch.adoc @@ -0,0 +1,29 @@ +//// +export sort=1 +export updatedat=1971-02-03 +//// + += Service launch! That's it "$quote" && more + +//// + +papo.im, the private team chat, is now available + +papo.im, the compatible team chat, is now available + +//// + +== papo.im, the unwalled team chat, is now available + +https://papo.im[papo.im] is the hosted instance of papo and provides paid +services to its users. + +// https://drewdevault.com/2018/11/15/sr.ht-general-availability.html + +== titulo + +primeiro + +== titulo + +segundo diff --git a/src/blog/2000/01/01/feature-ann.adoc b/src/blog/2000/01/01/feature-ann.adoc new file mode 100644 index 0000000..c7c3cca --- /dev/null +++ b/src/blog/2000/01/01/feature-ann.adoc @@ -0,0 +1,29 @@ += Feature announcement + +== New feature X + +X is launched. + +---- +$ ls +---- + +Inline `code` here. + +Block. + +---- +$ seq 10 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +---- + +End. |
