@@ -59,24 +59,7 @@ const config: Config = {
5959 showLastUpdateTime : false ,
6060 showLastUpdateAuthor : false ,
6161 } ,
62- blog : {
63- showReadingTime : true ,
64- feedOptions : {
65- type : [ 'rss' , 'atom' ] ,
66- xslt : true ,
67- } ,
68- editUrl :
69- 'https://github.com/ofriw/AI-Coding-Course/tree/main/website/' ,
70- blogTitle : 'AI Coding Insights' ,
71- blogDescription :
72- 'Case studies, industry trends, and best practices for AI-assisted development' ,
73- postsPerPage : 10 ,
74- blogSidebarTitle : 'Recent posts' ,
75- blogSidebarCount : 'ALL' ,
76- onInlineTags : 'warn' ,
77- onInlineAuthors : 'warn' ,
78- onUntruncatedBlogPosts : 'warn' ,
79- } ,
62+ blog : false ,
8063 theme : {
8164 customCss : './src/css/custom.css' ,
8265 } ,
@@ -94,7 +77,7 @@ const config: Config = {
9477 language : [ 'en' ] ,
9578 highlightSearchTermsOnTargetPage : true ,
9679 explicitSearchResultPath : true ,
97- indexBlog : true ,
80+ indexBlog : false ,
9881 indexDocs : true ,
9982 docsRouteBasePath : '/docs' ,
10083 } ,
@@ -127,7 +110,6 @@ const config: Config = {
127110 position : 'left' ,
128111 label : 'Course' ,
129112 } ,
130- { to : '/blog' , label : 'Blog' , position : 'left' } ,
131113 {
132114 type : 'docsVersionDropdown' ,
133115 position : 'right' ,
@@ -172,10 +154,6 @@ const config: Config = {
172154 {
173155 title : 'More' ,
174156 items : [
175- {
176- label : 'Blog' ,
177- to : '/blog' ,
178- } ,
179157 {
180158 label : 'GitHub' ,
181159 href : 'https://github.com/ofriw/AI-Coding-Course' ,
0 commit comments