From 8a659a98e6cf73fd11335a7fcb36bd2dd1f9984d Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 28 Aug 2021 09:13:32 -0300 Subject: [PATCH] prettier and makefile quibbles. --- .prettierrc | 11 ++++++ Makefile | 2 +- index.html | 107 +++++++++++++++++++++------------------------------- 3 files changed, 55 insertions(+), 65 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..83154f6 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +requirePragma: false +semi: false +arrowParens: avoid +insertPragma: false +printWidth: 80 +proseWrap: preserve +singleQuote: true +trailingComma: none +useTabs: false +jsxBracketSameLine: false +bracketSpacing: false diff --git a/Makefile b/Makefile index 9c366a0..53d85ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -satdress: $(shell find . -name "*.go") index.html go.mod +satdress: $(shell find . -name "*.go") $(shell find . -name "*.html") $(shell find . -name "*.css") go.mod CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./satdress deploy: satdress diff --git a/index.html b/index.html index b25e0f6..616513a 100644 --- a/index.html +++ b/index.html @@ -4,34 +4,31 @@ Satdress - Federated Lightning Address Server - + - - + + - + - - + + @@ -39,31 +36,27 @@
{{ siteName }}
Federated Lightning Address Server
- + Brought to you by {{ siteOwnerName }}
-
Use the form below to connect your own node to a Lightning Address.
+
+ Use the form below to connect your own node to a + Lightning Address. +
- +
- + @{{ domain }}
- + + +
- - + +
- - + +
- - + +
- - + +
- - + +

- - + +
@@ -133,20 +112,20 @@ + target="_blank" + > Lightning Address Documentation + href="https://github.com/fiatjaf/satdress" + > Host this server on your domain! - +