blob: f4a00ca49ebeff25cfc36e0e7016963fdff2a89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#+TITLE: README
#+SUBTITLE: README for this blog.
#+AUTHOR: Marius Peter
#+DATE: <2022-01-23 Sun>
#+OPTIONS: num:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css" />
#+INCLUDE: resources/topnav.org
#+TOC: headlines 3
* TODOs
** TODO Fix =make= process
Makefile should call =publish.el= which contains necessary org-publish
definitions.
* Website structure
The website's structure is described in the following sections.
** =index.org=
** =static/=
*** =css/=
*** =images/=
** =README.org=
|