You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`desc`| Your site description. Useful for SEO and social media sharing. |
46
-
|`title`| Your site name |
47
-
|`ogImage`| Your default OG image for the site. Useful for social media sharing. OG images can be an external image url or they can be placed under `/public` directory. |
48
-
|`lightAndDarkMode`| Enable or disable `light & dark mode` for the website. If disabled, primary color scheme will be used. This option is enabled by default. |
49
-
|`postPerIndex`| The number of posts to be displayed at the home page under `Recent` section. |
50
-
|`postPerPage`| You can specify how many posts will be displayed in each posts page. (eg: if you set SITE.postPerPage to 3, each page will only show 3 posts per page) |
51
-
|`scheduledPostMargin`| In Production mode, posts with a future `pubDatetime` will not be visible. However, if a post's `pubDatetime` is within the next 15 minutes, it will be visible. You can set `scheduledPostMargin` if you don't like the default 15 minutes margin. |
|`desc`| Your site description. Useful for SEO and social media sharing. |
51
+
|`title`| Your site name |
52
+
|`ogImage`| Your default OG image for the site. Useful for social media sharing. OG images can be an external image url or they can be placed under `/public` directory. |
53
+
|`lightAndDarkMode`| Enable or disable `light & dark mode` for the website. If disabled, primary color scheme will be used. This option is enabled by default. |
54
+
|`postPerIndex`| The number of posts to be displayed at the home page under `Recent` section. |
55
+
|`postPerPage`| You can specify how many posts will be displayed in each posts page. (eg: if you set SITE.postPerPage to 3, each page will only show 3 posts per page) |
56
+
|`scheduledPostMargin`| In Production mode, posts with a future `pubDatetime` will not be visible. However, if a post's `pubDatetime` is within the next 15 minutes, it will be visible. You can set `scheduledPostMargin` if you don't like the default 15 minutes margin. |
57
+
|`editPost`| This option allows users to suggest changes to a blog post by providing an edit link under blog post titles. This feature can be disabled by removing it from the `SITE` config. You can also set `appendFilePath` to `true` to automatically append the file path of the post to the url, directing users to the specific post they wish to edit. |
0 commit comments