File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ import { TransformDynamicLFFileImportToStatic } from './src/remark/TransformDyna
5
5
6
6
const config : Config = {
7
7
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 ' ,
10
10
11
11
// Set the production url of your site here
12
- url : 'https://your-docusaurus-site.example.com ' ,
12
+ url : 'https://www.lf-lang.org ' ,
13
13
// Set the /<baseUrl>/ pathname under which your site is served
14
14
// For GitHub pages deployment, it is often '/<projectName>/'
15
15
baseUrl : '/' ,
16
16
17
17
// GitHub pages deployment config.
18
18
// 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.
21
21
22
22
onBrokenLinks : 'warn' ,
23
23
onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments