@@ -3,21 +3,19 @@ import type {Config} from '@docusaurus/types';
3
3
import type * as Preset from '@docusaurus/preset-classic' ;
4
4
5
5
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 ' ,
8
8
favicon : 'img/favicon.ico' ,
9
9
10
10
// Set the production url of your site here
11
11
url : 'https://graphicsprogramming.github.io/' ,
12
12
// Set the /<baseUrl>/ pathname under which your site is served
13
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- // This might cause trouble during local development, switch to '/' then
15
14
baseUrl : '/blog/' ,
16
15
17
16
// 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' ,
21
19
deploymentBranch : 'gh-pages' ,
22
20
trailingSlash : false ,
23
21
@@ -43,7 +41,6 @@ const config: Config = {
43
41
type : [ 'rss' , 'atom' ] ,
44
42
xslt : true ,
45
43
} ,
46
- // Please change this to your repo.
47
44
// Remove this to remove the "edit this page" links.
48
45
editUrl :
49
46
'https://github.com/GraphicsProgramming/' ,
0 commit comments