Skip to content

Commit c97bb1a

Browse files
committed
got public files loading, I think
1 parent 4631009 commit c97bb1a

File tree

189 files changed

+440
-827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+440
-827
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_LATEST="v11.0.0"
2-
VERSION_NEXT="v12.0.0"
1+
VITE_VERSION_LATEST="v11.0.0"
2+
VITE_VERSION_NEXT="v12.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In case you are a blog author, please refer to our [guide on writing blog posts]
152152
In case your company is a user of ReScript and wants to be displayed on our front page ("Trusted by our users" section), do the following:
153153

154154
- Get your logo as a black / white `.svg` version and use `#979AAD` as a fill color (check out the existing logos on our front page).
155-
- Put your logo into the [`public/static/lp`](./public/static/lp) folder; the file should be named after your company.
155+
- Put your logo into the [`app/public/lp`](./app/public/lp) folder; the file should be named after your company.
156156
- Open [src/common/OurUsers.res](./src/common/OurUsers.res) and add your info
157157
- Commit, push, and open a PR.
158158

_blogposts/2020-08-28-new-rescript-logo.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: made_by_betty
33
date: "2020-08-27"
44
title: "A New Logo for ReScript"
5-
articleImg: /static/blog/rescript-launch/ReScript-3.jpg
5+
articleImg: /blog/rescript-launch/ReScript-3.jpg
66
description: |
77
Today, our resident designer Bettina is unveiling to us the fresh new ReScript branding we've been long waiting for. We hope you're as excited about the result as us!
88
---
@@ -16,7 +16,7 @@ ReScript is the evolution and fusion of Reason and BuckleScript. As we're a desi
1616
Here it is!
1717

1818

19-
<Image withShadow={false} src="/static/blog/rescript-launch/ReScript-1.jpg" caption="Comparison between the Reason, BuckleScript and ReScript logos"/>
19+
<Image withShadow={false} src="/blog/rescript-launch/ReScript-1.jpg" caption="Comparison between the Reason, BuckleScript and ReScript logos"/>
2020

2121

2222
The old Reason and BuckleScript logo had many limitations:
@@ -27,14 +27,14 @@ The old Reason and BuckleScript logo had many limitations:
2727

2828
The new logo addresses all these and more:
2929

30-
<Image withShadow={false} src="/static/blog/rescript-launch/ReScript-2.jpg" caption="Logo comparison on social media"/>
30+
<Image withShadow={false} src="/blog/rescript-launch/ReScript-2.jpg" caption="Logo comparison on social media"/>
3131

3232
## Creating Meaning Through Simple Shapes
3333

3434
A minimal logo design is achieved by putting aside all distractions while focusing on legibility, meaning and small details like clear lines, interesting perspective and depth.
3535

3636

37-
<Image withShadow={false} src="/static/blog/rescript-launch/ReScript-4.jpg" caption="ReScript logo variations and usage examples"/>
37+
<Image withShadow={false} src="/blog/rescript-launch/ReScript-4.jpg" caption="ReScript logo variations and usage examples"/>
3838

3939

4040
**The letter "r"**, composed of two shapes, is inspired by Albers, a german-born American Bauhaus artist and typographer. An object should be simple, beautiful, functional and accessible for everyone - a statement which applies to ReScript's principles perfectly.

_blogposts/2020-11-26-editor-support-release-1-0.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: rescript-team
33
date: "2020-11-26"
4-
previewImg: /static/blog/editor_support_preview.jpg
5-
articleImg: /static/blog/editor_support_article.jpg
4+
previewImg: /blog/editor_support_preview.jpg
5+
articleImg: /blog/editor_support_article.jpg
66
badge: release
77
title: "Editor Plugin for VSCode and Vim Officially Released!"
88
description: |
@@ -32,4 +32,4 @@ We'll keep on iterating on the polish of the plugins, and release better [Sublim
3232

3333
Happy thanksgiving!
3434

35-
<Image withShadow={false} src="/static/blog/editor_support_article.jpg" caption="ReScript now offers autocompletion for VSCode and neovim (Sublime coming soon)"/>
35+
<Image withShadow={false} src="/blog/editor_support_article.jpg" caption="ReScript now offers autocompletion for VSCode and neovim (Sublime coming soon)"/>

_blogposts/2021-02-09-release-9-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: hongbo
33
date: "2021-02-09"
4-
previewImg: /static/blog/compiler_release_9_0.jpg
4+
previewImg: /blog/compiler_release_9_0.jpg
55
title: ReScript 9.0
66
badge: release
77
description: |

_blogposts/2021-03-03-rescript-association-rebranding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-association
33
date: "2021-03-03"
4-
previewImg: /static/blog/rescript_assoc_rename_preview.jpg
4+
previewImg: /blog/rescript_assoc_rename_preview.jpg
55
title: The ReScript Association
66
description: |
77
After the rebranding of ReScript, its Reason Association has now followed through to become the ReScript Association.

_blogposts/2021-05-07-release-9-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-team
33
date: "2021-05-07"
4-
previewImg: /static/blog/compiler_release_9_1.jpg
4+
previewImg: /blog/compiler_release_9_1.jpg
55
title: ReScript 9.1
66
badge: release
77
description: |

_blogposts/2021-06-25-roadmap-2021-and-new-landing-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The detailed roadmap with all our planned changes (and definition of our release
4343
After several iterations, we are happy to announce our new [landing page](/).
4444

4545
<Image
46-
src="/static/img/landing_page_figma.png"
46+
src="/img/landing_page_figma.png"
4747
withShadow={true}
4848
caption="Figma design draft for the new landing page"
4949
/>

_blogposts/2024-01-11-release-11-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-team
33
date: "2024-01-11"
4-
previewImg: /static/blog/compiler_release_11_0.jpg
4+
previewImg: /blog/compiler_release_11_0.jpg
55
title: ReScript 11.0
66
badge: release
77
description: |

_blogposts/2024-02-01-release-11-1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-team
33
date: "2024-04-19"
4-
previewImg: /static/blog/compiler_release_11_1.jpg
4+
previewImg: /blog/compiler_release_11_1.jpg
55
title: ReScript 11.1
66
badge: release
77
description: |

0 commit comments

Comments
 (0)