commit 883b3cb3cfc09c7becc2f0069d2c25cd2b220fc3
parent c3eed53851ef1eea15ffe9f94683b38638a8939b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 7 May 2022 16:44:53 +0200
www/vincent.demeester.fr: some updates
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
6 files changed, 16 insertions(+), 29 deletions(-)
diff --git a/www/vincent.demeester.fr/content/2022/random.org b/www/vincent.demeester.fr/content/2022/random.org
@@ -32,32 +32,8 @@
[[https://www.la-grange.net/karl/][Karl Dubost]]. Karl keeps the "design" (or style or whatever) of its page as they are / were
when he is published the content. This means, a page written 10 years ago, will be
rendered the same (/with devil in details if the browser changed something or course/), 10
-years ago or now. And, /for some reason/, this is *really* appealing to me.
+years ago or now. And, /for some reason/, this is *really* appealing to me. I am slowing
+and incrementally trying to achieve that. Also, /note/ that the redesign is very subtle
+as, the more I am looking at the current theme, the more most of it seems good enough for me.
-#+begin_src emacs-lisp
-(defun read-file (filePath)
- "Return FILEPATH's file content."
- (with-temp-buffer
- (insert-file-contents filePath)
- (buffer-string)))
-#+end_src
-
-<2022-05-07 Sat 10:45> Hello world
-
-<2022-05-07>
-- Hello world
-- Bye world
-
-
-[2022-05-07 Sat 10:45]
-Another content
-
-~code~ versus =code=. {{marking something would be awesome as well}}.
-
-#+begin_quote
-HTML export of drawer with NAME and CONTENT.
-name is the name of the drawer, that will be used as class.
-content is the content of the drawer
-
-— Vincent Demeester
-#+end_quote
+I am also making sure I keep an [[file:../sandbox.org][sandbox]] page always up-to-date.
diff --git a/www/vincent.demeester.fr/content/index.org b/www/vincent.demeester.fr/content/index.org
@@ -17,6 +17,9 @@
See also some [[http:/docs/sitemap.html][documentation]] publish from my [[monorepo][mono-repo]].
+I did /archive/ part of the website. The URI stay the same, so it shouldn't be a problem.
+For shortcuts, here are the old [[https://vincent.demeester.fr/posts/][posts]] and [[https://vincent.demeester.fr/articles/][articles]].
+
#+BEGIN_EXPORT html
<small class='opinions'>Opinions stated here are my own and do not express the views of my employer, spouse, children, pets, neighbors, secret crushes, favorite authors, or anyone else who is not me. And maybe not even me, depending on how old this is.</small><br/>
<small class='engine'>
diff --git a/www/vincent.demeester.fr/content/sandbox.org b/www/vincent.demeester.fr/content/sandbox.org
@@ -36,8 +36,10 @@
=#postamble= element are not included in this section.
** TODO Title with TODO
+SCHEDULED: <2022-05-07 Sat>
** DONE Title with DONE
+DEADLINE: <2022-05-07 Sat>
Some inactive timestamps
@@ -47,6 +49,10 @@
[2019-02-20 Wed] Without time
+Maybe also some *active* timestamps
+
+<2022-05-07 Sat> Without time as well
+
** [#A] Title with Priority
** Title with Tag :tag0:tag1:
diff --git a/www/vincent.demeester.fr/content/sitemap.org b/www/vincent.demeester.fr/content/sitemap.org
@@ -1,7 +1,7 @@
#+TITLE: Sitemap
- [[file:index.org][Hi, I'm Vincent Demeester]]
-- [[file:about.org][About me]]
- [[file:sandbox.org][Emacs org-mode sandbox]]
+- [[file:about.org][About me]]
- 2022
- [[file:2022/random.org][Random thoughts after 2 years]]
\ No newline at end of file
diff --git a/www/vincent.demeester.fr/css/2022.css b/www/vincent.demeester.fr/css/2022.css
@@ -603,3 +603,4 @@ div.drawer.results pre.src:before {
.priority { font-family: monospace; color: orange; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
+.underline { text-decoration: underline; }
diff --git a/www/vincent.demeester.fr/lib/publish.el b/www/vincent.demeester.fr/lib/publish.el
@@ -22,6 +22,7 @@
:with-footnotes t
:with-toc nil
:with-drawers t
+ :with-timestamps t
:sitemap-filename "sitemap.org"
:sitemap-title "Sitemap"
;; :sitemap-format-entry sbr/org-sitemap-format-entry