summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-08 19:48:14 +0200
committermms <michal@sapka.me>2024-04-08 19:48:14 +0200
commit47be93b724133b1edeac15faa46f1198557e33e3 (patch)
tree8b57592eeacf08b3d676a24dd4780179efdd5ad3
parentb03f4fa221852d6a264ceee3e08c04aeeef93928 (diff)
feat: bsd hist as section and st 5x20
-rw-r--r--assets/content_images/star-trek-voyager-think-tank-1.jpgbin0 -> 87308 bytes
-rw-r--r--assets/content_images/star-trek-voyager-think-tank-2.jpgbin0 -> 438817 bytes
-rw-r--r--config.toml24
l---------content-org/.#bsd.org1
l---------content-org/.#me.org1
-rw-r--r--content-org/bsd.org37
-rw-r--r--content-org/me.org37
-rw-r--r--content-org/star-trek.org54
-rw-r--r--content/bsd/history/_index.md22
-rw-r--r--content/bsd/history/index.md24
-rw-r--r--content/bsd/home.md15
-rw-r--r--content/star-trek/stv/05x20-think-tank.md61
-rw-r--r--layouts/_default/list.html5
-rw-r--r--layouts/partials/article_list_item.html3
-rw-r--r--layouts/shortcodes/menu.html12
-rw-r--r--resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_1600x0_resize_q90_h2_box.webpbin0 -> 124580 bytes
-rw-r--r--resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_800x0_resize_q90_h2_box.webpbin0 -> 49790 bytes
-rw-r--r--resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_1600x0_resize_q90_h2_box.webpbin0 -> 325872 bytes
-rw-r--r--resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_800x0_resize_q90_h2_box.webpbin0 -> 100586 bytes
-rw-r--r--static/style.css869
20 files changed, 679 insertions, 486 deletions
diff --git a/assets/content_images/star-trek-voyager-think-tank-1.jpg b/assets/content_images/star-trek-voyager-think-tank-1.jpg
new file mode 100644
index 0000000..7386510
--- /dev/null
+++ b/assets/content_images/star-trek-voyager-think-tank-1.jpg
Binary files differ
diff --git a/assets/content_images/star-trek-voyager-think-tank-2.jpg b/assets/content_images/star-trek-voyager-think-tank-2.jpg
new file mode 100644
index 0000000..46c80be
--- /dev/null
+++ b/assets/content_images/star-trek-voyager-think-tank-2.jpg
Binary files differ
diff --git a/config.toml b/config.toml
index 162a0a8..632f826 100644
--- a/config.toml
+++ b/config.toml
@@ -31,6 +31,30 @@ enableGitInfo = true
[goldmark]
[extensions]
footnote = true
+
+
+[menus]
+
+[[menu.bsd-history]]
+ name = "Unix Wars"
+ weight = "10000000"
+ pageRef = "/"
+ [[menu.bsd-history.params]]
+ placeholder = "yes"
+
+[[menu.bsd-history]]
+ name = "Berkeley Software Distribution"
+ weight = "10000010"
+ pageRef = "/"
+ [[menu.bsd-history.params]]
+ placeholder = "yes"
+
+[[menu.bsd-history]]
+ name = "BSD schism"
+ weight = "10000020"
+ pageRef = "/"
+ [[menu.bsd-history.params]]
+ placeholder = "yes"
# categories:P
diff --git a/content-org/.#bsd.org b/content-org/.#bsd.org
new file mode 120000
index 0000000..f109860
--- /dev/null
+++ b/content-org/.#bsd.org
@@ -0,0 +1 @@
+mms@voyager.2470:1712135685 \ No newline at end of file
diff --git a/content-org/.#me.org b/content-org/.#me.org
new file mode 120000
index 0000000..f109860
--- /dev/null
+++ b/content-org/.#me.org
@@ -0,0 +1 @@
+mms@voyager.2470:1712135685 \ No newline at end of file
diff --git a/content-org/bsd.org b/content-org/bsd.org
index 74c8794..f1bbfb3 100644
--- a/content-org/bsd.org
+++ b/content-org/bsd.org
@@ -21,19 +21,9 @@ This site is dedicated to two of those systems: FreeBSD, and OpenBSD.
Those are the systems I daily run on my personal computers and servers.
And, while they come with significant problems, it's very easy to fall in love them.
** History of BSD
-Does computer history have any real appliance?
-Not really.
-Does it explain certain, potentially baffling things? Certainly.
-But does it make great beer talk?
-Absolutely!
-Especially when discussing systems with such rich history as BSD.
-I will be gentle here, I promise.
-No /Hardcore History/ in sight.
+Short history of how came to be.
-#+attr_shortcode: "bsd-history"
-#+begin_menu
-History of BSD
-#+end_menu
+- [[/bsd/history/][BSD history]]
** FreeBSD
#+attr_shortcode: "freebsd-beastie.png"
@@ -1010,6 +1000,29 @@ I learned the BUS trick from [[https://nudesystems.com/how-to-fix-no-screen-foun
:EXPORT_HUGO_SECTION: bsd/history
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :hasNavSection bsd-history
:END:
+** DONE History of BSD and Unix
+CLOSED: [2024-04-08 Mon 09:37]
+:PROPERTIES:
+:EXPORT_FILE_NAME: _index
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: abstract BSD history starts with Multics
+:EXPORT_HUGO_PAIRED_SHORTCODES: menu img-r
+:END:
+
+Does computer history have any real appliance?
+Not really.
+Does it explain certain, potentially baffling things? Certainly.
+But does it make great beer talk?
+Absolutely!
+Especially when discussing systems with such rich history as BSD.
+I will be gentle here, I promise.
+No /Hardcore History/ in sight.
+
+
+#+attr_shortcode: "bsd-history"
+#+begin_menu
+History of BSD
+#+end_menu
+
** DONE History of BSD part I: Multics
CLOSED: [2024-03-09 Sat 21:03]
:PROPERTIES:
diff --git a/content-org/me.org b/content-org/me.org
index 0803bb7..91fd3f6 100644
--- a/content-org/me.org
+++ b/content-org/me.org
@@ -30,8 +30,8 @@ The following is a short list of things I do /right now/.
*** Reading
- Userfriendly archive [since 2024-01-31]
- [[https://archive.org/details/cprogramminglang0000kern_2ed][The C programming language]] [from 2024-03-24]
-- [[https://torpublishinggroup.com/down-and-out-in-the-magic-kingdom/][Cory Doctorow's Down and Out in the Magic Kingdom]] [from 2024-04-25]
-
+- Andrzej Sapkowski's /Baptism of Fire/
+
** Past
Things I've /done/ in the past.
@@ -39,21 +39,24 @@ Starts in February 2024
Rating is in a scale 1-5.
-|--------------------------------------+----------------+-------------------------+----------+-----------------|
-| Title | Type | Dates | Rating | Extra |
-|--------------------------------------+----------------+-------------------------+----------+-----------------|
-| [[https://mwl.io/nonfiction/os#af3e][Absolute FreeBSD]] | Technical book | 2023-12-01 - 2024-03-24 | 4.75/5 | |
-| Andrzej Sapkowski's [[http://www.andrzejsapkowski.pl/timeofcontemptus.html][Time of Contempt]] | Novel | 2024-02-12 - 2024-03-21 | 3.5 | [[/blog/2024/andrzej-sapkowskis-time-of-contempt/][review]] |
-| Weekend at Bernie's (1989) | Movie | 2024-01-13 - 2024-02-27 | 3.75 | rewatch |
-| [[https://www.atlus.com/p5s/][Persona 5 Strikers]] | Computer game | 2023-12-01 - 2024-02-25 | 2 | dropped, [[/blog/2024/persona-5-strikers/][review]] |
-| [[https://web.archive.org/web/20020726125436/http://www.3rdrock.com/][3rd Rock from the Sun]] [season 2] | TV Series | 2024-01-13 - 2024-02-26 | 3.25 | rewatch |
-| Colossus: The Forbin Project (1970) | Movie | 2024-02-24 | 4.24 | [[/blog/2024/colossus-1970/][review]] |
-| Lawmower Man 2 (1992) | Movie | 2024-02-22 | 2 (3.75) | rewatch, [[/blog/2024/lawmower-man-2-1996/][review]] |
-| Lawmower Man (1992) | Movie | 2024-02-17 | 3.0 | rewatch, [[/blog/2024/lawmower-man-1229/][review]] |
-| Hardware (1990) | Movie | 2024-02-15 | 3.5 | [[/blog/2024/hardware-1990/][review]] |
-| Terry Pratchett's [[https://www.terrypratchettbooks.com/books/interesting-times/][Interesting Times]] | Novel | 2024-01-31 - 2024-02-11 | 3.75 | [[/blog/2024/interesting-times/][review]] |
-| Ghost in the Machine (1993) | Movie | 2024-02-09 | 3.0 | [[/blog/2024/ghost-in-the-machine/][review]] |
-| [[https://jujutsukaisen.jp/][Jujutsu Kaisen]] [season 2] | Anime Series | 2024-01-01 - 2024-02-06 | 4.24 | |
+|---------------------------------------------------+----------------+-------------------------+----------+-----------------|
+| Title | Type | Dates | Rating | Extra |
+|---------------------------------------------------+----------------+-------------------------+----------+-----------------|
+| Dune: Part One (2021) | Movie | 2024-04-07 | 4.75 | rewatch |
+| [[https://craphound.com/category/down/][Cory Doctorow's Down and Out in the Magic Kingdom]] | Novel | 2024-03-24 - 2024-04-05 | 2.5 | |
+| Patlabor the movie (1989) | Movie | 2024-04-06 | 3.75 | rewatch |
+| [[https://mwl.io/nonfiction/os#af3e][Absolute FreeBSD]] | Technical book | 2023-12-01 - 2024-03-24 | 4.75 | |
+| Andrzej Sapkowski's [[http://www.andrzejsapkowski.pl/timeofcontemptus.html][Time of Contempt]] | Novel | 2024-02-12 - 2024-03-21 | 3.5 | [[/blog/2024/andrzej-sapkowskis-time-of-contempt/][review]] |
+| Weekend at Bernie's (1989) | Movie | 2024-01-13 - 2024-02-27 | 3.75 | rewatch |
+| [[https://www.atlus.com/p5s/][Persona 5 Strikers]] | Computer game | 2023-12-01 - 2024-02-25 | 2 | dropped, [[/blog/2024/persona-5-strikers/][review]] |
+| [[https://web.archive.org/web/20020726125436/http://www.3rdrock.com/][3rd Rock from the Sun]] [season 2] | TV Series | 2024-01-13 - 2024-02-26 | 3.25 | rewatch |
+| Colossus: The Forbin Project (1970) | Movie | 2024-02-24 | 4.24 | [[/blog/2024/colossus-1970/][review]] |
+| Lawmower Man 2 (1992) | Movie | 2024-02-22 | 2 (3.75) | rewatch, [[/blog/2024/lawmower-man-2-1996/][review]] |
+| Lawmower Man (1992) | Movie | 2024-02-17 | 3.0 | rewatch, [[/blog/2024/lawmower-man-1229/][review]] |
+| Hardware (1990) | Movie | 2024-02-15 | 3.5 | [[/blog/2024/hardware-1990/][review]] |
+| Terry Pratchett's [[https://www.terrypratchettbooks.com/books/interesting-times/][Interesting Times]] | Novel | 2024-01-31 - 2024-02-11 | 3.75 | [[/blog/2024/interesting-times/][review]] |
+| Ghost in the Machine (1993) | Movie | 2024-02-09 | 3.0 | [[/blog/2024/ghost-in-the-machine/][review]] |
+| [[https://jujutsukaisen.jp/][Jujutsu Kaisen]] [season 2] | Anime Series | 2024-01-01 - 2024-02-06 | 4.24 | |
** Future
diff --git a/content-org/star-trek.org b/content-org/star-trek.org
index d48e2ef..991ae19 100644
--- a/content-org/star-trek.org
+++ b/content-org/star-trek.org
@@ -1647,10 +1647,64 @@ It's not nearly half as bad, but it is boring and forgettable.
**** Doctor Factor
+
I was snoring so loudly, that I didn't notice.
He was here, right?
It's sickbay so he should.
+*** DONE Star Trek Voyager 05x20 - "Think Tank"
+CLOSED: [2024-04-08 Mon 19:30]
+:PROPERTIES:
+:EXPORT_FILE_NAME: 05x20-think-tank
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: abstract The episode about nothing
+:EXPORT_HUGO_PAIRED_SHORTCODES: img-c
+:EXPORT_HUGO_MENU: :menu st-voy-rev-s5 :name 20
+:END:
+
+Voyager employees help from a suspicious group calling themselves a /Think Tank/.
+Everything goes fine until the time of payment.
+The /Tank/ expects part of payment to be Seven leaving Voyager and joining them.
+
+**** Impressions
+First, and most important: Jason Alexander!
+We've got a guest star, and it's one of my all-time favorites - Constanza from /Seinfeld/.
+There are zero winks to /Seinfeld/ fans, just the same actor.
+And it's strange seeing him as super-inteligent character with a normal-sized wallet.
+Villain?
+Sure.
+But intelligent?
+After few minutes Jason stops being Constanza, as he is doing a splendid job here.
+Kurros is that's left.
+
+As for the episode, I am once again floored by the quality of FX.
+Alien makeup becomes absurdly great.
+
+To bad, I was not invested deeply into the story.
+As much as Sevens plot goes, we're not seeing anything /too/ interesting.
+She has already established herself as vital part of Voyager crew, and as more human than Borg.
+Not for a second the viewer believes that she will abandon the crew.
+
+So, a solid episode in my book.
+The /Think Tank/ is a great idea, Alexander is a great actor, the story is interesting.
+All it needed was a more believable stake.
+If the payment was to be Jenway doing some little genocide (Sisko style) - boom, I'd be on the edge on my seat.
+The way it plays out is, basically, /about nothing/.
+
+**** Doctor factor
+
+I'm getting a bit annoyed that it's either a doctor-centeric episode, or his involvement is unsatisfactory.
+This was not a doctor-centric episode.
+
+#+attr_shortcode: "star-trek-voyager-think-tank-1.jpg" "https://voy.trekcore.com/gallery/albums/screencaps/s5/520-think-tank/thinktank_004.jpg"
+#+begin_img-c
+Disregarding obvious joke (Da Ba Dee), this looks phenomenal
+#+end_img-c
+
+#+attr_shortcode: "star-trek-voyager-think-tank-2.jpg" "https://voy.trekcore.com/gallery/thumbnails.php?album=96"
+#+begin_img-c
+He lives in a society!
+#+end_img-c
+
* Picard :@star_trek:
:PROPERTIES:
:EXPORT_HUGO_SECTION: star-trek/picard
diff --git a/content/bsd/history/_index.md b/content/bsd/history/_index.md
index e69de29..41ee1fe 100644
--- a/content/bsd/history/_index.md
+++ b/content/bsd/history/_index.md
@@ -0,0 +1,22 @@
++++
+title = "History of BSD and Unix"
+author = ["Michał Sapka"]
+date = 2024-04-08T09:37:00+02:00
+categories = ["bsd"]
+draft = false
+weight = 2001
+hasNavSection = "bsd-history abstract BSD history starts with Multics"
++++
+
+Does computer history have any real appliance?
+Not really.
+Does it explain certain, potentially baffling things? Certainly.
+But does it make great beer talk?
+Absolutely!
+Especially when discussing systems with such rich history as BSD.
+I will be gentle here, I promise.
+No _Hardcore History_ in sight.
+
+{{< menu "bsd-history" >}}
+History of BSD
+{{< /menu >}}
diff --git a/content/bsd/history/index.md b/content/bsd/history/index.md
new file mode 100644
index 0000000..bad4e2d
--- /dev/null
+++ b/content/bsd/history/index.md
@@ -0,0 +1,24 @@
++++
+title = "History of BSD and Unix"
+author = ["Michał Sapka"]
+date = 2024-04-08T09:37:00+02:00
+categories = ["bsd"]
+draft = false
+weight = 2001
+hasNavSection = "bsd-history abstract BSD history starts with Multics"
++++
+
+Does computer history have any real appliance?
+Not really.
+Does it explain certain, potentially baffling things? Certainly.
+But does it make great beer talk?
+Absolutely!
+Especially when discussing systems with such rich history as BSD.
+I will be gentle here, I promise.
+No _Hardcore History_ in sight.
+
+<menu>
+
+History of BSD
+
+</menu>
diff --git a/content/bsd/home.md b/content/bsd/home.md
index 58557a6..d008a7a 100644
--- a/content/bsd/home.md
+++ b/content/bsd/home.md
@@ -17,18 +17,9 @@ And, while they come with significant problems, it's very easy to fall in love t
## History of BSD {#history-of-bsd}
-Does computer history have any real appliance?
-Not really.
-Does it explain certain, potentially baffling things? Certainly.
-But does it make great beer talk?
-Absolutely!
-Especially when discussing systems with such rich history as BSD.
-I will be gentle here, I promise.
-No _Hardcore History_ in sight.
-
-{{< menu "bsd-history" >}}
-History of BSD
-{{< /menu >}}
+Short history of how came to be.
+
+- [BSD history](/bsd/history/)
## FreeBSD {#freebsd}
diff --git a/content/star-trek/stv/05x20-think-tank.md b/content/star-trek/stv/05x20-think-tank.md
new file mode 100644
index 0000000..951b7d4
--- /dev/null
+++ b/content/star-trek/stv/05x20-think-tank.md
@@ -0,0 +1,61 @@
++++
+title = """
+ Star Trek Voyager 05x20 - "Think Tank"
+ """
+author = ["Michał Sapka"]
+date = 2024-04-08T19:30:00+02:00
+categories = ["st-voy", "star-trek"]
+draft = false
+weight = 3018
+hasNavSection = "st-voy-episodes abstract The episode about nothing"
+[menu]
+ [menu.st-voy-rev-s5]
+ weight = 3018
+ identifier = "star-trek-voyager-05x20-think-tank"
+ name = 20
++++
+
+Voyager employees help from a suspicious group calling themselves a _Think Tank_.
+Everything goes fine until the time of payment.
+The _Tank_ expects part of payment to be Seven leaving Voyager and joining them.
+
+
+## Impressions {#impressions}
+
+First, and most important: Jason Alexander!
+We've got a guest star, and it's one of my all-time favorites - Constanza from _Seinfeld_.
+There are zero winks to _Seinfeld_ fans, just the same actor.
+And it's strange seeing him as super-inteligent character with a normal-sized wallet.
+Villain?
+Sure.
+But intelligent?
+After few minutes Jason stops being Constanza, as he is doing a splendid job here.
+Kurros is that's left.
+
+As for the episode, I am once again floored by the quality of FX.
+Alien makeup becomes absurdly great.
+
+To bad, I was not invested deeply into the story.
+As much as Sevens plot goes, we're not seeing anything _too_ interesting.
+She has already established herself as vital part of Voyager crew, and as more human than Borg.
+Not for a second the viewer believes that she will abandon the crew.
+
+So, a solid episode in my book.
+The _Think Tank_ is a great idea, Alexander is a great actor, the story is interesting.
+All it needed was a more believable stake.
+If the payment was to be Jenway doing some little genocide (Sisko style) - boom, I'd be on the edge on my seat.
+The way it plays out is, basically, _about nothing_.
+
+
+## Doctor factor {#doctor-factor}
+
+I'm getting a bit annoyed that it's either a doctor-centeric episode, or his involvement is unsatisfactory.
+This was not a doctor-centric episode.
+
+{{< img-c "star-trek-voyager-think-tank-1.jpg" "https://voy.trekcore.com/gallery/albums/screencaps/s5/520-think-tank/thinktank_004.jpg" >}}
+Disregarding obvious joke (Da Ba Dee), this looks phenomenal
+{{< /img-c >}}
+
+{{< img-c "star-trek-voyager-think-tank-2.jpg" "https://voy.trekcore.com/gallery/thumbnails.php?album=96" >}}
+He lives in a society!
+{{< /img-c >}}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 827bdc9..a7b0668 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,8 @@
{{ define "main" }}
+{{if .Page.Content}}
+ {{ .Page.Content }}
+{{ else }}
{{ if in .Page.Params.Categories "blog" }}
{{ partial "partials/blog_index.html" . }}
{{ else if in .Page.Params.Categories "article" }}
@@ -12,4 +15,6 @@
{{ end }}
{{ end }}
+{{end}}
+
{{ end }}
diff --git a/layouts/partials/article_list_item.html b/layouts/partials/article_list_item.html
index 7f09c98..0b530c4 100644
--- a/layouts/partials/article_list_item.html
+++ b/layouts/partials/article_list_item.html
@@ -1,6 +1,7 @@
<div class="list-item">
- <a href="{{ .Page.Permalink }}">
<time>{{ .PublishDate.Format "2006-01-02" }}</time>&nbsp;
+ <a href="{{ .Page.Permalink }}">
+
<span>{{ .Page.Title }}</span>
</a>
</div>
diff --git a/layouts/shortcodes/menu.html b/layouts/shortcodes/menu.html
index 356c675..3f6cc2f 100644
--- a/layouts/shortcodes/menu.html
+++ b/layouts/shortcodes/menu.html
@@ -4,15 +4,17 @@
<nav>
<ol>
{{- range index site.Menus $menuID }}
- <li>
- <a href="{{ .URL }}">
- {{ .Name }}
- </a>
-
+ {{if .Params.placeholder }}
+ <li class="placeholder">{{.Name}}
+ {{else}}
+ <li><a href="{{ .URL }}">{{ .Name }}</a>
+ {{end}}
+
{{ if .HasChildren }}
<ul>
{{ range .Children }}
<li>
+
<a href="{{ .URL }}">
{{ .Name }}
</a>
diff --git a/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_1600x0_resize_q90_h2_box.webp b/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_1600x0_resize_q90_h2_box.webp
new file mode 100644
index 0000000..bb750ce
--- /dev/null
+++ b/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_1600x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_800x0_resize_q90_h2_box.webp b/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_800x0_resize_q90_h2_box.webp
new file mode 100644
index 0000000..d4dd987
--- /dev/null
+++ b/resources/_gen/images/content_images/star-trek-voyager-think-tank-1_hu9440bc227b6adadab464f1a70c19b3fe_87308_800x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_1600x0_resize_q90_h2_box.webp b/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_1600x0_resize_q90_h2_box.webp
new file mode 100644
index 0000000..f78cb09
--- /dev/null
+++ b/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_1600x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_800x0_resize_q90_h2_box.webp b/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_800x0_resize_q90_h2_box.webp
new file mode 100644
index 0000000..b2f4f45
--- /dev/null
+++ b/resources/_gen/images/content_images/star-trek-voyager-think-tank-2_hu01ac341a6710f1f03350c94d1c4121c2_438817_800x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/static/style.css b/static/style.css
index 904d271..335975f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,31 +1,30 @@
-/* default_variables_start */
:root {
- color-scheme: light dark;
+ color-scheme: light dark;
- --site-bg: #fff;
- --menu-bg: var(--menu-bg)
- --text-color: #000;
- --link-color: var(--text-color);
+ --site-bg: #fff;
+ --menu-bg: var(--menu-bg)
+ --text-color: #000;
+ --link-color: var(--text-color);
- --logo-bg-color: #000;
+ --logo-bg-color: #000;
- --article-bg: ##fcfcfc;
- --article-border-color: #f3f1f1;
- --highlight-bg: rgba(240, 240, 240, 0.42);
+ --article-bg: ##fcfcfc;
+ --article-border-color: #f3f1f1;
+ --highlight-bg: rgba(240, 240, 240, 0.42);
- --border-color: var(--text-color);
+ --border-color: var(--text-color);
- --blockquote-border-color: #d2d2d2;
- --blockquote-color: ##666666;
+ --blockquote-border-color: #d2d2d2;
+ --blockquote-color: ##666666;
- --pre-bg: #f0f0f0;
+ --pre-bg: #f0f0f0;
- --font-size: 1.2em;
- --mobile-font-size: 1hem;
- --header-font-size: 0.9em;
+ --font-size: 1.2em;
+ --mobile-font-size: 1hem;
+ --header-font-size: 0.9em;
- --site-font: monospace;
- --header-font: arial;
+ --site-font: monospace;
+ --header-font: arial;
}
/* default_variables_end */
@@ -142,500 +141,492 @@ img {
height: auto;
}
a {
- text-decoration: none;
color: var(--link-color);
}
+.placeholder {
+ opacity: 0.55;
+}
a:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
/* site_end */
/* generic_header_start */
header {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: normal;
- align-items: normal;
- align-content: normal;
- max-width: 95%;
- margin-left: auto;
- margin-right: auto;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: normal;
+ align-items: normal;
+ align-content: normal;
+ max-width: 95%;
+ margin-left: auto;
+ margin-right: auto;
}
header > .logo {
- display: block;
- flex-grow: 0;
- flex-shrink: 1;
- flex-basis: auto;
- align-self: auto;
- order: 0;
- width: 50px;
- height: 80px;
- background-color: var(--logo-bg-color);
- position: relative;
- overflow: hidden;
+ display: block;
+ flex-grow: 0;
+ flex-shrink: 1;
+ flex-basis: auto;
+ align-self: auto;
+ order: 0;
+ width: 50px;
+ height: 80px;
+ background-color: var(--logo-bg-color);
+ position: relative;
+ overflow: hidden;
}
header > .name {
- display: block;
- flex-grow: 1;
- flex-shrink: 0;
- flex-basis: auto;
- align-self: auto;
- order: 0;
- text-align: left;
- position: relative;
+ display: block;
+ flex-grow: 1;
+ flex-shrink: 0;
+ flex-basis: auto;
+ align-self: auto;
+ order: 0;
+ text-align: left;
+ position: relative;
}
header > .name > nav {
- position: absolute;
- bottom: -10px;
- padding: 10px;
+ position: absolute;
+ bottom: -10px;
+ padding: 10px;
}
h1 {
- font-size: inherit;
- margin: 0;
- text-decoration: none;
+ font-size: inherit;
+ margin: 0;
+ text-decoration: none;
}
sup {
- font-size: 0.6em;
+ font-size: 0.6em;
}
/* generic_header_end */
/* article_header_end */
body.article > header > .logo {
- background-color: var(--article-logo-bg-color);
+ background-color: var(--article-logo-bg-color);
}
body.article > header > .logo > img.files {
- position: absolute;
- bottom: 4px;
- right: -2px;
- transform: scale(1);
+ position: absolute;
+ bottom: 4px;
+ right: -2px;
+ transform: scale(1);
}
body.article h1{
- color: var(--article-logo-h1-color);
+ color: var(--article-logo-h1-color);
}
/* star_trek_header_end */
/* star_trek_header_end */
body.star-trek > header > .logo {
- background-color: var(--star-trek-logo-bg-color);
+ background-color: var(--star-trek-logo-bg-color);
}
body.star-trek > header > .logo > img.stbadge {
- position: absolute;
- bottom: -12px;
- right: -6px;
- transform: scale(0.8);
+ position: absolute;
+ bottom: -12px;
+ right: -6px;
+ transform: scale(0.8);
}
body.star-trek h1{
- color: var(--star-trek-h1-color);
+ color: var(--star-trek-h1-color);
}
/* star_trek_header_end */
/* site_info_header_end */
body.site-info > header > .logo {
- background-color: var(--site-info-logo-bg-color);
+ background-color: var(--site-info-logo-bg-color);
}
body.site-info h1{
- color: var(--site-info-h1-color);
+ color: var(--site-info-h1-color);
}
/* site_info_header_end */
/* bsd_header_end */
body.bsd > header > .logo {
- background-color: var(--bsd-logo-bg-color);
+ background-color: var(--bsd-logo-bg-color);
}
body.bsd > header > .logo > img.beastie {
- position: absolute;
- bottom: 0px;
- right: -11px;
- transform: scale(1.1);
+ position: absolute;
+ bottom: 0px;
+ right: -11px;
+ transform: scale(1.1);
}
body.bsd h1 {
- color: var(--bsd-h1-color);
+ color: var(--bsd-h1-color);
}
/* bsd_header_end */
/* blog_header_end */
body.blog > header > .logo {
- background-color: var(--blog-logo-bg-color);
+ background-color: var(--blog-logo-bg-color);
}
body.blog > header > .logo > img.blogicon {
- position: absolute;
- bottom: 0px;
- right: -2px;
- transform: scale(0.9);
+ position: absolute;
+ bottom: 0px;
+ right: -2px;
+ transform: scale(0.9);
}
body.blog h1 {
- color: var(--blog-h1-color);
+ color: var(--blog-h1-color);
}
/* blog_header_end */
/* emacs_header_start */
body.emacs > header > .logo {
- background-color: var(--emacs-logo-bg-color);
+ background-color: var(--emacs-logo-bg-color);
}
body.emacs > header > .logo > img {
- position: absolute;
- bottom: 0px;
- right: -2px;
- transform: scale(0.9);
+ position: absolute;
+ bottom: 0px;
+ right: -2px;
+ transform: scale(0.9);
}
body.emacs h1 {
- color: var(--emacs-h1-color);
+ color: var(--emacs-h1-color);
}
/* blog_header_end */
/* blog_post_list_start */
article.blog-post-item > h2 > a {
- text-decoration: none;
-}
-article.blog-post-item > nav {
- display: inline-block;
-}
-article.blog-post-item > nav > a {
- text-decoration: none;
-}
-nav.blog-pages-list {
- margin-bottom: 20px;
-}
-nav.blog-pages-list a {
- text-decoration: underline;
-}
-/* blog_post_list_end */
-
-/* article_list_start */
-article.article-abstract-list-item {
- margin-bottom: 5px;
-}
-article.article-abstract-list-item > h2 {
- margin-top: 0;
-}
-article.article-abstract-list-item > h2 > a {
- text-decoration: none;
-}
-article.article-abstract-list-item > a {
- text-decoration: none;
-}
-article.article-abstract-list-item > a > aside {
- margin-top: 7px;
- opacity : 0.7;
-}
-
-/* article_list_end */
-
-/* index_start */
-nav.personal {
-}
-nav.personal > a {
- font-weight: bold;
-}
-
-/* index_end */
-
-
-/* mms_table_start */
-body.mms table {
- width: 100%;
- border-collapse: collapse;
-}
-
-body.mms td {
- border-style: solid;
- border-width: 1px;
- padding: 3px;
-}
-/* mms_table_end */
-
-/* single_start */
-
-article > .publish-date {
- text-align: right;
-}
-
-article > .publish-date a {
text-decoration: none;
}
-/*single_end */
-
-/* inline_nav_start */
-.inline-nav > h4 {
- text-transform: none!important;
-}
-.inline-nav > ul > li > b {
- color: var(--star-trek-highlight-color);
-}
-
-/* inline_nav_end */
-
-
-
-
-
-/* legacy_code_start */
-
-/* ---------- Main */
-main {
- margin-top: 30px;
-}
-
-.list-item > a {
- text-decoration: none;
-}
-/* ----------- Taxmomy list */
-.taxonomy a {
- text-decoration: none;
-}
-.list-item time {
- opacity: 0.5;
-}
-.list-item span {
- font-weight: bold;
-}
-
-/* ----------- Articles / Posts */
-article {
- margin-bottom: 20px;
- padding: 5px;
- line-height: 1.32em;
-}
-article p {
- text-align: justify;
-}
-article a {
- text-decoration: underline;
-}
-h2, h3, h4, h5 {
- text-align: left;
- border: 0;
- border-bottom-width: 0px;
- border-style: solid;
- font-size: inherit;
- text-transform: uppercase;
-}
-h2 {
- border-bottom-width: 1px;
-}
-
-/* emacs_article_start */
-body.emacs h2 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h3 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h4 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h5 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h6 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-/* emacs_article_end */
-
-/* bss_article_start */
-body.bsd h2 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
-body.bsd h3 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
-body.bsd h4 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
-body.bsd h5 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
-body.bsd h6 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
-/* emacs_article_end */
-
-/* emacs_article_start */
-body.star-trek h2 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
-body.star-trek h3 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
-body.star-trek h4 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
-body.star-trek h5 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
-body.star-trek h6 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
-/* emacs_article_end */
-
-/* emacs_article_start */
-body.blog h2 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-body.blog h2 a { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-body.blog h3 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-body.blog h4 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-body.blog h5 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-body.blog h6 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
-/* emacs_article_end */
-
-blockquote {
- border: 0;
- border-left: 3px;
- border-style: solid;
- border-color: var(--blockquote-border-color);
- margin-left: 15px;
- padding-left: 15px;
- color: var(--blockquote-color);
-}
-pre {
- padding-bottom: 5px;
- white-space: pre-wrap;
- padding: 11px;
- background-color: var(--pre-bg);
- word-break: keep-all;
-}
-pre code {
- max-width: 100%;
- /* word-break: break-all; */
-}
-
-/* star_rek_article_start */
-body.emacs h2 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h3 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h4 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h5 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-body.emacs h6 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
-
-/* emacs_article_end */
-/* ----------- Articles images */
-article figure {
- text-align: center;
- margin: 0;
- max-width: 100%;
- font-size: 0.8em;
-}
-img.float-right {
- float: right;
- display: inline;
- margin-left: 10px;
-}
-img.center {
- max-width: 100%;
- height: auto;
-}
-img.small {
- max-width: 50%;
- height: auto;
-}
-figure.graph {
- background-color: var(--highlight-bg);
- padding: 5px;
- padding-top: 20px;
-}
-figure.graph img {
- width: 95%;
-}
-
-/* ----------- Articles adjustement navigation */
-.next-link {
- float: right;
-}
-
-/* ----------- Footer */
-footer {
- text-align: center;
- padding: 10px 0 30px 0;
-}
-
-/* ---------- Footnotes */
-a[href^="#fn:"], a[href^="#fnref:"] {
- text-decoration: none;
-}
-a[href^="#fn:"]:before{ content: '[' }
-a[href^="#fn:"]:after{ content: ']' }
-.footnotes p {
- margin: 3px;
-}
-.footnotes hr {
- size: 1px;
-}
-.footnotes::before {
- border: 0;
- border-bottom-width: 1px;
- border-style: solid;
- font-weight: bold;
- display: block;
- text-transform: uppercase;
-}
-
-/* ----------- Donations */
-.donor {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- align-content: flex-start;
- gap: 50px;
-}
-
-/* --------- Code blocks */
-
-/* Background */ .bg { background-color: #f8f8f8; }
-/* PreWrapper */ .chroma { background-color: #f8f8f8; }
-/* Other */ .chroma .x { }
-/* Error */ .chroma .err { }
-/* CodeLine */ .chroma .cl { }
-/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
-/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
-/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
-/* LineHighlight */ .chroma .hl { background-color: #ffffcc }
-/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
-/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
-/* Line */ .chroma .line { display: flex; }
-/* Keyword */ .chroma .k { color: #aa22ff; font-weight: bold }
-/* KeywordConstant */ .chroma .kc { color: #aa22ff; font-weight: bold }
-/* KeywordDeclaration */ .chroma .kd { color: #aa22ff; font-weight: bold }
-/* KeywordNamespace */ .chroma .kn { color: #aa22ff; font-weight: bold }
-/* KeywordPseudo */ .chroma .kp { color: #aa22ff }
-/* KeywordReserved */ .chroma .kr { color: #aa22ff; font-weight: bold }
-/* KeywordType */ .chroma .kt { color: #00bb00; font-weight: bold }
-/* Name */ .chroma .n { }
-/* NameAttribute */ .chroma .na { color: #bb4444 }
-/* NameBuiltin */ .chroma .nb { color: #aa22ff }
-/* NameBuiltinPseudo */ .chroma .bp { }
-/* NameClass */ .chroma .nc { color: #0000ff }
-/* NameConstant */ .chroma .no { color: #880000 }
-/* NameDecorator */ .chroma .nd { color: #aa22ff }
-/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
-/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold }
-/* NameFunction */ .chroma .nf { color: #00a000 }
-/* NameFunctionMagic */ .chroma .fm { }
-/* NameLabel */ .chroma .nl { color: #a0a000 }
-/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold }
-/* NameOther */ .chroma .nx { }
-/* NameProperty */ .chroma .py { }
-/* NameTag */ .chroma .nt { color: #008000; font-weight: bold }
-/* NameVariable */ .chroma .nv { color: #b8860b }
-/* NameVariableClass */ .chroma .vc { }
-/* NameVariableGlobal */ .chroma .vg { }
-/* NameVariableInstance */ .chroma .vi { }
-/* NameVariableMagic */ .chroma .vm { }
-/* Literal */ .chroma .l { }
-/* LiteralDate */ .chroma .ld { }
-/* LiteralString */ .chroma .s { color: #bb4444 }
-/* LiteralStringAffix */ .chroma .sa { color: #bb4444 }
-/* LiteralStringBacktick */ .chroma .sb { color: #bb4444 }
-/* LiteralStringChar */ .chroma .sc { color: #bb4444 }
-/* LiteralStringDelimiter */ .chroma .dl { color: #bb4444 }
-/* LiteralStringDoc */ .chroma .sd { color: #bb4444; font-style: italic }
-/* LiteralStringDouble */ .chroma .s2 { color: #bb4444 }
-/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold }
-/* LiteralStringHeredoc */ .chroma .sh { color: #bb4444 }
-/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold }
-/* LiteralStringOther */ .chroma .sx { color: #008000 }
-/* LiteralStringRegex */ .chroma .sr { color: #bb6688 }
-/* LiteralStringSingle */ .chroma .s1 { color: #bb4444 }
-/* LiteralStringSymbol */ .chroma .ss { color: #b8860b }
-/* LiteralNumber */ .chroma .m { color: #666666 }
-/* LiteralNumberBin */ .chroma .mb { color: #666666 }
-/* LiteralNumberFloat */ .chroma .mf { color: #666666 }
-/* LiteralNumberHex */ .chroma .mh { color: #666666 }
-/* LiteralNumberInteger */ .chroma .mi { color: #666666 }
-/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 }
-/* LiteralNumberOct */ .chroma .mo { color: #666666 }
-/* Operator */ .chroma .o { color: #666666 }
-/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold }
-/* Punctuation */ .chroma .p { }
-/* Comment */ .chroma .c { color: #008800; font-style: italic }
-/* CommentHashbang */ .chroma .ch { color: #008800; font-style: italic }
-/* CommentMultiline */ .chroma .cm { color: #008800; font-style: italic }
-/* CommentSingle */ .chroma .c1 { color: #008800; font-style: italic }
-/* CommentSpecial */ .chroma .cs { color: #008800; font-weight: bold }
-/* CommentPreproc */ .chroma .cp { color: #008800 }
-/* CommentPreprocFile */ .chroma .cpf { color: #008800 }
-/* Generic */ .chroma .g { }
-/* GenericDeleted */ .chroma .gd { color: #a00000 }
-/* GenericEmph */ .chroma .ge { font-style: italic }
-/* GenericError */ .chroma .gr { color: #ff0000 }
-/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
-/* GenericInserted */ .chroma .gi { color: #00a000 }
-/* GenericOutput */ .chroma .go { color: #888888 }
-/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
-/* GenericStrong */ .chroma .gs { font-weight: bold }
-/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
-/* GenericTraceback */ .chroma .gt { color: #0044dd }
-/* GenericUnderline */ .chroma .gl { text-decoration: underline }
-/* TextWhitespace */ .chroma .w { color: #bbbbbb }
-
-/* legacy_code_end */
+article.blog-post-item > nav {
+ display: inline-block;
+}
+ nav.blog-pages-list {
+ margin-bottom: 20px;
+ }
+ nav.blog-pages-list a {
+ text-decoration: underline;
+ }
+ /* blog_post_list_end */
+
+ /* article_list_start */
+ article.article-abstract-list-item {
+ margin-bottom: 5px;
+ }
+ article.article-abstract-list-item > h2 {
+ margin-top: 0;
+ }
+ article.article-abstract-list-item > h2 > a {
+ text-decoration: none;
+ }
+ article.article-abstract-list-item > a > aside {
+ margin-top: 7px;
+ opacity : 0.7;
+ }
+
+ /* article_list_end */
+
+ /* index_start */
+ nav.personal {
+ }
+ nav.personal > a {
+ font-weight: bold;
+ }
+
+ /* index_end */
+
+
+ /* mms_table_start */
+ body.mms table {
+ width: 100%;
+ border-collapse: collapse;
+ }
+
+ body.mms td {
+ border-style: solid;
+ border-width: 1px;
+ padding: 3px;
+ }
+ /* mms_table_end */
+
+ /* single_start */
+
+ article > .publish-date {
+ text-align: right;
+ }
+
+ article > .publish-date a {
+ text-decoration: none;
+ }
+ /*single_end */
+
+ /* inline_nav_start */
+ .inline-nav > h4 {
+ text-transform: none!important;
+ }
+ .inline-nav > ul > li > b {
+ color: var(--star-trek-highlight-color);
+ }
+
+ /* inline_nav_end */
+
+
+
+
+
+ /* legacy_code_start */
+
+ /* ---------- Main */
+ main {
+ margin-top: 30px;
+ }
+
+
+ /* ----------- Taxmomy list */
+
+ .list-item time {
+ opacity: 0.5;
+ }
+ .list-item span {
+ font-weight: bold;
+ }
+
+ /* ----------- Articles / Posts */
+ article {
+ margin-bottom: 20px;
+ padding: 5px;
+ line-height: 1.32em;
+ }
+ article p {
+ text-align: justify;
+ }
+ article a {
+ text-decoration: underline;
+ }
+ h2, h3, h4, h5 {
+ text-align: left;
+ border: 0;
+ border-bottom-width: 0px;
+ border-style: solid;
+ font-size: inherit;
+ text-transform: uppercase;
+ }
+ h2 {
+ border-bottom-width: 1px;
+ }
+
+ /* emacs_article_start */
+ body.emacs h2 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h3 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h4 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h5 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h6 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ /* emacs_article_end */
+
+ /* bss_article_start */
+ body.bsd h2 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
+ body.bsd h3 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
+ body.bsd h4 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
+ body.bsd h5 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
+ body.bsd h6 { color: var(--bsd-h2-color); border-color: var(--bsd-h2-color) }
+ /* emacs_article_end */
+
+ /* emacs_article_start */
+ body.star-trek h2 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
+ body.star-trek h3 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
+ body.star-trek h4 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
+ body.star-trek h5 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
+ body.star-trek h6 { color: var(--star-trek-h2-color); border-color: var(--star-trek-h2-color) }
+ /* emacs_article_end */
+
+ /* emacs_article_start */
+ body.blog h2 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ body.blog h2 a { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ body.blog h3 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ body.blog h4 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ body.blog h5 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ body.blog h6 { color: var(--blog-h2-color); border-color: var(--blog-h2-color) }
+ /* emacs_article_end */
+
+ blockquote {
+ border: 0;
+ border-left: 3px;
+ border-style: solid;
+ border-color: var(--blockquote-border-color);
+ margin-left: 15px;
+ padding-left: 15px;
+ color: var(--blockquote-color);
+ }
+ pre {
+ padding-bottom: 5px;
+ white-space: pre-wrap;
+ padding: 11px;
+ background-color: var(--pre-bg);
+ word-break: keep-all;
+ }
+ pre code {
+ max-width: 100%;
+ /* word-break: break-all; */
+ }
+
+ /* star_rek_article_start */
+ body.emacs h2 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h3 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h4 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h5 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+ body.emacs h6 { color: var(--emacs-h2-color); border-color: var(--emacs-h2-color) }
+
+ /* emacs_article_end */
+ /* ----------- Articles images */
+ article figure {
+ text-align: center;
+ margin: 0;
+ max-width: 100%;
+ font-size: 0.8em;
+ }
+ img.float-right {
+ float: right;
+ display: inline;
+ margin-left: 10px;
+ }
+ img.center {
+ max-width: 100%;
+ height: auto;
+ }
+ img.small {
+ max-width: 50%;
+ height: auto;
+ }
+ figure.graph {
+ background-color: var(--highlight-bg);
+ padding: 5px;
+ padding-top: 20px;
+ }
+ figure.graph img {
+ width: 95%;
+ }
+
+ /* ----------- Articles adjustement navigation */
+ .next-link {
+ float: right;
+ }
+
+ /* ----------- Footer */
+ footer {
+ text-align: center;
+ padding: 10px 0 30px 0;
+ }
+
+ /* ---------- Footnotes */
+ a[href^="#fn:"], a[href^="#fnref:"] {
+ text-decoration: none;
+ }
+ a[href^="#fn:"]:before{ content: '[' }
+ a[href^="#fn:"]:after{ content: ']' }
+ .footnotes p {
+ margin: 3px;
+ }
+ .footnotes hr {
+ size: 1px;
+ }
+ .footnotes::before {
+ border: 0;
+ border-bottom-width: 1px;
+ border-style: solid;
+ font-weight: bold;
+ display: block;
+ text-transform: uppercase;
+ }
+
+ /* ----------- Donations */
+ .donor {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-items: center;
+ align-content: flex-start;
+ gap: 50px;
+ }
+
+ /* --------- Code blocks */
+
+ /* Background */ .bg { background-color: #f8f8f8; }
+ /* PreWrapper */ .chroma { background-color: #f8f8f8; }
+ /* Other */ .chroma .x { }
+ /* Error */ .chroma .err { }
+ /* CodeLine */ .chroma .cl { }
+ /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
+ /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
+ /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
+ /* LineHighlight */ .chroma .hl { background-color: #ffffcc }
+ /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
+ /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
+ /* Line */ .chroma .line { display: flex; }
+ /* Keyword */ .chroma .k { color: #aa22ff; font-weight: bold }
+ /* KeywordConstant */ .chroma .kc { color: #aa22ff; font-weight: bold }
+ /* KeywordDeclaration */ .chroma .kd { color: #aa22ff; font-weight: bold }
+ /* KeywordNamespace */ .chroma .kn { color: #aa22ff; font-weight: bold }
+ /* KeywordPseudo */ .chroma .kp { color: #aa22ff }
+ /* KeywordReserved */ .chroma .kr { color: #aa22ff; font-weight: bold }
+ /* KeywordType */ .chroma .kt { color: #00bb00; font-weight: bold }
+ /* Name */ .chroma .n { }
+ /* NameAttribute */ .chroma .na { color: #bb4444 }
+ /* NameBuiltin */ .chroma .nb { color: #aa22ff }
+ /* NameBuiltinPseudo */ .chroma .bp { }
+ /* NameClass */ .chroma .nc { color: #0000ff }
+ /* NameConstant */ .chroma .no { color: #880000 }
+ /* NameDecorator */ .chroma .nd { color: #aa22ff }
+ /* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
+ /* NameException */ .chroma .ne { color: #d2413a; font-weight: bold }
+ /* NameFunction */ .chroma .nf { color: #00a000 }
+ /* NameFunctionMagic */ .chroma .fm { }
+ /* NameLabel */ .chroma .nl { color: #a0a000 }
+ /* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold }
+ /* NameOther */ .chroma .nx { }
+ /* NameProperty */ .chroma .py { }
+ /* NameTag */ .chroma .nt { color: #008000; font-weight: bold }
+ /* NameVariable */ .chroma .nv { color: #b8860b }
+ /* NameVariableClass */ .chroma .vc { }
+ /* NameVariableGlobal */ .chroma .vg { }
+ /* NameVariableInstance */ .chroma .vi { }
+ /* NameVariableMagic */ .chroma .vm { }
+ /* Literal */ .chroma .l { }
+ /* LiteralDate */ .chroma .ld { }
+ /* LiteralString */ .chroma .s { color: #bb4444 }
+ /* LiteralStringAffix */ .chroma .sa { color: #bb4444 }
+ /* LiteralStringBacktick */ .chroma .sb { color: #bb4444 }
+ /* LiteralStringChar */ .chroma .sc { color: #bb4444 }
+ /* LiteralStringDelimiter */ .chroma .dl { color: #bb4444 }
+ /* LiteralStringDoc */ .chroma .sd { color: #bb4444; font-style: italic }
+ /* LiteralStringDouble */ .chroma .s2 { color: #bb4444 }
+ /* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold }
+ /* LiteralStringHeredoc */ .chroma .sh { color: #bb4444 }
+ /* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold }
+ /* LiteralStringOther */ .chroma .sx { color: #008000 }
+ /* LiteralStringRegex */ .chroma .sr { color: #bb6688 }
+ /* LiteralStringSingle */ .chroma .s1 { color: #bb4444 }
+ /* LiteralStringSymbol */ .chroma .ss { color: #b8860b }
+ /* LiteralNumber */ .chroma .m { color: #666666 }
+ /* LiteralNumberBin */ .chroma .mb { color: #666666 }
+ /* LiteralNumberFloat */ .chroma .mf { color: #666666 }
+ /* LiteralNumberHex */ .chroma .mh { color: #666666 }
+ /* LiteralNumberInteger */ .chroma .mi { color: #666666 }
+ /* LiteralNumberIntegerLong */ .chroma .il { color: #666666 }
+ /* LiteralNumberOct */ .chroma .mo { color: #666666 }
+ /* Operator */ .chroma .o { color: #666666 }
+ /* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold }
+ /* Punctuation */ .chroma .p { }
+ /* Comment */ .chroma .c { color: #008800; font-style: italic }
+ /* CommentHashbang */ .chroma .ch { color: #008800; font-style: italic }
+ /* CommentMultiline */ .chroma .cm { color: #008800; font-style: italic }
+ /* CommentSingle */ .chroma .c1 { color: #008800; font-style: italic }
+ /* CommentSpecial */ .chroma .cs { color: #008800; font-weight: bold }
+ /* CommentPreproc */ .chroma .cp { color: #008800 }
+ /* CommentPreprocFile */ .chroma .cpf { color: #008800 }
+ /* Generic */ .chroma .g { }
+ /* GenericDeleted */ .chroma .gd { color: #a00000 }
+ /* GenericEmph */ .chroma .ge { font-style: italic }
+ /* GenericError */ .chroma .gr { color: #ff0000 }
+ /* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
+ /* GenericInserted */ .chroma .gi { color: #00a000 }
+ /* GenericOutput */ .chroma .go { color: #888888 }
+ /* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
+ /* GenericStrong */ .chroma .gs { font-weight: bold }
+ /* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
+ /* GenericTraceback */ .chroma .gt { color: #0044dd }
+ /* GenericUnderline */ .chroma .gl { text-decoration: underline }
+ /* TextWhitespace */ .chroma .w { color: #bbbbbb }
+
+ /* legacy_code_end */