diff options
author | dmlunar <root@lunar.sh> | 2025-03-14 13:56:27 +0200 |
---|---|---|
committer | dmlunar <root@lunar.sh> | 2025-08-08 16:16:49 +0200 |
commit | 994b347557ccf03af0cd910d8ba50d127b7a61dd (patch) | |
tree | 9ece6c3e1b6bf5477737df137df0536b0c8e9559 /README.md | |
download | journal.lunar.sh-main.tar.gz journal.lunar.sh-main.zip |
initial commit.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f5cdb1 --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +# Lunar Journal + +``` + _ _ _ _ + (_) | | | | | | + _ ___ _ _ _ __ _ __ __ _| | | |_ _ _ __ __ _ _ __ ___| |__ + | |/ _ \| | | | '__| '_ \ / _` | | | | | | | '_ \ / _` | '__/ __| '_ \ + | | (_) | |_| | | | | | | (_| | |_| | |_| | | | | (_| | |_ \__ \ | | | + | |\___/ \__,_|_| |_| |_|\__,_|_(_)_|\__,_|_| |_|\__,_|_(_)|___/_| |_| + _/ | +|__/ +``` + +`Lunar Journal`: [`journal.lunar.sh`](https://journal.lunar.sh) + +> Technical journal for engineers, hobbyists and makers. + +`email`: [`root@lunar.sh`](mailto:root@lunar.sh) + +# RSS Feed + +`RSS / Atom` : [`journal.lunar.sh/feed.xml`](https://journal.lunar.sh/feed.xml) + +# Source + +The `Lunar Journal` is designed from the ground up to be: +- lightweight. +- `ASCII` / `space` efficient. +- markdown based. + +> Note: Fancy `JS/TS` frameworks/bloat will never be permitted in this repo. + +# Build info + +Install dependencies for (`Debian`) with: + +``` +sudo apt install ruby-rubygems +sudo apt-get install ruby-dev +sudo gem install jekyll +`````` + +Then run: `jekyll serve` in root directory. + +# License + +This source code is licensed under [`MIT`](https://opensource.org/license/mit/) (see `LICENSE.txt`). + +# Cryptocurrency + +Please consider supporting the `Lunar Journal`. + +Your support helps us publish new technical content for engineers and researchers. + +* Bitcoin: `34UiJn9VKiEG1etxeLWUt3xQHxwJBR8cL9` +* Ethereum: `0x700a7E64627f86478fA312F96983D06f39A38681` + +[`0xc0ffee`](https://buymeacoffee.com/lunarjournal)? + +[](https://buymeacoffee.com/lunarjournal) + +# Signature + +``` ++---------------------------------------+ +| .-. .-. .-. | +| / \ / \ / \ | +| / \ / \ / \ / | +| \ / \ / \ / | +| "_" "_" "_" | +| | +| _ _ _ _ _ _ ___ ___ _ _ | +| | | | | | | \| | /_\ | _ \ / __| || | | +| | |_| |_| | .` |/ _ \| /_\__ \ __ | | +| |____\___/|_|\_/_/ \_\_|_(_)___/_||_| | +| | +| | +| Lunar RF Labs | +| https://lunar.sh | +| | +| Research Laboratories | +| Copyright (C) 2022-2024 | +| | ++---------------------------------------+ +``` + |