remove blog

This commit is contained in:
Face
2025-09-08 20:59:00 +03:00
parent e1b38a726b
commit b6980980b0
5 changed files with 2 additions and 20 deletions

View File

@@ -51,21 +51,7 @@ const config: Config = {
editUrl: editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
}, },
blog: { blog: false,
showReadingTime: true,
feedOptions: {
type: ['rss', 'atom'],
xslt: true,
},
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
},
theme: { theme: {
customCss: './src/css/custom.css', customCss: './src/css/custom.css',
}, },
@@ -124,10 +110,6 @@ const config: Config = {
{ {
title: 'More', title: 'More',
items: [ items: [
{
label: 'Blog',
to: '/blog',
},
{ {
label: 'GitHub', label: 'GitHub',
href: 'https://github.com/outpoot/gurted', href: 'https://github.com/outpoot/gurted',

View File

@@ -13,7 +13,7 @@ InfoBeforeFile=
InfoAfterFile= InfoAfterFile=
OutputDir=Windows\installer OutputDir=Windows\installer
OutputBaseFilename=Flumi-Setup-{#SetupSetting("AppVersion")} OutputBaseFilename=Flumi-Setup-{#SetupSetting("AppVersion")}
SetupIconFile=..\Assets\gurted.svg SetupIconFile=..\Assets\gurted.ico
Compression=lzma2 Compression=lzma2
SolidCompression=yes SolidCompression=yes
WizardStyle=modern WizardStyle=modern