diff options
| -rw-r--r-- | about.org | 19 | ||||
| -rw-r--r-- | index.org | 54 |
2 files changed, 39 insertions, 34 deletions
@@ -64,14 +64,17 @@ My online CV is available [[file:cv.org][here]]. The text version is available [ | | | | | -** TODO =wiki.mlnp.fr= - -#+CAPTION: [[https://is.gd/C10Wzb][Rafale C]] -#+CAPTION: [[https://freesvg.org/1538693615][Human speech]] -#+CAPTION: [[https://is.gd/zJy4yG][Burmese Python]] -#+CAPTION: [[https://is.gd/ZC3az7][Tux]] -#+CAPTION: [[https://is.gd/9YrLTS][Emacs logo]] -#+CAPTION: [[https://is.gd/BScVEC][Typography]] +** =wiki.mlnp.fr= + +| Title | Link | +|----------------+--------------------------------| +| Rafale C | https://is.gd/C10Wzb | +| Human speech | https://freesvg.org/1538693615 | +| Burmese Python | https://is.gd/zJy4yG | +| Tux | https://is.gd/ZC3az7 | +| Emacs logo | https://is.gd/9YrLTS | +| Typography | https://is.gd/BScVEC | +| Fitness | https://is.gd/vODREi | ** =blog.mlnp.fr= @@ -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]]. |