From 994b347557ccf03af0cd910d8ba50d127b7a61dd Mon Sep 17 00:00:00 2001 From: dmlunar Date: Fri, 14 Mar 2025 13:56:27 +0200 Subject: journal: initial commit initial commit. --- _layouts/about.html | 75 ++++++++++++++++++++++++ _layouts/default.html | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++ _layouts/page.html | 14 +++++ _layouts/post.html | 93 +++++++++++++++++++++++++++++ 4 files changed, 340 insertions(+) create mode 100644 _layouts/about.html create mode 100644 _layouts/default.html create mode 100644 _layouts/page.html create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/about.html b/_layouts/about.html new file mode 100644 index 0000000..01b92dc --- /dev/null +++ b/_layouts/about.html @@ -0,0 +1,75 @@ +--- +layout: default +--- + + + + + + +
+
+

{{ page.title }}

+
+
+   _                              _   _                            _     
+  (_)                            | | | |                          | |    
+   _  ___  _   _ _ __ _ __   __ _| | | |_   _ _ __   __ _ _ __ ___| |__  
+  | |/ _ \| | | | '__| '_ \ / _` | | | | | | | '_ \ / _` | '__/ __| '_ \ 
+  | | (_) | |_| | |  | | | | (_| | |_| | |_| | | | | (_| | |_ \__ \ | | |
+  | |\___/ \__,_|_|  |_| |_|\__,_|_(_)_|\__,_|_| |_|\__,_|_(_)|___/_| |_|
+ _/ |                                                                    
+|__/                   
+      
+
+
+ {{ content }} +
+
+
+
+
+                      <>
+        .-"""-.       ||::::::==========
+       /= ___  \      ||::::::==========
+      |- /~~~\  |     ||::::::==========
+      |=( '.' ) |     ||================
+      \__\_=_/__/     ||================
+       {_______}      ||================
+     /` *       `'--._||
+    /= .     [] .     { >
+   /  /|ooo     |`'--'|| 
+  (   )\_______/      ||
+   \``\/       \      ||
+    `-| ==    \_|     ||
+      /         |     ||
+     |=   >\  __/     ||
+     \   \ |- --|     ||
+      \ __| \___/     ||
+ jgs  _{__} _{__}     ||
+     (    )(    )     ||
+ ^^~  `"""  `"""  ~^^^~^^~~~^^^~^^^~^^^~^^~^
+  
+
+
+ diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..4054a55 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + Lunar RF Labs | {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} + {% include meta.html %} + + + + + + + + + +
+ +
+ {{ content }} + +
+
+
+ Lunar RF Labs, a radio-frequency research laboratory presents the Lunar Journal; + A technical journal for engineers, researchers and hobbiyists. +
+
+
++---------------------------------------+
+|   .-.         .-.         .-.         |
+|  /   \       /   \       /   \        |
+| /     \     /     \     /     \     / |
+|        \   /       \   /       \   /  |
+|         "_"         "_"         "_"   |
+|                                       |
+|  _   _   _ _  _   _   ___   ___ _  _  |
+| | | | | | | \| | /_\ | _ \ / __| || | |
+| | |_| |_| | .` |/ _ \|   /_\__ \ __ | |
+| |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+|                                       |
+|                                       |
+| Lunar RF Labs                         |
+| https://lunar.sh                      |
+|                                       |
+| Research Laboratories                 |
+| Copyright (C) 2022-2024               |
+|                                       |
++---------------------------------------+
+
+
+
+ +
+ + + + diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..f7d23e8 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,14 @@ +--- +layout: default +--- + +
+
+ +

{{ page.title }}

+ +
+ {{ content }} +
+
+
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..8847c06 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,93 @@ +--- +layout: default +--- + + + + + + + + + +
+
+

{{ page.title }}

+
+
+   _                              _   _                            _     
+  (_)                            | | | |                          | |    
+   _  ___  _   _ _ __ _ __   __ _| | | |_   _ _ __   __ _ _ __ ___| |__  
+  | |/ _ \| | | | '__| '_ \ / _` | | | | | | | '_ \ / _` | '__/ __| '_ \ 
+  | | (_) | |_| | |  | | | | (_| | |_| | |_| | | | | (_| | |_ \__ \ | | |
+  | |\___/ \__,_|_|  |_| |_|\__,_|_(_)_|\__,_|_| |_|\__,_|_(_)|___/_| |_|
+ _/ |                                                                    
+|__/                   
+ 
+
+
+ Written on {{ page.date | date: "%B %e, %Y" }} +
+
+
+
+ {{ content }} +
+
+
+
+
+        _..._
+      .'     '.      _
+     /    .-""-\   _/ \
+   .-|   /:.   |  |   |
+   |  \  |:.   /.-'-./
+   | .-'-;:__.'    =/
+   .'=  *=|NASA _.='
+  /   _.  |    ;
+ ;-.-'|    \   |
+/   | \    _\  _\
+\__/'._;.  ==' ==\
+         \    \   |
+         /    /   /
+         /-._/-._/
+  jgs    \   `\  \
+          `-._/._/
+  
+
+
+ -- cgit v1.2.3-70-g09d2