[Org] Repository for my personal website.
README and about pages.
Changed files
README.org
@@ -6,17 +6,18 @@
6
6
#+DATE: <2022-01-23 Sun>
7
7
#+OPTIONS: num:nil toc:nil title:nil
8
8
9
Removed:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css" />
10
Removed:
# +INCLUDE: resources/topnav.org
9
Added:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
10
Added:
#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
11
Added:
#+INCLUDE: resources/topnav.html export html
11
12
# +TOC: headlines 1
12
13
13
14
14
Removed:
: ____ _________ ____ __ _________ ____ __ ____
15
Added:
: ____ _________ ____ __ _________ ____ __ ____
15
16
: / __ \/ ____/ | / __ \/ |/ / ____/ / __/___ _____ ____ ___ / /___ ____ / __/____
16
17
: / /_/ / __/ / /| | / / / / /|_/ / __/ / /_/ __ \/ ___/ / __ `__ \/ / __ \/ __ \ / /_/ ___/
17
Removed:
: / _, _/ /___/ ___ |/ /_/ / / / / /___ / __/ /_/ / / / / / / / / / / / / /_/ / / __/ /
18
Removed:
: /_/ |_/_____/_/ |_/_____/_/ /_/_____/ /_/ \____/_/ /_/ /_/ /_/_/_/ /_/ .___(_)_/ /_/
19
Removed:
: /_/
18
Added:
: / _, _/ /___/ ___ |/ /_/ / / / / /___ / __/ /_/ / / / / / / / / / / / / /_/ / / __/ /
19
Added:
: /_/ |_/_____/_/ |_/_____/_/ /_/_____/ /_/ \____/_/ /_/ /_/ /_/_/_/ /_/ .___(_)_/ /_/
20
Added:
: /_/
20
21
21
22
22
23
#+begin_abstract
@@ -31,9 +32,54 @@
31
32
32
33
* Website structure
33
34
34
Removed:
The website's structure is described in the following sections.
35
Added:
The website's structure is described in the following sections.
35
36
36
Removed:
37
Added:
#+NAME: tree
38
Added:
#+BEGIN_SRC bash :results verbatim :exports results
39
Added:
echo '(Only drilling down 2 levels.)'
40
Added:
tree -L 2
41
Added:
#+END_SRC
42
Added:
43
Added:
#+RESULTS: tree
44
Added:
#+begin_example
45
Added:
(Only drilling down 2 levels.)
46
Added:
.
47
Added:
├── README.html
48
Added:
├── README.org
49
Added:
├── about.org
50
Added:
├── blog
51
Added:
│ ├── 2022
52
Added:
│ ├── 2023
53
Added:
│ ├── index.org
54
Added:
│ └── sitemap.org
55
Added:
├── cv.org
56
Added:
├── index.html
57
Added:
├── index.org
58
Added:
├── publish-mlnp.org
59
Added:
├── resources
60
Added:
│ ├── css.org
61
Added:
│ ├── favicon.png
62
Added:
│ ├── favicon.xcf
63
Added:
│ ├── fonts
64
Added:
│ ├── mlnp.css
65
Added:
│ └── topnav.html
66
Added:
├── sitemap.org
67
Added:
└── wiki
68
Added:
├── aerospace
69
Added:
├── emacs
70
Added:
├── images
71
Added:
├── index.org
72
Added:
├── languages
73
Added:
├── linux
74
Added:
├── programming
75
Added:
├── sitemap.org
76
Added:
└── typography
77
Added:
78
Added:
13 directories, 17 files
79
Added:
#+end_example
80
Added:
81
Added:
82
Added:
37
83
** =index.org=
38
84
39
85
This is the homepage. It is displayed by default when a user accesses
@@ -108,6 +154,17 @@
108
154
109
155
Too many components in ~org-publish-project-alist~.
110
156
111
Removed:
** TODO Favicon
157
Added:
** DONE Favicon
158
Added:
CLOSED: [2022-03-08 Tue]
112
159
113
Removed:
** TODO SSL---Let's Encrypt
160
Added:
** DONE SSL---Let's Encrypt
161
Added:
CLOSED: [2022-03-08 Tue]
162
Added:
163
Added:
** TODO Export resume to txt upon publishing
164
Added:
165
Added:
** TODO Style ~HTML_LINK_UP~ and ~HTML_LINK_HOME~
166
Added:
167
Added:
** TODO Wiki article links on subsection homepage
168
Added:
169
Added:
Aerospace, Emacs, Linux etc. index.html pages should have links to
170
Added:
their main articles.
about.org
@@ -4,20 +4,28 @@
4
4
#+DATE: <2022-01-28 Fri>
5
5
#+OPTIONS: num:nil toc:nil
6
6
7
Removed:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css" />
7
Added:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
8
Added:
#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
8
9
#+INCLUDE: resources/topnav.html export html
9
10
10
11
11
Removed:
* This Website
12
Added:
#+NAME: org-unicorn
13
Added:
#+ATTR_HTML: :alt Org unicorn logo.
14
Added:
#+ATTR_HTML: :style width: 64px;
15
Added:
[[https://orgmode.org/resources/img/org-mode-unicorn.svg]]
12
16
17
Added:
#+TOC: headlines 1
18
Added:
19
Added:
* This website
20
Added:
13
21
I started this website with the following objectives in mind:
14
22
15
23
1. Implement a personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] tool---this is done via
16
Removed:
my [[file:wiki.org][wiki]].
24
Added:
my [[https://wiki.mlnp.fr][wiki]].
17
25
2. Track professional and personal development---this is done on my
18
Removed:
[[file:blog.org][blog]].
26
Added:
[[https://blog.mlnp.fr][blog]].
19
27
3. Showcase this development publicly---this is done on this very
20
Removed:
website, [[http://www.mlnp.fr][mlnp.fr]].
28
Added:
website, [[https://www.mlnp.fr][mlnp.fr]].
21
29
22
30
The full website design rationale and TODO tracking are available in
23
31
the [[file:README.org][README]] file.
@@ -29,13 +37,55 @@
29
37
studying and working in the USA. Interests include open source
30
38
software, gym, and rowing.
31
39
32
Removed:
My online CV is available [[file:cv.org][here]]. The text version can be found [[file:resume/Marius-Peter-CV.txt][here]].
40
Added:
My online CV is available [[file:cv.org][here]]. The text version is available [[file:cv.txt][here]].
33
41
34
42
43
Added:
* Statistics
44
Added:
45
Added:
#+NAME: wiki-statistics
46
Added:
#+BEGIN_SRC emacs-lisp :results table :exports results
47
Added:
(format "Number of wiki pages | %s" (length (directory-files-recursively "./wiki" "\\.org$")))
48
Added:
#+END_SRC
49
Added:
50
Added:
#+RESULTS: wiki-statistics
51
Added:
| Number of wiki pages: | 18 |
52
Added:
53
Added:
54
Added:
* Credits
55
Added:
:PROPERTIES:
56
Added:
:CUSTOM_ID: Credits
57
Added:
:END:
58
Added:
59
Added:
** =mlnp.fr=
60
Added:
61
Added:
| Content | Original title | Author | License |
62
Added:
|---------------------+--------------------------+----------+---------|
63
Added:
| Homepage hero image | [[https://www.flickr.com/photos/47430793@N08/21787648405]["Grumman F-14D 'Tomcat'"]] | [[https://www.flickr.com/photos/47430793@N08][aeroman3]] | [[https://creativecommons.org/licenses/cc0/1.0/?ref=openverse][CC0 1.0]] |
64
Added:
| | | | |
65
Added:
66
Added:
67
Added:
** TODO =wiki.mlnp.fr=
68
Added:
69
Added:
#+CAPTION: [[https://is.gd/C10Wzb][Rafale C]]
70
Added:
#+CAPTION: [[https://freesvg.org/1538693615][Human speech]]
71
Added:
#+CAPTION: [[https://is.gd/zJy4yG][Burmese Python]]
72
Added:
#+CAPTION: [[https://is.gd/ZC3az7][Tux]]
73
Added:
#+CAPTION: [[https://is.gd/9YrLTS][Emacs logo]]
74
Added:
#+CAPTION: [[https://is.gd/BScVEC][Typography]]
75
Added:
76
Added:
77
Added:
** =blog.mlnp.fr=
78
Added:
79
Added:
35
80
* Contact
36
81
:PROPERTIES:
37
82
:CUSTOM_ID: contact
38
83
:END:
39
84
# A custom ID enables hyperlinking to this section from elsewhere.
40
85
41
Removed:
Contact details will follow.
86
Added:
| Contact | Detail |
87
Added:
|----------+------------------------------|
88
Added:
| Phone | X |
89
Added:
| E-mail | X |
90
Added:
| LinkedIn | [[https://www.linkedin.com/in/marius-peter/][linkedin.com/in/marius-peter]] |
91
Added:
| Website | [[https://mlnp.fr][mlnp.fr]] |