mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-22 13:33:23 +00:00
Compare commits
3 Commits
05570ec29a
...
105b4dd3ce
Author | SHA1 | Date | |
---|---|---|---|
105b4dd3ce | |||
c1d4f20b9f | |||
7b694f2919 |
@ -17,7 +17,6 @@ description: 'Something Unique. Hilbish is the new interactive shell for Lua fan
|
||||
|
||||
<hr>
|
||||
|
||||
<h1 class="fw-light">Why Hilbish?</h1>
|
||||
<div class="row row-cols-1 row-cols-md-2 g-4">
|
||||
<div class="col">
|
||||
<div class="card border-light mb-3">
|
||||
@ -114,9 +113,9 @@ description: 'Something Unique. Hilbish is the new interactive shell for Lua fan
|
||||
Hilbish is your interactive shell as well as a just a Lua interpreter
|
||||
and enhanced REPL.<br>
|
||||
</p>
|
||||
<ul class="list-group list-group-flush" style="max-width: 820px;">
|
||||
<li class="list-group-item">- It includes batteries for common system operations.</li>
|
||||
<li class="list-group-item">- Hilbish is easily cross platform. It has OS agnostic interfaces for easy cross platform Lua code.</li>
|
||||
<ul class="list-group" style="max-width: 64em;">
|
||||
<li class="list-group-item"><i class="fa-solid fa-battery-full"></i> Batteries included Lua runtime that's also your user shell!</li>
|
||||
<li class="list-group-item"><i class="fa-solid fa-network-wired"></i> Hilbish is easily cross platform. It has OS agnostic interfaces for easy cross platform Lua code.</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
@ -128,8 +127,8 @@ description: 'Something Unique. Hilbish is the new interactive shell for Lua fan
|
||||
<br>
|
||||
Windows doesn't work as well as it should, so if you're a Windows user,
|
||||
<a href="https://github.com/Rosettea/Hilbish/discussions/165">say something</a>!
|
||||
<ul class="list-group">
|
||||
<li><a href="/Hilbish/install">Download</a> the binary</li>
|
||||
<li><a href="https://github.com/Rosettea/Hilbish#manual-build">Build</a> from source</li>
|
||||
<ul class="list-group" style="max-width: 64em;">
|
||||
<li class="list-group-item"><i class="fa-solid fa-cloud-arrow-down"></i> <a href="/Hilbish/install" style="text-decoration: none;"><strong>Download</strong></a> the binary</li>
|
||||
<li class="list-group-item"><i class="fa-solid fa-screwdriver-wrench"></i> <a href="https://github.com/Rosettea/Hilbish#manual-build" style="text-decoration: none;"><strong>Build</strong></a> from source</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
@ -7,11 +7,11 @@
|
||||
{{ range .Site.Menus.docs.ByWeight.Reverse }}
|
||||
<li class="nav-item">
|
||||
<a href="{{ .URL }}" class="nav-link">
|
||||
{{ .Title }}
|
||||
<strong>{{ .Title }}</strong>
|
||||
</a>
|
||||
</li>
|
||||
{{ if .Children }}
|
||||
<ul>
|
||||
<ul style="list-style: none;">
|
||||
{{ range .Children }}
|
||||
<li class="nav-item">
|
||||
<a href="{{ .URL }}" class="nav-link">
|
||||
|
Loading…
x
Reference in New Issue
Block a user