From 4c2d4ab558d968a8fc311e4556215108721623f6 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 1 Mar 2022 22:01:16 +0100 Subject: Misc. --- index.org | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'index.org') diff --git a/index.org b/index.org index 580b88d..d629487 100644 --- a/index.org +++ b/index.org @@ -1,38 +1,39 @@ # -*- mode: org; -*- -#+TITLE: Home -#+SUBTITLE: A personal blog written in [[https://orgmode.org/][Org mode]]. +#+TITLE: mlnp.fr +#+SUBTITLE: A personal website created with [[https://orgmode.org/][Org mode]]. #+AUTHOR: Marius Peter -#+DATE: <2022-01-23 Sun> Updated <2022-01-31 Mon> +#+DATE: <2022-01-23 Sun> #+EMAIL: mlnp@tuta.io #+OPTIONS: num:nil toc:nil #+HTML_HEAD: -#+INCLUDE: resources/topnav.org +#+INCLUDE: resources/topnav.html export html -* Recent posts +# #+begin_abstract +# This website contains two main components: blog posts and wiki +# pages. Blog posts relate to one-off topics of interest, whilst wiki +# pages serve as my personal and professional [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] +# resources. +# #+end_abstract -- This is a list -- Foobar -- Third item +* TODO Latest blog posts -* Projects +# Implement (jQuery?) links to last 3 blog posts. + +All blog posts available [[file:blog/index.org][here]]. + +#+BEGIN_SRC +#+END_SRC + + +* Latest wiki pages + +All wiki pages available [[file:wiki/index.org][here]]. * 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]]. +Learn how I build this entire website on the [[file:publish-mlnp.org][publish]] page. -- cgit v1.2.3