You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
3.3 KiB
67 lines
3.3 KiB
# Site identity and theme (see assets/theme/local/ to override default assets). |
|
|
|
parameters: |
|
# Per-relay WebSocket I/O (seconds) in NostrClient; also default_socket_timeout during app:prewarm. |
|
nostr_relay_request_timeout_sec: 12 |
|
|
|
name: 'Nostr, Curated Thoughtfully' |
|
short_name: 'Imwald Blog' |
|
description: 'A selection of my own Nostr long-form articles and articles from other authors, selected for the quality of their writing and the depth of their analysis.' |
|
|
|
og_headline: 'Nostr, Curated Thoughtfully' |
|
og_subheading: 'Imwald Blog by Laeserin' |
|
|
|
default_relay: 'wss://theforest.nostr1.com' |
|
# Extra wss:// URLs for article sync (articles:get), comment threads (NIP-22 / getArticleDiscussion), |
|
# and any request that merges the default set with author-specific relays. default_relay is first; duplicates ignored. |
|
article_relays: [ |
|
'wss://christpill.nostr1.com', |
|
'wss://nostr.land', |
|
'wss://nostr.wine', |
|
'wss://nostr21.com', |
|
'wss://nostr.sovbit.host', |
|
'wss://orly-relay.imwald.eu', |
|
'wss://nostr.einundzwei.space' |
|
] |
|
# Kind-0 / profile fetches (author metadata, prewarm). Tried first, then default + article_relays (deduped). |
|
# Also used as a second pass for kind 30040 (magazine category indices) and category long-form ingest |
|
# when article_relays return nothing — not used for the generic /articles DB listing or getArticles(). |
|
profile_relays: [ |
|
'wss://relay.damus.io', |
|
'wss://nos.lol', |
|
'wss://profiles.nostr1.com', |
|
'wss://thecitadel.nostr1.com', |
|
'wss://nostr.wine', |
|
'wss://orly-relay.imwald.eu' |
|
] |
|
# Example: |
|
# article_relays: |
|
# - 'wss://nos.lol' |
|
# - 'wss://relay.ditto.pub' |
|
|
|
theme: 'imwald' |
|
theme_color: '#8c2f1c' |
|
theme_bg_color: '#f1ebe4' |
|
|
|
npub: 'npub1m4ny6hjqzepn4rxknuq94c2gpqzr29ufkkw7ttcxyak7v43n6vvsajc2jl' |
|
d_tag: 'newsroom-magazine-on-imwald-by-laeserin' |
|
community_articles: true |
|
# Domain for site-assigned NIP-05 for featured (magazine category) authors; must match the host serving /.well-known/nostr.json |
|
nip05_domain: 'blog.imwald.eu' |
|
# Base URL for "Open in Jumble" on author profile (trailing slash optional; npub is appended as /{npub}). |
|
jumble_profile_users_base: 'https://jumble.imwald.eu/users' |
|
# Base for event threads: {base}/{nevent1...} (NIP-19 nevent, not raw hex id). |
|
jumble_feed_notes_base: 'https://jumble.imwald.eu/feed/notes' |
|
# Comma-separated category #d slugs to fetch first in app:prewarm after the root (see MagazineRefresher). |
|
magazine_prewarm_prefer_slugs_empty: '' |
|
magazine_prewarm_prefer_slugs: '%env(default:magazine_prewarm_prefer_slugs_empty:MAGAZINE_PREWARM_PREFER_SLUGS)%' |
|
# Extra category #d slugs to 30040-fetch in prewarm right after prefer (before the rest of root’s a tags), so budget runs still hit new categories. |
|
magazine_prewarm_also_slugs_empty: '' |
|
magazine_prewarm_also_slugs: '%env(default:magazine_prewarm_also_slugs_empty:MAGAZINE_PREWARM_ALSO_SLUGS)%' |
|
external_links: |
|
- title: "Unfold" |
|
url: "https://git.imwald.eu/silberengel/unfold/src/branch/imwald" |
|
description: "This site’s Unfold source (imwald branch)." |
|
- title: "Decent Newsroom" |
|
url: "https://decentnewsroom.com/" |
|
description: "Decentralized magazine platform."
|
|
|