Skip to content

Commit a2305ea

Browse files
committed
Update logo and change site url
1 parent a52e7cf commit a2305ea

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,7 @@ npm run serve
142142
cd website
143143
yarn run start
144144
```
145+
146+
## Scala CLI logos
147+
148+
Package with various logos for scala-cli can be found on [google drive](https://drive.google.com/drive/u/1/folders/1M6JeQXmO4DTBeRBKAFJ5HH2p_hbfQnqS)

log2o.png

-3.42 KB
Binary file not shown.

logo.png

248 Bytes
Loading

website/docusaurus.config.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ let isCI = process.env.CI || false;
55
module.exports = {
66
title: 'Scala CLI',
77
tagline: 'More featureful Scala Command-Line',
8-
url: 'https://virtuslab.github.io',
8+
url: 'https://scala-cli.virtuslab.org/',
9+
baseUrl = '/',
910
onBrokenLinks: 'throw',
1011
onBrokenMarkdownLinks: 'warn',
1112
favicon: 'img/favicon.ico',
@@ -16,7 +17,7 @@ module.exports = {
1617
title: 'Scala CLI',
1718
logo: {
1819
alt: 'Scala Logo',
19-
src: 'img/logo.png',
20+
src: 'img/logo.svg',
2021
},
2122
items: [
2223
{
@@ -105,9 +106,3 @@ module.exports = {
105106
],
106107
],
107108
};
108-
109-
if (isCI) {
110-
module.exports.baseUrl = '/scala-cli/';
111-
} else {
112-
module.exports.baseUrl = '/';
113-
}

website/static/img/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)