mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 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
|
|
},
|
|
"featuredViewMode": "cards",
|
|
"showViewToggle": true,
|
|
"theme": "tan"
|
|
}
|
|
|