summaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-04-05 20:01:27 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-04-05 20:01:27 +0200
commit3ada7f38c823445f2141fbf0e112bf48d18b3765 (patch)
tree6dbbb91a203e9ebca0d1d8db9afc6b79f27683b4 /index.org
parent503b28c4b43c4256680399add97cd9bf6cbd28d3 (diff)
Index polish & about credits.
Diffstat (limited to 'index.org')
-rw-r--r--index.org54
1 files changed, 28 insertions, 26 deletions
diff --git a/index.org b/index.org
index 9a2b8af..d4f6909 100644
--- a/index.org
+++ b/index.org
@@ -7,9 +7,9 @@
#+EMAIL: mlnp@tuta.io
#+OPTIONS: num:nil toc:nil
-#+DESCRIPTION: A personal website, blog, and wiki about Linux, Emacs, aerospace, typography,
+#+DESCRIPTION: A personal website, blog, and wiki about Linux, Emacs, engineering, aerospace, typography,
#+DESCRIPTION: and other subjects. Created with Emacs Org mode.
-#+KEYWORDS: mlnp, personal, website, blog, wiki, linux, emacs, aerospace, typography
+#+KEYWORDS: mlnp, personal, website, blog, wiki, linux, emacs, engineering, aerospace, typography
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
@@ -44,26 +44,24 @@ as cards.
:CUSTOM_ID: table-of-contents
:END:
-#+NAME: recent-posts
-#+BEGIN_SRC emacs-lisp :exports results :results list
- (let* ((sorted-posts (directory-files
- "blog" nil (rx word)
- #'file-newer-than-file-p))
- (recent-posts
- (butlast sorted-posts (- (length sorted-posts) 3)))
- (make-link
- (lambda (path) "Turn path into Org link."
- (format "[[https://blog.mlnp.fr/%s.html][%s]]"
- (file-name-sans-extension path)
- (file-name-sans-extension path)))))
- (mapcar make-link recent-posts))
-#+END_SRC
-
-#+ATTR_HTML: :style list-style-type: decimal; padding-left: 1.5em;
-#+RESULTS: recent-posts
-- [[https://blog.mlnp.fr/.sitemap.html][.sitemap]]
-- [[https://blog.mlnp.fr/.index.html][.index]]
-- [[https://blog.mlnp.fr/2023.html][2023]]
+# #+NAME: recent-posts
+# #+BEGIN_SRC emacs-lisp :exports results :results list
+# (let* ((sorted-posts (directory-files
+# "blog" nil (rx word)
+# #'file-newer-than-file-p))
+# (recent-posts
+# (butlast sorted-posts (- (length sorted-posts) 3)))
+# (make-link
+# (lambda (path) "Turn path into Org link."
+# (format "[[https://blog.mlnp.fr/%s.html][%s]]"
+# (file-name-sans-extension path)
+# (file-name-sans-extension path)))))
+# (mapcar make-link recent-posts))
+# #+END_SRC
+
+
+- [[https://blog.mlnp.fr/2022/hello-world.html][Hello World!]]
+- [[https://blog.mlnp.fr/2022/why-study-languages.html][Why study languages?]]
[[http://blog.mlnp.fr/sitemap.html][See more...]]
@@ -71,13 +69,12 @@ as cards.
** Main wiki sections
-#+ATTR_HTML: :style list-style-type: circle; padding-left: 1.5em;
-- [[https://wiki.mlnp.fr/aerospace/index.html][Aerospace]]
+- [[https://wiki.mlnp.fr/engineering/index.html][Engineering]]
- [[https://wiki.mlnp.fr/emacs/index.html][Emacs]]
- [[https://wiki.mlnp.fr/languages/index.html][Languages]]
-[[http://wiki.mlnp.fr/sitemap.html][See more...]]
+[[http://wiki.mlnp.fr/index.html][See more...]]
** Publish this website
@@ -85,7 +82,7 @@ as cards.
Learn how I write and publish this website [[file:publish-mlnp.org][here]].
-** TODO Online resume
+** Online resume
My full online resume is available [[file:cv.org][here]].
@@ -100,3 +97,8 @@ All content I didn't create is credited [[file:about.org::Credits][here]].
** README
Website design rationale, TODO status, and credits are found [[file:README.org][here]].
+
+
+** Full sitemap
+
+All main website pages are found [[file:sitemap.org][here]].
Copyright 2019--2026 Marius PETER