Skip to content

Commit ed9fd21

Browse files
committed
Removed blog
1 parent bc165dd commit ed9fd21

File tree

5 files changed

+2
-148
lines changed

5 files changed

+2
-148
lines changed

website/blog/2024-10-21-welcome.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

website/blog/authors.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

website/blog/tags.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

website/docusaurus.config.ts

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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',

website/src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ function FinalCTA() {
219219
<Link to="https://github.com/ofriw/AI-Coding-Course/discussions">
220220
Join Discussions
221221
</Link>
222-
<span className={styles.metaSeparator}></span>
223-
<Link to="/blog">Read the Blog</Link>
224222
</div>
225223
</div>
226224
</section>

0 commit comments

Comments
 (0)