From 7b46213ebebd38f1b2f55df0b1efde88059c814d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 12 Nov 2020 02:14:04 +0300 Subject: add post functionality this is not for real like blog posts, but for my telegram ones. they are small and may be just written in plain on one page. of course, it'll make this page too long, but to that time i'll find how to deal with it. --- _posts/2020-11-12-example.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2020-11-12-example.md (limited to '_posts') diff --git a/_posts/2020-11-12-example.md b/_posts/2020-11-12-example.md new file mode 100644 index 0000000..ddc3c32 --- /dev/null +++ b/_posts/2020-11-12-example.md @@ -0,0 +1,11 @@ +--- +title: example post +date: 2020-11-12T02:11:45+03:00 +layout: post +--- + +this is an example post. + +i have plans on moving my posts from telegram channel here, +so they are not restricted. but the script to automate this +process is work in progress yet. -- cgit v1.2.3