mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
158 lines
3.8 KiB
JSON
158 lines
3.8 KiB
JSON
{
|
|
"siteName": "Your Site Name",
|
|
"siteTitle": "Your Tagline",
|
|
"siteDescription": "A one-sentence description of your site.",
|
|
"siteUrl": "https://yoursite.netlify.app",
|
|
"siteDomain": "yoursite.netlify.app",
|
|
"githubUsername": "yourusername",
|
|
"githubRepo": "your-repo-name",
|
|
"contactEmail": "you@example.com",
|
|
"creator": {
|
|
"name": "Your Name",
|
|
"twitter": "https://x.com/yourhandle",
|
|
"linkedin": "https://www.linkedin.com/in/yourprofile/",
|
|
"github": "https://github.com/yourusername"
|
|
},
|
|
"bio": "Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents.",
|
|
"gitHubRepoConfig": {
|
|
"owner": "yourusername",
|
|
"repo": "your-repo-name",
|
|
"branch": "main",
|
|
"contentPath": "public/raw"
|
|
},
|
|
"logoGallery": {
|
|
"enabled": true,
|
|
"title": "Built with",
|
|
"scrolling": false,
|
|
"maxItems": 4
|
|
},
|
|
"gitHubContributions": {
|
|
"enabled": true,
|
|
"showYearNavigation": true,
|
|
"linkToProfile": true,
|
|
"title": "GitHub Activity"
|
|
},
|
|
"visitorMap": {
|
|
"enabled": true,
|
|
"title": "Live Visitors"
|
|
},
|
|
"blogPage": {
|
|
"enabled": true,
|
|
"showInNav": true,
|
|
"title": "Blog",
|
|
"description": "All posts from the blog, sorted by date.",
|
|
"order": 2
|
|
},
|
|
"postsDisplay": {
|
|
"showOnHome": true,
|
|
"showOnBlogPage": true,
|
|
"homePostsLimit": 5,
|
|
"homePostsReadMore": {
|
|
"enabled": true,
|
|
"text": "Read more blog posts",
|
|
"link": "/blog"
|
|
}
|
|
},
|
|
"featuredViewMode": "cards",
|
|
"showViewToggle": true,
|
|
"theme": "tan",
|
|
"fontFamily": "serif",
|
|
"homepage": {
|
|
"type": "default",
|
|
"slug": null,
|
|
"originalHomeRoute": "/home"
|
|
},
|
|
"rightSidebar": {
|
|
"enabled": true,
|
|
"minWidth": 1135
|
|
},
|
|
"footer": {
|
|
"enabled": true,
|
|
"showOnHomepage": true,
|
|
"showOnPosts": true,
|
|
"showOnPages": true,
|
|
"showOnBlogPage": true,
|
|
"defaultContent": "Built with [Convex](https://convex.dev) for real-time sync and deployed on [Netlify](https://netlify.com)."
|
|
},
|
|
"socialFooter": {
|
|
"enabled": true,
|
|
"showOnHomepage": true,
|
|
"showOnPosts": true,
|
|
"showOnPages": true,
|
|
"showOnBlogPage": true,
|
|
"showInHeader": true,
|
|
"socialLinks": [
|
|
{
|
|
"platform": "github",
|
|
"url": "https://github.com/yourusername/your-repo-name"
|
|
},
|
|
{
|
|
"platform": "twitter",
|
|
"url": "https://x.com/yourhandle"
|
|
},
|
|
{
|
|
"platform": "linkedin",
|
|
"url": "https://www.linkedin.com/in/yourprofile/"
|
|
}
|
|
],
|
|
"copyright": {
|
|
"siteName": "Your Site Name",
|
|
"showYear": true
|
|
}
|
|
},
|
|
"aiChat": {
|
|
"enabledOnWritePage": false,
|
|
"enabledOnContent": false
|
|
},
|
|
"newsletter": {
|
|
"enabled": false,
|
|
"agentmail": {
|
|
"inbox": "newsletter@mail.agentmail.to"
|
|
},
|
|
"signup": {
|
|
"home": {
|
|
"enabled": false,
|
|
"position": "above-footer",
|
|
"title": "Stay Updated",
|
|
"description": "Get new posts delivered to your inbox."
|
|
},
|
|
"blogPage": {
|
|
"enabled": false,
|
|
"position": "above-footer",
|
|
"title": "Subscribe",
|
|
"description": "Get notified when new posts are published."
|
|
},
|
|
"posts": {
|
|
"enabled": false,
|
|
"position": "below-content",
|
|
"title": "Enjoyed this post?",
|
|
"description": "Subscribe for more updates."
|
|
}
|
|
}
|
|
},
|
|
"contactForm": {
|
|
"enabled": false,
|
|
"title": "Get in Touch",
|
|
"description": "Send us a message and we'll get back to you."
|
|
},
|
|
"newsletterAdmin": {
|
|
"enabled": false,
|
|
"showInNav": false
|
|
},
|
|
"newsletterNotifications": {
|
|
"enabled": false,
|
|
"newSubscriberAlert": false,
|
|
"weeklyStatsSummary": false
|
|
},
|
|
"weeklyDigest": {
|
|
"enabled": false,
|
|
"dayOfWeek": 0,
|
|
"subject": "Weekly Digest"
|
|
},
|
|
"dashboard": {
|
|
"enabled": true,
|
|
"requireAuth": false
|
|
}
|
|
}
|
|
|