summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org77
-rw-r--r--about.org64
2 files changed, 124 insertions, 17 deletions
diff --git a/README.org b/README.org
index 5ed7374..8f64962 100644
--- a/README.org
+++ b/README.org
@@ -6,17 +6,18 @@
#+DATE: <2022-01-23 Sun>
#+OPTIONS: num:nil toc:nil title:nil
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css" />
-# +INCLUDE: resources/topnav.org
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
+#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
+#+INCLUDE: resources/topnav.html export html
# +TOC: headlines 1
-: ____ _________ ____ __ _________ ____ __ ____
+: ____ _________ ____ __ _________ ____ __ ____
: / __ \/ ____/ | / __ \/ |/ / ____/ / __/___ _____ ____ ___ / /___ ____ / __/____
: / /_/ / __/ / /| | / / / / /|_/ / __/ / /_/ __ \/ ___/ / __ `__ \/ / __ \/ __ \ / /_/ ___/
-: / _, _/ /___/ ___ |/ /_/ / / / / /___ / __/ /_/ / / / / / / / / / / / / /_/ / / __/ /
-: /_/ |_/_____/_/ |_/_____/_/ /_/_____/ /_/ \____/_/ /_/ /_/ /_/_/_/ /_/ .___(_)_/ /_/
-: /_/
+: / _, _/ /___/ ___ |/ /_/ / / / / /___ / __/ /_/ / / / / / / / / / / / / /_/ / / __/ /
+: /_/ |_/_____/_/ |_/_____/_/ /_/_____/ /_/ \____/_/ /_/ /_/ /_/_/_/ /_/ .___(_)_/ /_/
+: /_/
#+begin_abstract
@@ -31,9 +32,54 @@ objectives, as well as related projects.
* Website structure
- The website's structure is described in the following sections.
+The website's structure is described in the following sections.
+
+#+NAME: tree
+#+BEGIN_SRC bash :results verbatim :exports results
+ echo '(Only drilling down 2 levels.)'
+ tree -L 2
+#+END_SRC
+
+#+RESULTS: tree
+#+begin_example
+(Only drilling down 2 levels.)
+.
+├── README.html
+├── README.org
+├── about.org
+├── blog
+│   ├── 2022
+│   ├── 2023
+│   ├── index.org
+│   └── sitemap.org
+├── cv.org
+├── index.html
+├── index.org
+├── publish-mlnp.org
+├── resources
+│   ├── css.org
+│   ├── favicon.png
+│   ├── favicon.xcf
+│   ├── fonts
+│   ├── mlnp.css
+│   └── topnav.html
+├── sitemap.org
+└── wiki
+ ├── aerospace
+ ├── emacs
+ ├── images
+ ├── index.org
+ ├── languages
+ ├── linux
+ ├── programming
+ ├── sitemap.org
+ └── typography
+
+13 directories, 17 files
+#+end_example
+
+
-
** =index.org=
This is the homepage. It is displayed by default when a user accesses
@@ -108,6 +154,17 @@ CLOSED: [2022-02-28 Mon]
Too many components in ~org-publish-project-alist~.
-** TODO Favicon
+** DONE Favicon
+CLOSED: [2022-03-08 Tue]
+
+** DONE SSL---Let's Encrypt
+CLOSED: [2022-03-08 Tue]
+
+** TODO Export resume to txt upon publishing
+
+** TODO Style ~HTML_LINK_UP~ and ~HTML_LINK_HOME~
+
+** TODO Wiki article links on subsection homepage
-** TODO SSL---Let's Encrypt
+Aerospace, Emacs, Linux etc. index.html pages should have links to
+their main articles.
diff --git a/about.org b/about.org
index 6331ee4..89afc2a 100644
--- a/about.org
+++ b/about.org
@@ -4,20 +4,28 @@
#+DATE: <2022-01-28 Fri>
#+OPTIONS: num:nil toc:nil
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css" />
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/mlnp.css"/>
+#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
#+INCLUDE: resources/topnav.html export html
-* This Website
+#+NAME: org-unicorn
+#+ATTR_HTML: :alt Org unicorn logo.
+#+ATTR_HTML: :style width: 64px;
+[[https://orgmode.org/resources/img/org-mode-unicorn.svg]]
+
+#+TOC: headlines 1
+
+* This website
I started this website with the following objectives in mind:
1. Implement a personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] tool---this is done via
- my [[file:wiki.org][wiki]].
+ my [[https://wiki.mlnp.fr][wiki]].
2. Track professional and personal development---this is done on my
- [[file:blog.org][blog]].
+ [[https://blog.mlnp.fr][blog]].
3. Showcase this development publicly---this is done on this very
- website, [[http://www.mlnp.fr][mlnp.fr]].
+ website, [[https://www.mlnp.fr][mlnp.fr]].
The full website design rationale and TODO tracking are available in
the [[file:README.org][README]] file.
@@ -29,7 +37,44 @@ I'm a junior aerospace engineer currently working in France after
studying and working in the USA. Interests include open source
software, gym, and rowing.
-My online CV is available [[file:cv.org][here]]. The text version can be found [[file:resume/Marius-Peter-CV.txt][here]].
+My online CV is available [[file:cv.org][here]]. The text version is available [[file:cv.txt][here]].
+
+
+* Statistics
+
+#+NAME: wiki-statistics
+#+BEGIN_SRC emacs-lisp :results table :exports results
+ (format "Number of wiki pages | %s" (length (directory-files-recursively "./wiki" "\\.org$")))
+#+END_SRC
+
+#+RESULTS: wiki-statistics
+| Number of wiki pages: | 18 |
+
+
+* Credits
+:PROPERTIES:
+:CUSTOM_ID: Credits
+:END:
+
+** =mlnp.fr=
+
+| Content | Original title | Author | License |
+|---------------------+--------------------------+----------+---------|
+| 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]] |
+| | | | |
+
+
+** 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]]
+
+
+** =blog.mlnp.fr=
* Contact
@@ -38,4 +83,9 @@ My online CV is available [[file:cv.org][here]]. The text version can be found [
:END:
# A custom ID enables hyperlinking to this section from elsewhere.
-Contact details will follow.
+| Contact | Detail |
+|----------+------------------------------|
+| Phone | X |
+| E-mail | X |
+| LinkedIn | [[https://www.linkedin.com/in/marius-peter/][linkedin.com/in/marius-peter]] |
+| Website | [[https://mlnp.fr][mlnp.fr]] |
Copyright 2019--2026 Marius PETER