Compare commits
No commits in common. "35e72338531810da02e5a64a9da3309bcc06107c" and "df276cf0a8adbc4a16ba62fcf431aedfa1dbd3f7" have entirely different histories.
35e7233853
...
df276cf0a8
2 changed files with 4 additions and 3 deletions
|
|
@ -26,7 +26,10 @@ for kind in "${!KINDS[@]}"; do
|
||||||
|
|
||||||
# Fetch and convert to JSON
|
# Fetch and convert to JSON
|
||||||
nak req -k "$kind" -a "$PUBKEY" "$RELAY" | jq -s '.' > "$DATA_DIR/$output.json"
|
nak req -k "$kind" -a "$PUBKEY" "$RELAY" | jq -s '.' > "$DATA_DIR/$output.json"
|
||||||
|
|
||||||
|
# Remove any existing .jsonl file in the same directory
|
||||||
|
rm -f "$DATA_DIR/$(dirname "$output")"/*.jsonl
|
||||||
|
|
||||||
echo "Saved to $DATA_DIR/$output.json"
|
echo "Saved to $DATA_DIR/$output.json"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -995,7 +995,6 @@ button {
|
||||||
|
|
||||||
.header-text {
|
.header-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: calc(100vw - 32px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-about {
|
.profile-about {
|
||||||
|
|
@ -1007,7 +1006,6 @@ button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.profile-links {
|
.profile-links {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue