this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+4 -16
.tangled
workflows
public
public/img/yarn.png

This is a binary file and will not be displayed.

+1
public/404.html
···
+
<!DOCTYPE html>
<html>
<head>
<title>Not Found</title>
+1
public/index.html
···
+
<!DOCTYPE html>
<html>
<head>
<title>Tangled Pages Example</title>
+2
README.md
···
# Tangled Pages Example
This is an example of a site hosted with [tangled-pages](https://tangled.sh/@gracekind.net/tangled-pages).
+
+
You can view the site at: [https://tangled-pages-example.gracekind.net](https://tangled-pages-example.gracekind.net)
-2
pages_config.yaml
···
-
baseDir: /public
-
notFoundFilepath: /404.html
-14
.tangled/workflows/webhooks.yaml
···
-
when:
-
- event: ["push"]
-
branch: ["main"]
-
-
dependencies:
-
nixpkgs:
-
- curl
-
-
engine: "nixery"
-
-
steps:
-
- name: send webhooks
-
command: |
-
curl -X POST "https://ebbd0a2afd3b.ngrok-free.app/webhooks/push/did:plc:p572wxnsuoogcrhlfrlizlrb/tangled-pages-example/$(git rev-parse HEAD)"