diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-11-12 02:14:04 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-11-12 02:14:04 +0300 |
| commit | 7b46213ebebd38f1b2f55df0b1efde88059c814d (patch) | |
| tree | cbc1678276681965792fdce6e68426f395b4aff5 /_posts | |
| parent | 9f6f9ffe4ca074d0eaa9f9897346ebc70b83877b (diff) | |
| download | aaoth.xyz-7b46213ebebd38f1b2f55df0b1efde88059c814d.tar.gz aaoth.xyz-7b46213ebebd38f1b2f55df0b1efde88059c814d.zip | |
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.
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2020-11-12-example.md | 11 |
1 files changed, 11 insertions, 0 deletions
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. |
