diff options
| -rw-r--r-- | _config.yml | 9 | ||||
| -rw-r--r-- | _featured/2020-10-24-tiny-linux-c-binaries.md | 1 | ||||
| -rw-r--r-- | _featured/2024-03-20-rf-primer.md | 1 | ||||
| -rw-r--r-- | about.md | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 1cf24a8..a389bca 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -# The Lunar Journal. -# Written by Dylan Müller, Copyright 2023. +# The Lunar Journal +# Written by Dylan Müller, Copyright 2023 # Global Config name: Lunar Journal @@ -57,6 +57,11 @@ gems: plugins: - jekyll-paginate +feed: + collections: + - posts + - featured + paginate: 5 paginate_path: '/page/:num/' diff --git a/_featured/2020-10-24-tiny-linux-c-binaries.md b/_featured/2020-10-24-tiny-linux-c-binaries.md index 8c67c0a..1966d45 100644 --- a/_featured/2020-10-24-tiny-linux-c-binaries.md +++ b/_featured/2020-10-24-tiny-linux-c-binaries.md @@ -1,5 +1,6 @@ --- layout: post +date: 2020-10-24 title: Tiny C Binaries author: Dylan Müller --- diff --git a/_featured/2024-03-20-rf-primer.md b/_featured/2024-03-20-rf-primer.md index ff4df25..43ffcb1 100644 --- a/_featured/2024-03-20-rf-primer.md +++ b/_featured/2024-03-20-rf-primer.md @@ -1,6 +1,7 @@ --- layout: post title: RF Circuit and Power Amplifier Design Basics +date: 2024-03-20 author: Dylan Müller --- @@ -18,7 +18,7 @@ permalink: /about.html Founded in `2021` by an electrical engineer passionate about wireless `IoT` research and development, `LunarRF™` modules deliver reliable `Wi-Fi` functionality for your next `IoT` project. -> Deployment-ready `Wi-Fi` modules, online in minutes <br> +> Deployment-ready `Wi-Fi` modules, online in minutes. <br> [labs.lunar.sh](https://labs.lunar.sh) # Laboratory |
