From ddc7954d025f2872961516d04c54ec8f6a2eb539 Mon Sep 17 00:00:00 2001 From: M Sarmad Qadeer Date: Sun, 31 Jul 2022 15:13:37 +0500 Subject: [PATCH] add article layout & give that layout to blogs --- blog/20201022-simplex-chat.md | 1 + blog/20210512-simplex-chat-terminal-ui.md | 1 + blog/20210914-simplex-chat-v0.4-released.md | 1 + blog/20211208-simplex-chat-v0.5-released.md | 1 + blog/20220112-simplex-chat-v1-released.md | 1 + blog/20220214-simplex-chat-ios-public-beta.md | 1 + blog/20220308-simplex-chat-mobile-apps.md | 1 + blog/20220404-simplex-chat-instant-notifications.md | 1 + blog/20220511-simplex-chat-v2-images-files.md | 1 + blog/20220524-simplex-chat-better-privacy.md | 1 + ...04-simplex-chat-new-privacy-security-settings.md | 1 + ...-database-export-import-protocol-improvements.md | 1 + ...20723-simplex-chat-v3.1-tor-groups-efficiency.md | 1 + website/_includes/layouts/article.html | 13 +++++++++++++ website/src/blog.html | 2 +- website/src/css/blog.css | 3 +++ 16 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 website/_includes/layouts/article.html create mode 100644 website/src/css/blog.css diff --git a/blog/20201022-simplex-chat.md b/blog/20201022-simplex-chat.md index c61776d0b4..86393da76c 100644 --- a/blog/20201022-simplex-chat.md +++ b/blog/20201022-simplex-chat.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "Simplex Chat" date: 2020-10-22 --- diff --git a/blog/20210512-simplex-chat-terminal-ui.md b/blog/20210512-simplex-chat-terminal-ui.md index 63c8a648b4..b8385320a2 100644 --- a/blog/20210512-simplex-chat-terminal-ui.md +++ b/blog/20210512-simplex-chat-terminal-ui.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "Announcing SimpleX Chat Prototype!" date: 2021-05-12 --- diff --git a/blog/20210914-simplex-chat-v0.4-released.md b/blog/20210914-simplex-chat-v0.4-released.md index fd882e6e83..f82785705c 100644 --- a/blog/20210914-simplex-chat-v0.4-released.md +++ b/blog/20210914-simplex-chat-v0.4-released.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat v0.4" date: 2021-09-14 --- diff --git a/blog/20211208-simplex-chat-v0.5-released.md b/blog/20211208-simplex-chat-v0.5-released.md index 76f2c8d5a6..b7faa7fbe7 100644 --- a/blog/20211208-simplex-chat-v0.5-released.md +++ b/blog/20211208-simplex-chat-v0.5-released.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat v0.5" date: 2021-12-08 --- diff --git a/blog/20220112-simplex-chat-v1-released.md b/blog/20220112-simplex-chat-v1-released.md index faa9910d65..2bb3cc8786 100644 --- a/blog/20220112-simplex-chat-v1-released.md +++ b/blog/20220112-simplex-chat-v1-released.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat v1" date: 2022-01-12 --- diff --git a/blog/20220214-simplex-chat-ios-public-beta.md b/blog/20220214-simplex-chat-ios-public-beta.md index 63dc5fda22..51fcf58519 100644 --- a/blog/20220214-simplex-chat-ios-public-beta.md +++ b/blog/20220214-simplex-chat-ios-public-beta.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat public beta for iOS" date: 2022-02-14 --- diff --git a/blog/20220308-simplex-chat-mobile-apps.md b/blog/20220308-simplex-chat-mobile-apps.md index 9b69d2a19f..f5391f22c7 100644 --- a/blog/20220308-simplex-chat-mobile-apps.md +++ b/blog/20220308-simplex-chat-mobile-apps.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat mobile apps for iOS and Android" date: 2022-03-08 --- diff --git a/blog/20220404-simplex-chat-instant-notifications.md b/blog/20220404-simplex-chat-instant-notifications.md index efc44ba2cb..b8e5b3f770 100644 --- a/blog/20220404-simplex-chat-instant-notifications.md +++ b/blog/20220404-simplex-chat-instant-notifications.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "Instant notifications for SimpleX Chat mobile apps" date: 2022-04-04 --- diff --git a/blog/20220511-simplex-chat-v2-images-files.md b/blog/20220511-simplex-chat-v2-images-files.md index 463f194ed1..a1a389685a 100644 --- a/blog/20220511-simplex-chat-v2-images-files.md +++ b/blog/20220511-simplex-chat-v2-images-files.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX Chat v2.0 - sending images and files in mobile apps" date: 2022-05-11 --- diff --git a/blog/20220524-simplex-chat-better-privacy.md b/blog/20220524-simplex-chat-better-privacy.md index d0cf9d485e..e1dd2cdd27 100644 --- a/blog/20220524-simplex-chat-better-privacy.md +++ b/blog/20220524-simplex-chat-better-privacy.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX Chat v2.1 - better conversation privacy" date: 2022-05-24 --- diff --git a/blog/20220604-simplex-chat-new-privacy-security-settings.md b/blog/20220604-simplex-chat-new-privacy-security-settings.md index f37123c8e8..a4af4c9206 100644 --- a/blog/20220604-simplex-chat-new-privacy-security-settings.md +++ b/blog/20220604-simplex-chat-new-privacy-security-settings.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX Chat v2.2 - the first messaging platform without user identities - 100% private by design!" date: 2022-06-04 --- diff --git a/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md b/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md index cea1e916b9..b3ebc2aaa0 100644 --- a/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md +++ b/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX announces SimpleX Chat v3" date: 2022-07-11 --- diff --git a/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md b/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md index 5eb2798abc..e71f37ca13 100644 --- a/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md +++ b/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md @@ -1,4 +1,5 @@ --- +layout: layouts/article.html title: "SimpleX Chat v3.1-beta is released" date: 2022-07-23 --- diff --git a/website/_includes/layouts/article.html b/website/_includes/layouts/article.html new file mode 100644 index 0000000000..bae598b7b0 --- /dev/null +++ b/website/_includes/layouts/article.html @@ -0,0 +1,13 @@ + + + + + + + {{ title }} + + + + + + \ No newline at end of file diff --git a/website/src/blog.html b/website/src/blog.html index 45cde2d739..b8454137a5 100644 --- a/website/src/blog.html +++ b/website/src/blog.html @@ -4,7 +4,7 @@ - Document + Blogs {% for blog in collections.blogs %} diff --git a/website/src/css/blog.css b/website/src/css/blog.css new file mode 100644 index 0000000000..02565ab3ad --- /dev/null +++ b/website/src/css/blog.css @@ -0,0 +1,3 @@ +body{ + background-color: yellowgreen; +} \ No newline at end of file