Skip to content

Commit

Permalink
Start experimenting with fox
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoodhall committed Nov 6, 2024
1 parent dbe44d4 commit 2a7bc4e
Show file tree
Hide file tree
Showing 18 changed files with 180 additions and 457 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
%.html: %.org
/opt/fox/fox html --org $< \
--template /opt/fox/templates/simple.html \
--css simple.css \
--header "" \
--head "<link rel=\"icon\" type=\"image/x-icon\" href=\"favicon.png\">" \
--footer "©Copyright JHJ Technology Limited | Company Number 12418911 | Generated by Fox" > $@

SRC := $(wildcard *.org)
OUT := $(patsubst %.org,%.html,$(SRC))

CSS=simple.css

or: $(OUT) $(CSS)
@echo "Building"

clean:
@echo "Cleaning.."
rm -rf $(OUT)
74 changes: 0 additions & 74 deletions build-site.el

This file was deleted.

2 changes: 0 additions & 2 deletions build.sh

This file was deleted.

93 changes: 0 additions & 93 deletions content/index.org

This file was deleted.

7 changes: 0 additions & 7 deletions content/subscribed.org

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 2a7bc4e

Please sign in to comment.