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.
38 lines
1.7 KiB
38 lines
1.7 KiB
# Site identity and theme (see assets/theme/local/ to override default assets). |
|
|
|
parameters: |
|
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'] |
|
# Kind-0 / profile fetches (author metadata, prewarm). Tried first, then default + article_relays (deduped). |
|
profile_relays: |
|
- 'wss://relay.damus.io' |
|
- 'wss://nos.lol' |
|
- 'wss://profiles.nostr1.com' |
|
# 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 |
|
external_links: |
|
- title: "Unfold" |
|
url: "https://github.com/decent-newsroom/unfold" |
|
description: "Project source code on GitHub." |
|
- title: "Decent Newsroom" |
|
url: "https://decentnewsroom.com/" |
|
description: "Decentralized magazine platform."
|
|
|