# ----------------------------------------------------------------- # Setings # ----------------------------------------------------------------- - label: โš™๏ธ Settings name: Settings files: - label: "โ„น๏ธ Site Settings" name: "sitesettings" file: "src/content/_data/site.json" fields: - { label: Title, name: title, widget: string } - { label: "Shortname", name: shortname, widget: string } - { label: "Description", name: description, widget: text } - { label: ๐ŸŒ‡ (fave)icon, name: icon, widget: image, choose_url: false, required: false, hint: "The icon is used to create favions Only takes square images - preferable an svg"} - { label: ๐Ÿ“ฒ maskable icon, name: maskableicon, widget: image, choose_url: false, required: false, hint: "Maskable icon for android phone use: https://maskable.app/editor"} - { label: opengraph, name: opengraph, widget: image, default: "/content/upload/saga11icon.svg", choose_url: false, required: false, hint: "opengraph"} - { label: Icon color, name: faviconcolor, widget: color, required: true, enableAlpha : true } - { label: Browesercolor, name: color, widget: color, required: false } - { label: "Manifest Display", name: "display", widget: "select", default: "standalone", options: ["fullscreen","standalone","minimal-ui","browser"] } - { label: "๐Ÿงก RSS Feed", name: rss, widget: boolean, default: true, hint: "/feed.xml",} - { label: "๐Ÿงก RSS Author", name: authorname, widget: string, required: false, hint: "Feed Author name"} - { label: "๐Ÿงก RSS Author Email" , name: authoremail,widget: string, required: false,hint: "Feed Author name"} - label: "๐ŸŒ Global Content" name: "Global" file: "src/content/_data/global.json" fields: - { label: "404 Errorpage", name: errorpage, widget: text, required: false } - { label: "footer", name: footer, widget: text, required: false } - name: address label: Address widget: object collapsed: false summary: "{{fields.image}} {{fields.teaser}}" fields: - { label: name, name: name, widget: string, required: false } - { label: street, name: street, widget: string, required: false } - { label: zip, name: zip, widget: string, required: false } - { label: country, name: country, widget: string, required: false } - { label: Locality, name: locality, widget: string, required: false } - { label: phone, name: phone, widget: string,required: false } - { label: url, name: url, widget: string, default:"https://",required: false } - { label: email, name: email, widget: string, default:"email@domaine.com",required: false } - label: " ๐Ÿ“ข Social Network Links" name: "some" file: "src/content/_data/some.json" fields: - { label: mastodon, name: mastodon, widget: string, required: false, hint: "Add the complete url with https", } - { label: facebook (username), name: facebook, widget: string, required: false, hint: "https://www.facebook.com/...", } - { label: youtube (username), name: youtube, widget: string, required: false, hint: "https://www.youtube.com/...", } - { label: twitter (username), name: twitter, widget: string, required: false, hint: "https://www.twitter.com/[name]", } - { label: pinterest (username), name: pinterest, widget: string, required: false, hint: "https://www.pinterest.com/[name]", } - { label: linkedin (username), name: linkedin, widget: string, required: false, hint: "https://www.linkedin.com/in/[name]", } - { label: instagram (username), name: instagram, widget: string, required: false, hint: "https://www.instagram.com/[name]", } - { label: github (username), name: github, widget: string, required: false, hint: "https://github.com/...", } - { label: dribble (username), name: dribble, widget: string, required: false, hint: "https://dribbble.com/[name]", } - { label: tiktok, name: tiktok, widget: string, required: false, hint: "https://tiktok.com/@[name]", } - { label: Twitch, name: twitch, widget: string, required: false, hint: "https://twitch.tv/[name]", } - { label: Patreon, name: patreon, widget: string, required: false, hint: "https://patreon.com/[name]", } - { label: Discord, name: discord, widget: string, required: false, hint: "https://discord.gg/[name]", } - { label: Soundcloud, name: soundcloud, widget: string, required: false, hint: "https://soundcloud.com/[name]", } - { label: Bandcamp, name: bandcamp, widget: string, required: false, hint: "https://[name].bandcamp.com/", } - label: "โœ… Verification & Scripts" name: "verification" file: "src/content/_data/verification.json" fields: - {label: โœ… Google site Verification (content="code"), name: google_site_verification, widget: string, required: false, hint: "verification tag https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification", } - {label: ๐Ÿ˜ โœ… mastodon Verification (rel="me"), name: mastodon_verification, widget: string, required: false, hint: "The complete url (ex: https://fosstodon.org/@saga11) Used for mastodon verification ", } - {label: ๐Ÿ‘‹ Github Verification (rel="me"), name: github_verification, widget: string, required: false, hint: "The complete url (ex: https://github.com/[name]) used for indieauth.com", } - { label: ๐Ÿ“ Pinterest verification, name: pinterest_verification, widget: string, required: false, hint: "can be found on https://www.pinterest.dk/settings/claim", } - { label: ๐Ÿ‘พ Header (tracking scripts), name: header, widget: text, required: false, hint: "Data block placed inside the header tag ex for tracking scripts" }