From d7a8123ce4ac05be083f44ff99f1fe695fc8e0a6 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 4 Jul 2021 07:44:16 +0200 Subject: [PATCH] chore(): Adding a README --- README.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..2007e55 --- /dev/null +++ b/README.org @@ -0,0 +1,22 @@ +#+TITLE: README +#+AUTHOR: Elia el Lazkani +#+DESCRIPTION: README +#+TAGS: readme + +* blog.lazkani.io + +This is the blog written in ~ox-hugo~ and optimized for ~hugo~. + +* Build + +To be able to build this project, we first need to /install/ the theme. + +#+begin_src shell +git submodule update --init --recursive +#+end_src + +Then we can run in memory to test. + +#+begin_src shell +hugo server -D +#+end_src