diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-02-06 12:10:49 +0100 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-02-06 12:10:49 +0100 |
| commit | 81c6b3e8ede6f9a61f04b25abcdb90283bb1666a (patch) | |
| tree | 73ee63994c4e580fa0dc93cd1e64d9e875698e56 /README.org | |
Gotta start somewhere!
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= |