# ----------------------------------------------------------------- # 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: 🐘 βœ… 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, name: header, widget: text, required: false, hint: "Data block placed inside the header tag ex for tracking scripts" } - { 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 sbvg"} - { label: Icon color, name: faviconcolor, widget: color, required: true, enableAlpha : true } - { label: Browesercolor, name: color, widget: color, required: false } - { label: πŸ”Ž Seo default Description, name: description, widget: text, required: false } - { label: πŸ”Ž Seo default Keywords, name: keywords, widget: text, required: false } - { label: "😩 404 Errorpage", name: errorpage, widget: text, required: false } - { label: "Humans.txt", name: humantxt, widget: text, required: false } - { 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: "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/", }