From 5f88eea747b31bcb67ba81060d7d52479193d778 Mon Sep 17 00:00:00 2001 From: Vishal Rawat Date: Sun, 27 Aug 2023 22:12:48 +0530 Subject: [PATCH] [FIX] Modified config to support read more tags and added posts limitiations on blogs page --- blog/2023-06-10-introduction-to-api/index.mdx | 2 ++ docusaurus.config.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/blog/2023-06-10-introduction-to-api/index.mdx b/blog/2023-06-10-introduction-to-api/index.mdx index 1c6c28d8..36d747bc 100644 --- a/blog/2023-06-10-introduction-to-api/index.mdx +++ b/blog/2023-06-10-introduction-to-api/index.mdx @@ -22,6 +22,8 @@ import LaymanAPI from "./api-to-layman.png";
APIs to a layman
+ + ## Introduction to API diff --git a/docusaurus.config.js b/docusaurus.config.js index 50b3fb80..53efc4b3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -57,6 +57,8 @@ const config = { blogTitle: "Blogs", blogDescription: "TCET Open Source Blogging Page", blogSidebarCount: 'ALL', + postsPerPage: 3, + truncateMarker: //, // Please change this to your repo. // Remove this to remove the "edit this page" links. // editUrl: