mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-20 07:03:41 +09:00
initialize project
This commit is contained in:
Executable
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"site": {
|
||||
"title": "Astroplate",
|
||||
"base_url": "https://astroplate.netlify.app",
|
||||
"base_path": "/",
|
||||
"trailing_slash": false,
|
||||
"favicon": "/images/favicon.png",
|
||||
"logo": "/images/logo.png",
|
||||
"logo_darkmode": "/images/logo-darkmode.png",
|
||||
"logo_width": "150",
|
||||
"logo_height": "30",
|
||||
"logo_text": "Astroplate"
|
||||
},
|
||||
|
||||
"settings": {
|
||||
"search": true,
|
||||
"sticky_header": true,
|
||||
"theme_switcher": true,
|
||||
"default_theme": "system",
|
||||
"pagination": 2,
|
||||
"summary_length": 200,
|
||||
"blog_folder": "posts"
|
||||
},
|
||||
|
||||
"params": {
|
||||
"contact_form_action": "#",
|
||||
"copyright": "Designed And Developed by [Zeon Studio](https://zeon.studio)"
|
||||
},
|
||||
|
||||
"navigation_button": {
|
||||
"enable": true,
|
||||
"label": "Get Started",
|
||||
"link": "#"
|
||||
},
|
||||
|
||||
"disqus": {
|
||||
"enable": true,
|
||||
"shortname": "themefisher-template",
|
||||
"settings": {}
|
||||
},
|
||||
|
||||
"metadata": {
|
||||
"meta_author": "zeon.studio",
|
||||
"meta_image": "/images/og-image.png",
|
||||
"meta_description": "astro and tailwind boilerplate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user