home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 90173b457d51537fa3fc0e0c0213e05fafffe968
parent 6e75925cb7fa89d6d2fc29f20cbbed04ff180b92
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  5 May 2022 21:57:31 +0200

www/vincent.demeester.fr: add new post

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Awww/vincent.demeester.fr/posts/2022-05-05-random.org | 24++++++++++++++++++++++++
Awww/vincent.demeester.fr/templates/2022.post.org | 4++++
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/www/vincent.demeester.fr/posts/2022-05-05-random.org b/www/vincent.demeester.fr/posts/2022-05-05-random.org @@ -0,0 +1,24 @@ +#+title: Random thoughts after 2 years +#+date: <2022-05-05 Thu> +#+filetags: #home +#+setupfile: ../templates/2022.post.org + +* Introduction + +Hello world ! + +#+begin_src emacs-lisp +(defun read-file (filePath) + "Return FILEPATH's file content." + (with-temp-buffer + (insert-file-contents filePath) + (buffer-string))) +#+end_src + +#+begin_quote +HTML export of drawer with NAME and CONTENT. +name is the name of the drawer, that will be used as class. +content is the content of the drawer + +— Vincent Demeester +#+end_quote diff --git a/www/vincent.demeester.fr/templates/2022.post.org b/www/vincent.demeester.fr/templates/2022.post.org @@ -0,0 +1,4 @@ +#+AUTHOR: Vincent Demeester +#+KEYWORDS: post +#+OPTIONS: toc:nil pri:nil todo:nil d:(not "LOGBOOK") +#+EXCLUDE_TAGS: noexport