Index polish & about credits.

Commit
3ada7f38c823445f2141fbf0e112bf48d18b3765
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
about.org
index 89afc2ad..e73b3c73 100644..100644
@@ -64,14 +64,17 @@
64 64 | | | | |
65 65
66 66
67 Removed: ** TODO =wiki.mlnp.fr=
67 Added: ** =wiki.mlnp.fr=
68 68
69 Removed: #+CAPTION: [[https://is.gd/C10Wzb][Rafale C]]
70 Removed: #+CAPTION: [[https://freesvg.org/1538693615][Human speech]]
71 Removed: #+CAPTION: [[https://is.gd/zJy4yG][Burmese Python]]
72 Removed: #+CAPTION: [[https://is.gd/ZC3az7][Tux]]
73 Removed: #+CAPTION: [[https://is.gd/9YrLTS][Emacs logo]]
74 Removed: #+CAPTION: [[https://is.gd/BScVEC][Typography]]
69 Added: | Title | Link |
70 Added: |----------------+--------------------------------|
71 Added: | Rafale C | https://is.gd/C10Wzb |
72 Added: | Human speech | https://freesvg.org/1538693615 |
73 Added: | Burmese Python | https://is.gd/zJy4yG |
74 Added: | Tux | https://is.gd/ZC3az7 |
75 Added: | Emacs logo | https://is.gd/9YrLTS |
76 Added: | Typography | https://is.gd/BScVEC |
77 Added: | Fitness | https://is.gd/vODREi |
75 78
76 79
77 80 ** =blog.mlnp.fr=
index.org
index 9a2b8afe..d4f69096 100644..100644
@@ -7,9 +7,9 @@
7 7 #+EMAIL: mlnp@tuta.io
8 8 #+OPTIONS: num:nil toc:nil
9 9
10 Removed: #+DESCRIPTION: A personal website, blog, and wiki about Linux, Emacs, aerospace, typography,
10 Added: #+DESCRIPTION: A personal website, blog, and wiki about Linux, Emacs, engineering, aerospace, typography,
11 11 #+DESCRIPTION: and other subjects. Created with Emacs Org mode.
12 Removed: #+KEYWORDS: mlnp, personal, website, blog, wiki, linux, emacs, aerospace, typography
12 Added: #+KEYWORDS: mlnp, personal, website, blog, wiki, linux, emacs, engineering, aerospace, typography
13 13
14 14 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
15 15 #+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
@@ -44,40 +44,37 @@
44 44 :CUSTOM_ID: table-of-contents
45 45 :END:
46 46
47 Removed: #+NAME: recent-posts
48 Removed: #+BEGIN_SRC emacs-lisp :exports results :results list
49 Removed: (let* ((sorted-posts (directory-files
50 Removed: "blog" nil (rx word)
51 Removed: #'file-newer-than-file-p))
52 Removed: (recent-posts
53 Removed: (butlast sorted-posts (- (length sorted-posts) 3)))
54 Removed: (make-link
55 Removed: (lambda (path) "Turn path into Org link."
56 Removed: (format "[[https://blog.mlnp.fr/%s.html][%s]]"
57 Removed: (file-name-sans-extension path)
58 Removed: (file-name-sans-extension path)))))
59 Removed: (mapcar make-link recent-posts))
60 Removed: #+END_SRC
47 Added: # #+NAME: recent-posts
48 Added: # #+BEGIN_SRC emacs-lisp :exports results :results list
49 Added: # (let* ((sorted-posts (directory-files
50 Added: # "blog" nil (rx word)
51 Added: # #'file-newer-than-file-p))
52 Added: # (recent-posts
53 Added: # (butlast sorted-posts (- (length sorted-posts) 3)))
54 Added: # (make-link
55 Added: # (lambda (path) "Turn path into Org link."
56 Added: # (format "[[https://blog.mlnp.fr/%s.html][%s]]"
57 Added: # (file-name-sans-extension path)
58 Added: # (file-name-sans-extension path)))))
59 Added: # (mapcar make-link recent-posts))
60 Added: # #+END_SRC
61 61
62 Removed: #+ATTR_HTML: :style list-style-type: decimal; padding-left: 1.5em;
63 Removed: #+RESULTS: recent-posts
64 Removed: - [[https://blog.mlnp.fr/.sitemap.html][.sitemap]]
65 Removed: - [[https://blog.mlnp.fr/.index.html][.index]]
66 Removed: - [[https://blog.mlnp.fr/2023.html][2023]]
67 62
63 Added: - [[https://blog.mlnp.fr/2022/hello-world.html][Hello World!]]
64 Added: - [[https://blog.mlnp.fr/2022/why-study-languages.html][Why study languages?]]
68 65
66 Added:
69 67 [[http://blog.mlnp.fr/sitemap.html][See more...]]
70 68
71 69
72 70 ** Main wiki sections
73 71
74 Removed: #+ATTR_HTML: :style list-style-type: circle; padding-left: 1.5em;
75 Removed: - [[https://wiki.mlnp.fr/aerospace/index.html][Aerospace]]
72 Added: - [[https://wiki.mlnp.fr/engineering/index.html][Engineering]]
76 73 - [[https://wiki.mlnp.fr/emacs/index.html][Emacs]]
77 74 - [[https://wiki.mlnp.fr/languages/index.html][Languages]]
78 75
79 76
80 Removed: [[http://wiki.mlnp.fr/sitemap.html][See more...]]
77 Added: [[http://wiki.mlnp.fr/index.html][See more...]]
81 78
82 79
83 80 ** Publish this website
@@ -85,7 +82,7 @@
85 82 Learn how I write and publish this website [[file:publish-mlnp.org][here]].
86 83
87 84
88 Removed: ** TODO Online resume
85 Added: ** Online resume
89 86
90 87 My full online resume is available [[file:cv.org][here]].
91 88
@@ -100,3 +97,8 @@
100 97 ** README
101 98
102 99 Website design rationale, TODO status, and credits are found [[file:README.org][here]].
100 Added:
101 Added:
102 Added: ** Full sitemap
103 Added:
104 Added: All main website pages are found [[file:sitemap.org][here]].