summaryrefslogtreecommitdiff
path: root/wiki/index.org
blob: 05f4d6eb36ee113d5ae73e1d6c5a741b36e31612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#+TITLE: Wiki
#+SUBTITLE: Personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] repository.
#+AUTHOR: Marius Peter
#+DATE: <2022-03-03 Thu>
#+OPTIONS: toc:nil num:nil

#+DESCRIPTION: personal wiki used as a professional and personal knowledge management repository.
#+KEYWORDS: mlnp, wiki, knowledge management, linux, emacs, typography,
#+KEYWORDS: languages, russian, arabic,
#+KEYWORDS: aerospace, certification, development, systems engineering,

#+HTML: <style> .figure-number { display: none; } </style>

#+INCLUDE: ../resources/topnav.html export html


#+begin_abstract
Welcome to my personal wiki homepage. I use this website as one big
knowledge repository for all the topics that I am passionate about.
Find the full list of articles [[* Full article list][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]].
#+end_abstract


* Main content
:PROPERTIES:
:CUSTOM_ID: main-content
:END:


** [[file:aerospace/index.org][Aerospace]]

#+ATTR_HTML: :alt Rafale C
[[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]]


** [[file:languages/index.org][Natural languages]]

#+ATTR_HTML: :alt Human speech
[[https://freesvg.org/img/1538693615.png]]


** [[file:programming/index.org][Programming languages]]

#+ATTR_HTML: :alt Burmese Python
[[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]]


** [[file:linux/index.org][Linux]]

#+ATTR_HTML: :alt Tux, the Linux mascot
https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png


** [[file:emacs/index.org][Emacs]]

#+ATTR_HTML: :alt Emacs logo
https://www.gnu.org/software/emacs/images/emacs.png


** [[file:typography/index.org][Typography]]

#+ATTR_HTML: :alt Typography
https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg


* Full article list

#+NAME: full-sitemap
#+BEGIN_SRC emacs-lisp :results drawer :exports result
  (mapconcat
   '(lambda (section)
      "Include SECTION in following article list."
      (format "*%s*\n#+INCLUDE: %s/index.org :lines \"3-\"\n" section section))
   '("aerospace"
     "languages"
     "programming"
     "linux"
     "emacs"
     "typography") nil)
#+END_SRC

#+RESULTS: full-sitemap
:results:
*aerospace*
#+INCLUDE: aerospace/index.org :lines "3-"
*languages*
#+INCLUDE: languages/index.org :lines "3-"
*programming*
#+INCLUDE: programming/index.org :lines "3-"
*linux*
#+INCLUDE: linux/index.org :lines "3-"
*emacs*
#+INCLUDE: emacs/index.org :lines "3-"
*typography*
#+INCLUDE: typography/index.org :lines "3-"
:end:


* Favorite Wikipedia articles


* Articles from elsewhere

- [[https://matt-rickard.com/reflections-on-10-000-hours-of-programming/][Reflections on 10,000 Hours of Programming]] by Matt Rickard
Copyright 2019--2026 Marius PETER