Skip to content

Commit

Permalink
Remove ads
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Jul 22, 2024
1 parent 28ebca6 commit 6c593a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ run *ARGS:
rlwrap _build/default/bin/main.exe {{ARGS}}
# dune exec playground -- {{ARGS}}

serve:
cd website && zola serve

dune:
dune build -w
dune build -w
4 changes: 4 additions & 0 deletions website/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{% extends "juice/templates/index.html" %}

{% block sidebar %}
{% endblock sidebar %}

{% block hero %}
<script async defer src="https://buttons.github.io/buttons.js"></script>
<section class="text-center">
Expand Down

0 comments on commit 6c593a9

Please sign in to comment.