Wiki---fitness section!

Commit
dbb81d36375c58a7fe25d85306e0c75177db749b
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
wiki/.gitignore
index 00000000..0b84df0f 000000..100644
@@ -0,0 +1,1 @@
1 Added: *.html
wiki/fitness/core-concepts.org
index 00000000..2475a380 000000..100644
@@ -0,0 +1,21 @@
1 Added: # -*- mode: org; -*-
2 Added:
3 Added: #+TITLE: Core concepts
4 Added: #+SUBTITLE: Basic aspects of physical fitness to understand before progressing.
5 Added: #+AUTHOR: Marius Peter
6 Added: #+DATE: <2022-03-27 Sun>
7 Added: #+FILETAGS: fitness
8 Added:
9 Added: #+DESCRIPTION: Core fitness concepts: basic aspects of physical fitness to understand before progressing.
10 Added:
11 Added:
12 Added: #+begin_abstract
13 Added: Physical fitness is a complicated topic; however, abiding in the core
14 Added: concepts can help us tune our focus to the high-leverage decisions
15 Added: with the biggest leverage on our health; carry out our plan as
16 Added: efficiently as possible; and worry as little as possible about
17 Added: often-discussed but ultimately irrelevant fitness gimmicks.
18 Added: #+end_abstract
19 Added:
20 Added:
21 Added: * TODO Introduction
wiki/index.org
index 0b6ab48e..05f4d6eb 100644..100644
@@ -17,7 +17,7 @@
17 17 #+begin_abstract
18 18 Welcome to my personal wiki homepage. I use this website as one big
19 19 knowledge repository for all the topics that I am passionate about.
20 Removed: Find the full list of articles [[file:sitemap.org][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]].
20 Added: Find the full list of articles [[* Full article list][here]]. All unoriginal content credited [[https:mlnp.fr/about.html#Credits][here]].
21 21 #+end_abstract
22 22
23 23
@@ -29,37 +29,71 @@
29 29
30 30 ** [[file:aerospace/index.org][Aerospace]]
31 31
32 Removed: #+ATTR_HTML: :style width: 100%; :alt Rafale C
32 Added: #+ATTR_HTML: :alt Rafale C
33 33 [[https://live.staticflickr.com/7193/6872272113_d92f520c1f_b.jpg]]
34 34
35 35
36 36 ** [[file:languages/index.org][Natural languages]]
37 37
38 Removed: #+ATTR_HTML: :style width: 100%; :alt Human speech
38 Added: #+ATTR_HTML: :alt Human speech
39 39 [[https://freesvg.org/img/1538693615.png]]
40 40
41 41
42 42 ** [[file:programming/index.org][Programming languages]]
43 43
44 Removed: #+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Burmese Python
44 Added: #+ATTR_HTML: :alt Burmese Python
45 45 [[https://live.staticflickr.com/8485/8241650528_f2c0500d66_b.jpg]]
46 46
47 47
48 48 ** [[file:linux/index.org][Linux]]
49 49
50 Removed: #+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Tux, the Linux mascot
50 Added: #+ATTR_HTML: :alt Tux, the Linux mascot
51 51 https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/800px-Tux.svg.png
52 52
53 Added:
53 54 ** [[file:emacs/index.org][Emacs]]
54 55
55 Removed: #+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Emacs logo
56 Added: #+ATTR_HTML: :alt Emacs logo
56 57 https://www.gnu.org/software/emacs/images/emacs.png
57 58
58 59
59 60 ** [[file:typography/index.org][Typography]]
60 61
61 Removed: #+ATTR_HTML: :style max-width: 100%; min-width: 30%; :alt Typography
62 Added: #+ATTR_HTML: :alt Typography
62 63 https://pixnio.com/free-images/2017/07/28/2017-07-28-07-40-45-900x598.jpg
64 Added:
65 Added:
66 Added: * Full article list
67 Added:
68 Added: #+NAME: full-sitemap
69 Added: #+BEGIN_SRC emacs-lisp :results drawer :exports result
70 Added: (mapconcat
71 Added: '(lambda (section)
72 Added: "Include SECTION in following article list."
73 Added: (format "*%s*\n#+INCLUDE: %s/index.org :lines \"3-\"\n" section section))
74 Added: '("aerospace"
75 Added: "languages"
76 Added: "programming"
77 Added: "linux"
78 Added: "emacs"
79 Added: "typography") nil)
80 Added: #+END_SRC
81 Added:
82 Added: #+RESULTS: full-sitemap
83 Added: :results:
84 Added: *aerospace*
85 Added: #+INCLUDE: aerospace/index.org :lines "3-"
86 Added: *languages*
87 Added: #+INCLUDE: languages/index.org :lines "3-"
88 Added: *programming*
89 Added: #+INCLUDE: programming/index.org :lines "3-"
90 Added: *linux*
91 Added: #+INCLUDE: linux/index.org :lines "3-"
92 Added: *emacs*
93 Added: #+INCLUDE: emacs/index.org :lines "3-"
94 Added: *typography*
95 Added: #+INCLUDE: typography/index.org :lines "3-"
96 Added: :end:
63 97
64 98
65 99 * Favorite Wikipedia articles
wiki/typography/index.org
index d183aade..45945979 100644..100644