diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..f4a00ca --- /dev/null +++ b/README.org @@ -0,0 +1,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= |