-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 1.44 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
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="stylesheet" href="stylesheet.css">
<title>Lih2</title>
</head>
<body>
<div class="content">
<h1>
Lih2
</h1>
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
<img src="./lih2_mascot.png" class="mascot" alt="mascot">
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
Lih2 is a bash script that I use to maintain my personal blog. It uses wrang to convert posts in markup to html.
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
Lih2 doesn't need any <em>setup</em>.
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
I'm really tired of having to set up stuff that should just work out of the box (or with some simple compilation step). Of course lih2 isn't portable, after all it is just a shell script. But since it is mainly for personal use, I don't really need a windows compatible version. Maybe when I need one, I'll get the script translated to python using chatGPT.
<span style="display: block; margin-bottom: 1.5em; overflow: hidden"></span>
If interested in using the tool, visit the github link
<a href="https://github.com/aelobdog/lih2">here</a>
and go through the readme.
</div>
</body>
</html>