@@ -3,21 +3,19 @@ import type {Config} from '@docusaurus/types';
33import type * as Preset from '@docusaurus/preset-classic' ;
44
55const 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,10 +41,9 @@ 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 :
49- 'https://github.com/GraphicsProgramming/blog ' ,
46+ 'https://github.com/GraphicsProgramming/' ,
5047 // Useful options to enforce blogging best practices
5148 onInlineTags : 'warn' ,
5249 onInlineAuthors : 'warn' ,
0 commit comments