-
Notifications
You must be signed in to change notification settings - Fork 12
Thingweb website redesign #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
egekorkan
merged 21 commits into
eclipse-thingweb:master
from
SergioCasCeb:website-redesign-sergio
Oct 21, 2024
Merged
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
30fe80c
thingweb redesign initial state
SergioCasCeb d6f9932
.
SergioCasCeb 86b5d6f
services section, and background image
SergioCasCeb 8dab8ec
created individual components for each section
SergioCasCeb 678513f
fixed the dark version, made the background grid larger
SergioCasCeb dff1d8c
modify the light theme thingweb green
SergioCasCeb db4bc84
new hands-on and services pages
SergioCasCeb 07109f0
added services
SergioCasCeb 30ed921
.
SergioCasCeb 4eff0ae
fixed footer links, under construction docs, adopter api, services an…
SergioCasCeb 8fe3aa7
initial state of the workflow section
SergioCasCeb 1ba8e2c
workflow navigation, fixed adopters bug
SergioCasCeb 1d38067
small styling fixes
SergioCasCeb 733fcf9
Created the services and hands-on pages as docs style page, fix workf…
SergioCasCeb 0c7bd46
fixed the overflow of the services section, and removed unnecessary s…
SergioCasCeb e8b0024
removed hyphens from tools, removed thingweb logo from docs and fixed…
SergioCasCeb c64bd50
fixed feedback text and size, feedback text now fully hides after a w…
SergioCasCeb 16bdfb8
trial workflows animations
SergioCasCeb 90af3ff
Changed links for the tools, added benefits list to the workflows, ad…
SergioCasCeb 1e8d2c7
remove repeated links from tools, fixed the sizing of the adopters lo…
SergioCasCeb aba62e9
Merge remote-tracking branch 'origin' into website-redesign-sergio
egekorkan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,20 @@ | ||
| ### VisualStudioCode ### | ||
| .vscode/* | ||
| # !.vscode/settings.json | ||
| # !.vscode/tasks.json | ||
| # !.vscode/launch.json | ||
| # !.vscode/extensions.json | ||
|
|
||
| ### Others ### | ||
| _misc_bootstrap/* | ||
| themes/ananke/* | ||
| hugo.exe | ||
| public | ||
| # Dependencies | ||
| /node_modules | ||
|
|
||
| # Production | ||
| /build | ||
|
|
||
| # Generated files | ||
| .docusaurus | ||
| .cache-loader | ||
|
|
||
| # Misc | ||
| .DS_Store | ||
| .env.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
|
|
||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,41 @@ | ||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo_for_dark_bg.svg"> | ||
| <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg"> | ||
| <img title="ThingWeb" alt="Thingweb logo" src="" width="300px"> | ||
| </picture> | ||
| # Website | ||
|
|
||
| This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. | ||
|
|
||
| ## Website | ||
| ### Installation | ||
|
|
||
| Rendered version: <https://www.thingweb.io> | ||
| ``` | ||
| $ yarn | ||
| ``` | ||
|
|
||
| ## How to contribute | ||
| ### Local Development | ||
|
|
||
| - We use Hugo static site generator: https://gohugo.io/getting-started/quick-start/ | ||
| - In order to add new content, you can use `hugo new posts/my-first-post.md` or `hugo new single01.md` | ||
| ``` | ||
| $ yarn start | ||
| ``` | ||
|
|
||
| You can see the content in different ways locally: | ||
| - Start the Hugo server with drafts enabled: `hugo server -D` | ||
| - Build Hugo website in `/public`: `hugo` | ||
| - Build Hugo website with drafts enabled in `/public`: `hugo -D` | ||
| This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. | ||
|
|
||
| ## Hugo Versions | ||
| ### Build | ||
|
|
||
| Until we find a solution, it is recommended to use version 0.79.0 of Hugo. | ||
| For convenience, you can find the Linux binary under [binaries](./binaries/) folder. | ||
| ``` | ||
| $ yarn build | ||
| ``` | ||
|
|
||
| This command generates static content into the `build` directory and can be served using any static contents hosting service. | ||
|
|
||
| ### Deployment | ||
|
|
||
| Using SSH: | ||
|
|
||
| ``` | ||
| $ USE_SSH=true yarn deploy | ||
| ``` | ||
|
|
||
| Not using SSH: | ||
|
|
||
| ``` | ||
| $ GIT_USER=<Your GitHub username> yarn deploy | ||
| ``` | ||
|
|
||
| If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| module.exports = { | ||
| presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
| }; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we still keep this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be restored