From 81c6b3e8ede6f9a61f04b25abcdb90283bb1666a Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 6 Feb 2022 12:10:49 +0100 Subject: Gotta start somewhere! --- index.org | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 index.org (limited to 'index.org') diff --git a/index.org b/index.org new file mode 100644 index 0000000..580b88d --- /dev/null +++ b/index.org @@ -0,0 +1,38 @@ +# -*- mode: org; -*- + +#+TITLE: Home +#+SUBTITLE: A personal blog written in [[https://orgmode.org/][Org mode]]. +#+AUTHOR: Marius Peter +#+DATE: <2022-01-23 Sun> Updated <2022-01-31 Mon> +#+EMAIL: mlnp@tuta.io +#+OPTIONS: num:nil toc:nil + +#+HTML_HEAD: +#+INCLUDE: resources/topnav.org + + +* Recent posts + +- This is a list +- Foobar +- Third item + + +* Projects + + +* Publishing this website + +This entire website is built with [[https://orgmode.org/][Org mode]], an Emacs mode designed for +literate programming among other things. Using Org mode for designing, +building and publishing a website brings the following benefits: + +- Work within Emacs :: This advantage concerns existing Emacs users. +- Literate programming :: Org files contain a mix of plain text + associated with documentation, and code that can be executed. A + documentation-centered workflow encourages us to describe our + thought process as we write a program, this increases the likelihood + of remembering why a particular piece of code was written. + +The entire website publication flow is described here: +[[file:publish-mlnp.org]]. -- cgit v1.2.3