Skip to content

Commit 8c32605

Browse files
lhstrhKagamihara Nadeshiko
authored andcommitted
Config options
1 parent 6954faa commit 8c32605

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ import { TransformDynamicLFFileImportToStatic } from './src/remark/TransformDyna
55

66
const config: Config = {
77
title: 'Lingua Franca',
8-
tagline: 'Dinosaurs are cool',
9-
favicon: 'img/favicon.ico',
8+
tagline: 'The system design language',
9+
favicon: 'img/lf-icon.png',
1010

1111
// Set the production url of your site here
12-
url: 'https://your-docusaurus-site.example.com',
12+
url: 'https://www.lf-lang.org',
1313
// Set the /<baseUrl>/ pathname under which your site is served
1414
// For GitHub pages deployment, it is often '/<projectName>/'
1515
baseUrl: '/',
1616

1717
// GitHub pages deployment config.
1818
// If you aren't using GitHub pages, you don't need these.
19-
organizationName: 'facebook', // Usually your GitHub org/user name.
20-
projectName: 'docusaurus', // Usually your repo name.
19+
organizationName: 'lf-lang', // Usually your GitHub org/user name.
20+
projectName: 'lingua-franca', // Usually your repo name.
2121

2222
onBrokenLinks: 'warn',
2323
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)