Skip to content

Commit 8a18e6a

Browse files
authored
Merge pull request #6 from deccer/main
Adjust a few settings
2 parents c2a8ded + 038adea commit 8a18e6a

8 files changed

+6
-383
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const config: Config = {
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-
baseUrl: '/',
14+
// This might cause trouble during local development, switch to '/' then
15+
baseUrl: '/blog/',
1516

1617
// GitHub pages deployment config.
1718
// If you aren't using GitHub pages, you don't need these.
@@ -90,6 +91,10 @@ const config: Config = {
9091
label: 'YouTube',
9192
href: 'https://www.youtube.com/@graphicsprogramming9074',
9293
},
94+
{
95+
label: 'Twitter',
96+
href: 'https://x.com/i/communities/1500963350825472000'
97+
}
9398
],
9499
},
95100
{

static/img/docusaurus-social-card.jpg

-54.4 KB
Binary file not shown.

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/favicon.ico

688 Bytes
Binary file not shown.

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)