-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (67 loc) · 1.99 KB
/
index.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
---
<div id="main" role="main" class="index">
<div class="posts">
{% for post in site.posts %}
<article class="post">
<header>
<span>{{ post.date | date: "%Y-%m-%d" }}</span>
<div>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></div>
<div class="excerpt">{{ post.excerpt }}</div>
</header>
</article>
{% endfor %}
<hr>
<p class="muted">
Questions, comments? Please send a plain-text email to <a href="mailto:{{ site.links.email }}">{{ site.links.email }}</a>
with a descriptive subject line and we will try get back to you!
</p>
<div class="revision">
~<a href="{{ site.github.repository_url }}/tree/{{ site.github.build_revision }}">
{{ site.github.build_revision | truncate: 8, "" }}
</a>
</div>
<div>
<a href="https://journal.lunar.sh/nfo.html">
<img title="About Us" src="https://lunarjournal.github.io/images/megafon.gif"/>
</a>
</div>
<div class="footer-love">
<strong>Developed</strong> with <i class="fas fa-heart"></i>
by <strong>Lunar RF Labs</strong>
</div>
</div>
<div class="aside-container">
<div class="avatar">
<img alt="Lunar Journal Logo" src="{{ site.avatar }}">
</div>
<div class="info">
<table>
<tbody>
<tr>
<th>email:</th>
<td><a href="mailto:root@lunar.sh">root@lunar.sh</a></td>
</tr>
<tr>
<th>github:</th>
<td><a href="https://github.com/lunarjournal">lunarjournal</a></td>
</tr>
<tr>
<th>youtube:</th>
<td><a href="https://youtube.com/@lunarjournal">@lunarjournal</a></td>
</tr>
<tr>
<th>atom:</th>
<td><a href="https://journal.lunar.sh/feed.xml">feed.xml</a></td>
</tr>
</tbody>
</table>
</div>
<div class="summary">
{{ site.description | markdownify }}
</div>
</div>
<h1 class="title">Publications</h1>
</div>