diff --git a/src/content/posts/publish-your-own-post.md b/src/content/posts/publish-your-own-post.md new file mode 100644 index 0000000..96a68da --- /dev/null +++ b/src/content/posts/publish-your-own-post.md @@ -0,0 +1,14 @@ +--- +title: "Publish your own post!" +date: 2023-10-03 +#draft: true +draft: false +tags: ["iscsc","blog","posts"] +--- + +This blog aims to be open to everyone, not only iScsc members. +Here is a little tutorial to show how to publish your own post :wink: + +## 1-write a post + +date: given by `date --rfc-3339=s | sed 's/ /T/'` *(the `sed` part simply replaces whitespace ` ` by a `T`)*. \ No newline at end of file