From cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 May 2025 21:13:25 -0300 Subject: Update to support i18n --- src/content/en/blog/1970/01/01/launch.adoc | 26 +++++++++++++++++++++ src/content/en/blog/2000/01/01/feature-ann.adoc | 30 +++++++++++++++++++++++++ src/content/en/blog/categories.adoc | 2 ++ src/content/en/blog/index.adoc | 6 +++++ 4 files changed, 64 insertions(+) create mode 100644 src/content/en/blog/1970/01/01/launch.adoc create mode 100644 src/content/en/blog/2000/01/01/feature-ann.adoc create mode 100644 src/content/en/blog/categories.adoc create mode 100644 src/content/en/blog/index.adoc (limited to 'src/content/en/blog') 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]] -- cgit v1.2.3