Skip to content

Commit

Permalink
Merge pull request #29 from opendatastudio/opendata.studio
Browse files Browse the repository at this point in the history
New opendata.studio website
  • Loading branch information
echus authored Oct 6, 2024
2 parents 6a43293 + c239ac1 commit 50985d3
Show file tree
Hide file tree
Showing 2,168 changed files with 232 additions and 230,794 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore artifacts:
build
coverage
assets
1 change: 1 addition & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export default {
plugins: ["prettier-plugin-astro"],
astroAllowShorthand: false,
proseWrap: "always",
overrides: [
{
files: "*.astro",
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# opendata.fit
# opendata.studio website

## Development

```
yarn install
yarn dev
```
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://opendata.fit",
site: "https://opendata.studio",
integrations: [mdx(), sitemap()],
});
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "opendata.fit",
"name": "opendata.studio",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand All @@ -14,7 +14,6 @@
"@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@opendatafit/common-styles": "https://github.com/opendatafit/common-styles.git#3-refactor-sass-variables-into-css-variables",
"astro": "^3.2.2",
"normalize.css": "^8.0.1",
"sass": "^1.68.0"
Expand Down
1 change: 0 additions & 1 deletion public/CNAME

This file was deleted.

Binary file removed public/assets/fonts/CerebriSans/CerebriSans-Bold.eot
Binary file not shown.
2,155 changes: 0 additions & 2,155 deletions public/assets/fonts/CerebriSans/CerebriSans-Bold.svg

This file was deleted.

Binary file removed public/assets/fonts/CerebriSans/CerebriSans-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,165 changes: 0 additions & 2,165 deletions public/assets/fonts/CerebriSans/CerebriSans-Regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2,157 changes: 0 additions & 2,157 deletions public/assets/fonts/CerebriSans/CerebriSans-SemiBold.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
165 changes: 0 additions & 165 deletions public/assets/fonts/FontAwesome/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 50985d3

Please sign in to comment.