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. --- _config.yml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..6cbd7cb --- /dev/null +++ b/_config.yml @@ -0,0 +1,57 @@ + +# The Lunar Journal. +# Written by Dylan Müller, Copyright 2023. +# Global Config + +name: Lunar Journal +ref: journal.lunar.sh + +meta: Technical journal for engineers, researchers and hobbyists hosted by Lunar RF Labs. +description: >- + Welcome to the `Lunar Journal`!

+ `Journal` publications cover various areas in software + and electronics engineering. + +bio: Technical journal for engineers, researchers and hobbyists hosted by Lunar RF Labs +github_raw: https://raw.githubusercontent.com/lunar-rf/journal.lunar.sh/main + +avatar: /images/logo_space.jpg + +links: + email: 'root@lunar.sh' + github: 'lunar-sh' + linktree: 'lunarjournal' + +url: 'https://journal.lunar.sh' +baseurl: "" + +permalink: /:year/:title.html +version: v1.2.0 + +wallet: + btc: '34UiJn9VKiEG1etxeLWUt3xQHxwJBR8cL9' + ethereum: '0x700a7E64627f86478fA312F96983D06f39A38681' + +kramdown: + input: GFM + syntax_highlighter: rouge + syntax_highlighter_opts: + css_class: 'highlight' + block: + line_numbers: true + +sass: + style: :expanded + +gems: + - jekyll-feed + - jekyll-sitemap + - jekyll-github-metadata + - jemoji + +exclude: + - Gemfile + - Gemfile.lock + - LICENSE + - README.md + - CNAME -- cgit v1.2.3-70-g09d2