Skip to content

Commit bbcbe98

Browse files
authored
move to hexaggon (#136)
1 parent eadeee9 commit bbcbe98

File tree

6 files changed

+7
-1126
lines changed

6 files changed

+7
-1126
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# YASS generator for local runs
2-
generate_site.py
3-
41
# since most of docs/ is generated on-the-fly, ignore everything,
52
docs/*
63

@@ -9,4 +6,4 @@ docs/*
96
!docs/static
107

118
# but do ignore this one symlink lol
12-
docs/static/assets
9+
docs/static/assets

Makefile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
ROOT_DIR=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
44

5-
get-yass:
6-
curl https://raw.githubusercontent.com/purajit/YASS/main/generate_site.py > generate_site.py
7-
chmod +x generate_site.py
8-
95
symlink-assets:
106
rm -f $(ROOT_DIR)/docs/static/assets
117
ln -s ../../assets $(ROOT_DIR)/docs/static/assets
@@ -22,12 +18,12 @@ stop-server:
2218
enter-server:
2319
docker exec -w /usr/share/nginx/html -it purajit.com sh
2420

25-
generate-pages-local: get-yass
26-
uv run ./generate_site.py yass_config_local.json
21+
generate-pages-local:
22+
uv run https://raw.githubusercontent.com/purajit/YASS/refs/heads/main/generate_site.py yass_config_local.json
2723

2824
# only used in local testing, but with "CDN" paths instead of local ones
29-
generate-pages-cdn: get-yass
30-
uv run ./generate_site.py yass_config_prod.json
25+
generate-pages-cdn:
26+
uv run https://raw.githubusercontent.com/purajit/YASS/refs/heads/main/generate_site.py yass_config_prod.json
3127

3228
clean:
3329
git clean -fd

docs/static/hexmaps.css

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)