diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
commit | cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 (patch) | |
tree | 6456f83c69227177b7eb1faf3f226f46ae6e92a2 /src/content/en/blog | |
parent | src/content/incidents/index.adoc: Hoist links to variables (diff) | |
download | papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.gz papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.xz |
Update to support i18n
Diffstat (limited to 'src/content/en/blog')
-rw-r--r-- | src/content/en/blog/1970/01/01/launch.adoc | 26 | ||||
-rw-r--r-- | src/content/en/blog/2000/01/01/feature-ann.adoc | 30 | ||||
-rw-r--r-- | src/content/en/blog/categories.adoc | 2 | ||||
-rw-r--r-- | src/content/en/blog/index.adoc | 6 |
4 files changed, 64 insertions, 0 deletions
diff --git a/src/content/en/blog/1970/01/01/launch.adoc b/src/content/en/blog/1970/01/01/launch.adoc new file mode 100644 index 0000000..f82187d --- /dev/null +++ b/src/content/en/blog/1970/01/01/launch.adoc @@ -0,0 +1,26 @@ += Service launch! That's it "$quote" && more +:updatedat: 1971-02-03 +:categories: launch + +//// + +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/content/en/blog/2000/01/01/feature-ann.adoc b/src/content/en/blog/2000/01/01/feature-ann.adoc new file mode 100644 index 0000000..220a7ff --- /dev/null +++ b/src/content/en/blog/2000/01/01/feature-ann.adoc @@ -0,0 +1,30 @@ += Feature announcement +:categories: ann + +== New feature X + +X is launched. + +---- +$ ls +---- + +Inline `code` here. + +Block. + +---- +$ seq 10 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +---- + +End. diff --git a/src/content/en/blog/categories.adoc b/src/content/en/blog/categories.adoc new file mode 100644 index 0000000..feb64ff --- /dev/null +++ b/src/content/en/blog/categories.adoc @@ -0,0 +1,2 @@ += Articles by category +:type: categories diff --git a/src/content/en/blog/index.adoc b/src/content/en/blog/index.adoc new file mode 100644 index 0000000..075f77f --- /dev/null +++ b/src/content/en/blog/index.adoc @@ -0,0 +1,6 @@ += Blog + +:feed: link:feed.xml +:icon: image:../img/atom/light.svg + +== Recent articles {feed}[{icon}[Standard orange RSS feed icon]] |