65 Commits

Author SHA1 Message Date
2ac3180c0f
Support compiling static assets, add compile task 2024-12-03 17:25:19 +01:00
cea96e170d
Don't include deleted or empty articles in list 2024-10-28 13:56:36 +01:00
5906655902
Format inline code blocks in article titles 2024-10-28 12:36:15 +01:00
5f38355d5c
Link plain Nostr URIs
Not just explicit Markdown links
2024-10-28 12:28:00 +01:00
010eb3f291
Refactor article fetching
* Apply different limits to profile and feed
* Ensure the limit is the returned amount
* Pre-sort articles
2024-10-26 12:04:06 +02:00
0b1eca87b2
Increase limit for article list
Needs pagination
2024-10-26 11:32:31 +02:00
f1d6ddbc84
Crop profile images to square format for preview 2024-10-25 18:40:22 +02:00
49d5aa4487
Add author pubkey to feed entry IDs 2024-10-25 18:01:03 +02:00
4c68be19fe
Verify nip05 address, display status 2024-10-25 17:55:19 +02:00
a6517c61a4
Add user addresses to profile page, hide details by default 2024-10-25 16:25:25 +02:00
2624f2cbf8
Small CSS fix 2024-10-25 15:19:35 +02:00
cb4a4e06c8
Fix feeds 2024-10-25 14:59:20 +02:00
5f5f024ae7
Refactor/fix error handling, add query timeouts 2024-10-25 14:25:41 +02:00
ec7c775e25
Add YakiHonne app link 2024-10-25 12:47:17 +02:00
28e9d14aae
Log relays on startup 2024-10-25 12:47:17 +02:00
eadc40392a
WIP Nostr links 2024-10-25 12:47:13 +02:00
6ec9f51d77
Fix code element font size for headlines 2024-10-25 01:09:12 +02:00
afcb99356c
Refactor CSS a bit, use variables for shared colors 2024-10-24 23:00:23 +02:00
266913c369
Style hr elements 2024-10-24 22:59:57 +02:00
aec35d9eb3
Add published date to feed items 2024-10-24 16:13:14 +02:00
c1c9a37914
Fall back to plain profile picture if imagemagick is not installed 2024-10-24 16:09:36 +02:00
30a74acf3b
Support older imagemagick command 2024-10-24 15:40:08 +02:00
b7974c8610
Improve config processing 2024-10-24 15:17:11 +02:00
0096f3cae3
Fix linter/transpiler errors, formatting 2024-10-24 15:00:46 +02:00
fc711c2194
Rename some things 2024-10-24 14:28:49 +02:00
fdd16d8236
Add OG and Twitter Card markup, generate OG profile images
closes #2
2024-10-24 14:19:37 +02:00
d5793d47ff
Choose a fun default port number 2024-10-23 23:47:18 +02:00
32f39685a1
Fix search timing out on non-existing nostrKey
fixes #1
2024-10-23 22:38:30 +02:00
062ded9e6d
Remove generated anchor links from feed content 2024-10-23 14:54:18 +02:00
ba80792cc4
Formatting 2024-10-23 14:02:38 +02:00
a9f13310ab
Wrap atom content in CDATA tag 2024-10-23 14:01:54 +02:00
e921fb2d84
Add alternative default path for users config 2024-10-23 01:11:00 +02:00
52d56c387d
Fix current path in compiled program 2024-10-23 00:31:13 +02:00
46ad9813eb
Typing all the types 2024-10-23 00:27:20 +02:00
edaf5f5c71
Improve deno tasks 2024-10-22 19:42:02 +02:00
f15e845825
Config UX 2024-10-22 19:41:49 +02:00
453a0f14d3
Support multiple relays for fetching content 2024-10-22 19:41:38 +02:00
856b10358c
Improve layout 2024-10-22 19:16:58 +02:00
fdf16227d3
Rename server task 2024-10-22 18:26:22 +02:00
a0d5cba339
WIP Typing fixes for compilation 2024-10-22 16:15:19 +02:00
be1b9f21ec
Create user config sample, ignore actual config 2024-10-22 15:58:01 +02:00
c0a02295c1
Render article drafts when opened directly 2024-10-22 15:55:41 +02:00
fdb13bc65d
Show display name for profile 2024-10-22 15:54:50 +02:00
a0f0b06ad2
Include home relay in generated naddr 2024-10-22 15:54:22 +02:00
ce469bc37f
Improve code block styling 2024-10-22 15:53:54 +02:00
28520c59b9
Add lookups for static user list, make LDAP optional 2024-10-22 13:59:01 +02:00
ba7336b4ee
Render error pages as HTML 2024-10-22 12:49:14 +02:00
ea58c1f60b
Fix Atom feed route issue 2024-10-22 12:48:57 +02:00
3914ca25a1
Improve mobile layout, add dl lists, add npub to profile 2024-10-22 12:18:52 +02:00
4534147050
Improve open-with dropdown 2024-10-22 11:27:58 +02:00