Skip to content

Commit f326a88

Browse files
committed
Cleanup config, adjust title
1 parent f320c38 commit f326a88

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

blog/2019/2019-05-28-first-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: first-blog-post
33
title: First Blog Post
44
authors: [jaker]
5-
tags: [hola, docusaurus]
5+
tags: [hello, help]
66
---
77

88
Lorem ipsum dolor sit amet...

blog/2019/2019-05-29-long-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: long-blog-post
33
title: Long Blog Post
44
authors: deccer
5-
tags: [hello, docusaurus]
5+
tags: [hello, help]
66
---
77

88
This is the summary of a very long blog post,

docusaurus.config.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@ import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
6-
title: 'Forg Blog',
7-
tagline: 'Frogs and Forgs',
6+
title: 'Graphics Programming Discord Server Blog',
7+
tagline: 'Articles, guides, tips and tricks from and for frogs and forgis of the graphics programming discord',
88
favicon: 'img/favicon.ico',
99

1010
// Set the production url of your site here
1111
url: 'https://graphicsprogramming.github.io/',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
// This might cause trouble during local development, switch to '/' then
1514
baseUrl: '/blog/',
1615

1716
// GitHub pages deployment config.
18-
// If you aren't using GitHub pages, you don't need these.
19-
organizationName: 'GraphicsProgramming', // Usually your GitHub org/user name.
20-
projectName: 'blog', // Usually your repo name.
17+
organizationName: 'GraphicsProgramming',
18+
projectName: 'blog',
2119
deploymentBranch: 'gh-pages',
2220
trailingSlash: false,
2321

@@ -43,7 +41,6 @@ const config: Config = {
4341
type: ['rss', 'atom'],
4442
xslt: true,
4543
},
46-
// Please change this to your repo.
4744
// Remove this to remove the "edit this page" links.
4845
editUrl:
4946
'https://github.com/GraphicsProgramming/',

0 commit comments

Comments
 (0)