Linux, tailored to hams.
+-
+
- Built on Strong Foundations +
- Shipping up-to-date software +
To get started, please head to the Guide.
+diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4fde4a7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/ananke"] + path = themes/ananke + url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/PaperModX"] + path = themes/PaperModX + url = https://github.com/reorx/hugo-PaperModX.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..303bbbb --- /dev/null +++ b/config.yml @@ -0,0 +1,54 @@ +baseURL: "https://hibbian.org/" +languageCode: en-GB +theme: PaperModX +enableRobotsTXT: true + +params: + author: Hibby + title: Hibbian Linux + description: Debian, tailored for hams + defaultTheme: auto + homeInfoParams: + Title: "Hibbian" + Content: | + Linux, tailored to hams. + + - Built on Strong Foundations + - Shipping up-to-date software + + To get started, please head to the [Guide](https://guide.foxk.it/repo). + + +outputFormats: + RSS: + mediatype: "application/rss" + baseName: "feed" + +menu: + main: + - name: Home + url: / + weight: 1 + - name: Guide + url: "https://guide.hibbian.org" + weight: 2 + - name: Git + url: "https://git.hibbian.org" + weight: 3 + - name: Posts + url: /posts/ + weight: 4 + +languages: + en: + languageName: "English" + +markup: + goldmark: + renderer: + unsafe: true + highlight: + style: dracula + lineNos: false + noClasses: false + diff --git a/content/posts/hibbian-announce.md b/content/posts/hibbian-announce.md new file mode 100644 index 0000000..270b08b --- /dev/null +++ b/content/posts/hibbian-announce.md @@ -0,0 +1,87 @@ ++++ +title = 'Introducing Hibbian Linux' +date = 2024-08-26T23:34:26+01:00 +draft = false ++++ + +# Introduction + +Finally, I've managed to pull together enough disparate components for the +project to come together! + +Please welcome: + +**Hibbian Linux**, a distribution aimed at ham radio operators. + +# Another one? + +I know - there's plenty of options for radio operators to choose from. +What makes this one different? + +## Strong Foundations & Long Term Support + +The system is built from the ground up on Debian Linux's Stable release. This +provides a strong foundation backed with years of security and support. + +## Modern Software & Fast Updates + +Debian's strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises. + +Some packages I maintain aren't in Debian, but still deserve to be distributed +easily to users. You'll find them here! + +## Deep Experience & Active Operation + +Hibbian is the work of me - [hibby](https://foxk.it). I'm a core member of the +[Debian Hamradio](https://debian.org) team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I've +been running a repository of software for the [UK packet radio +network](https://ukpacketradio.network/), and the lessons, sore points and work +from this has naturally expanded into Hibbian. + +I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food. + +Where possible, contributions and modifications will go back to Debian and +software authors. + +## Stand-Alone Principles + +I don't believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as 'Hibbian'. + + - You will find the code on our own [git + forge](https://git.hibbian.org/Hibbian/), where bug reports and issues are + welcomed. + - You'll find email communication hosted on Hibbian infrastructure + - You won't find Hibbian on Discord - try JS8 or Packet. + +When all else fails, somehow I'll still be able to continue and communicate. + +# Two Ways to Install + +There are two ways to run the Hibbian collection of software - as a repository +for your existing OS, or as a complete OS itself. + +## Repo + +Can't run the whole thing or don't want to commit? Don't worry - I ship software +in the 'repo' for Debian & Raspberry Pi. You can pick and choose the latest +packages to be delivered straight to your computer and not have to reinstall +anything. + + * Bullseye - 11 - Oldstable + * Bookworm - 12 - Stable + * Trixie - 13 Testing + +To learn more, see the installation pages on the +[guide](https://guide.hibbian.org/repo/). + +## Full Distro + +For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year. diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..0ba49fd --- /dev/null +++ b/public/404.html @@ -0,0 +1,281 @@ + + + +
+ + + +Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+There are two ways to run the Hibbian collection of software - as a repository +for your existing OS, or as a complete OS itself.
+Can’t run the whole thing or don’t want to commit? Don’t worry - I ship software +in the ‘repo’ for Debian & Raspberry Pi. You can pick and choose the latest +packages to be delivered straight to your computer and not have to reinstall +anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+]]>Linux, tailored to hams.
+To get started, please head to the Guide.
+Introduction Finally, I’ve managed to pull together enough disparate components for the project to come together! +Please welcome: +Hibbian Linux, a distribution aimed at ham radio operators. +Another one? I know - there’s plenty of options for radio operators to choose from. What makes this one different? +Strong Foundations & Long Term Support The system is built from the ground up on Debian Linux’s Stable release. This provides a strong foundation backed with years of security and support....
+ +Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+Can’t run the whole thing or don’t want to commit?
+Don’t worry - I ship software in the ‘repo’ for Debian & Raspberry Pi. You can +pick and choose the latest packages to be delivered straight to your computer +and not have to reinstall anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+]]>Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+There are two ways to run the Hibbian collection of software - as a repository +for your existing OS, or as a complete OS itself.
+Can’t run the whole thing or don’t want to commit? Don’t worry - I ship software +in the ‘repo’ for Debian & Raspberry Pi. You can pick and choose the latest +packages to be delivered straight to your computer and not have to reinstall +anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+]]>Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+There are two ways to run the Hibbian collection of software - as a repository +for your existing OS, or as a complete OS itself.
+Can’t run the whole thing or don’t want to commit? Don’t worry - I ship software +in the ‘repo’ for Debian & Raspberry Pi. You can pick and choose the latest +packages to be delivered straight to your computer and not have to reinstall +anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+ + +Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+There are two ways to run the Hibbian collection of software - as a repository +for your existing OS, or as a complete OS itself.
+Can’t run the whole thing or don’t want to commit? Don’t worry - I ship software +in the ‘repo’ for Debian & Raspberry Pi. You can pick and choose the latest +packages to be delivered straight to your computer and not have to reinstall +anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+ + +Introduction Finally, I’ve managed to pull together enough disparate components for the project to come together! +Please welcome: +Hibbian Linux, a distribution aimed at ham radio operators. +Another one? I know - there’s plenty of options for radio operators to choose from. What makes this one different? +Strong Foundations & Long Term Support The system is built from the ground up on Debian Linux’s Stable release. This provides a strong foundation backed with years of security and support....
+ +Finally, I’ve managed to pull together enough disparate components for the +project to come together!
+Please welcome:
+Hibbian Linux, a distribution aimed at ham radio operators.
+I know - there’s plenty of options for radio operators to choose from. +What makes this one different?
+The system is built from the ground up on Debian Linux’s Stable release. This +provides a strong foundation backed with years of security and support.
+Debian’s strength is in its stability, but for some of the software we want to +use, being up to date is more important. wjstx moves quickly, bpq moves quickly. +Hibbian offers the latest packages from our community to keep on top of shifting +standards and best practises.
+Some packages I maintain aren’t in Debian, but still deserve to be distributed +easily to users. You’ll find them here!
+Hibbian is the work of me - hibby. I’m a core member of the +Debian Hamradio team, maintaining software to be +distributed to Debian, Ubuntu, Raspberry Pi, Mint and more for a decade. I’ve +been running a repository of software for the UK packet radio +network, and the lessons, sore points and work +from this has naturally expanded into Hibbian.
+I run the software I maintain, I run software maintained by others and I try to +make computers do interesting things over radio. In other words, I eat my own +dog food.
+Where possible, contributions and modifications will go back to Debian and +software authors.
+I don’t believe in trusting other companies to host the code, data or the packages on +my behalf - everything is owned and run as ‘Hibbian’.
+When all else fails, somehow I’ll still be able to continue and communicate.
+Can’t run the whole thing or don’t want to commit?
+Don’t worry - I ship software in the ‘repo’ for Debian & Raspberry Pi. You can +pick and choose the latest packages to be delivered straight to your computer +and not have to reinstall anything.
+To learn more, see the installation pages on the +guide.
+For those who want a more convenient option, the full Hibbian distribution based +on Debian Bookworm for x86_64 and Raspberry Pi will arrive later this year.
+]]>