summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 6cbd7cb3e72691636eb5c8c54f70a6c60feef451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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`!<br><br>
        `Journal` publications cover various areas in software
        and electronics engineering.
    
bio: Technical journal for engineers, researchers and hobbyists hosted by <a class="header-link" href="https://labs.lunar.sh">Lunar RF Labs</a>
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