Skip to content

Commit

Permalink
add bbb
Browse files Browse the repository at this point in the history
  • Loading branch information
occanowey committed Nov 3, 2024
1 parent dbfd910 commit 05f9c3e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.direnv
out
out

new_images
5 changes: 5 additions & 0 deletions data/index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
servers:
- name: "Block by Block"
path: "bbb"
date: "11 July 2012"
thumbnail: "bbb"

- name: "PV"
path: "pv"
date: "21st Dec. 2012"
Expand Down
13 changes: 13 additions & 0 deletions data/servers/bbb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Block by Block"
date: "11 July 2012"
background: "bbb"
downloads:
"World":
url: "https://archive.bxbservers.com/BlockByBlock.zip"
# provider: "gary"
version: "~1.2.5"
hashes:
md5: "https://archive.bxbservers.com/BlockByBlock.zip.md5"
sha1: "https://archive.bxbservers.com/BlockByBlock.zip.sha1"
note: Doesn't include the nether or the end.
media:
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ render-index:
render-all:
just render-index

for server in {pv,pv2,pv_reloaded,tvl2014,pv_remastered,vp,tvl2015,g2m}; do \
for server in {bbb,pv,pv2,pv_reloaded,tvl2014,pv_remastered,vp,tvl2015,g2m}; do \
mkdir -p out/$server; \
just render-server $server; \
done
3 changes: 2 additions & 1 deletion templates/_layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
{% block content %}{% endblock %}

<!-- Start Open Web Analytics Tracker -->
{#
<script type="text/javascript">
//<![CDATA[
var owa_baseUrl = 'https://owa.bxbservers.com/';
Expand All @@ -60,7 +61,7 @@
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}());
//]]>
</script>
</script> #}
<!-- End Open Web Analytics Code -->
</body>

Expand Down

0 comments on commit 05f9c3e

Please sign in to comment.