Skip to content

Commit ad8f7bd

Browse files
authored
Merge pull request #82 from SergioCasCeb/website-redesign-sergio
Thingweb website redesign
2 parents 0d3ab7d + aba62e9 commit ad8f7bd

File tree

169 files changed

+21058
-21556
lines changed

Some content is hidden

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

169 files changed

+21058
-21556
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
### VisualStudioCode ###
2-
.vscode/*
3-
# !.vscode/settings.json
4-
# !.vscode/tasks.json
5-
# !.vscode/launch.json
6-
# !.vscode/extensions.json
7-
8-
### Others ###
9-
_misc_bootstrap/*
10-
themes/ananke/*
11-
hugo.exe
12-
public
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo_for_dark_bg.svg">
3-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/website/master/misc/thingweb_logo.svg">
4-
<img title="ThingWeb" alt="Thingweb logo" src="" width="300px">
5-
</picture>
1+
# Website
62

3+
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
74

8-
## Website
9-
10-
Rendered version: <https://www.thingweb.io>
11-
12-
## How to contribute
13-
14-
- We use Hugo static site generator: https://gohugo.io/getting-started/quick-start/
15-
- In order to add new content, you can use `hugo new posts/my-first-post.md` or `hugo new single01.md`
16-
17-
You can see the content in different ways locally:
18-
- Start the Hugo server with drafts enabled: `hugo server -D`
19-
- Build Hugo website in `/public`: `hugo`
20-
- Build Hugo website with drafts enabled in `/public`: `hugo -D`
21-
22-
## Hugo Versions
23-
24-
Until we find a solution, it is recommended to use version 0.79.0 of Hugo.
25-
For convenience, you can find the Linux binary under [binaries](./binaries/) folder.
5+
## Adopters
6+
If you are using any Eclipse Thingweb component within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb). To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing the name of your organization, its logo, and a link to your organization or team. You should be affiliated with that organization for the issue to be implemented.

SECURITY.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# Notices for Eclipse Thingweb
2+
3+
This content is produced and maintained by the Eclipse Thingweb project.
4+
5+
- Project home: https://projects.eclipse.org/projects/iot.thingweb
6+
7+
## Trademarks
8+
9+
Eclipse Thingweb is a trademark of the Eclipse Foundation.
10+
11+
## Copyright
12+
13+
All content is the property of the respective authors or their employers. For
14+
more information regarding authorship of content, please consult the listed
15+
source code repository logs.
16+
17+
Note: The {year} in the copyright statements is the year in which the content
18+
was created (e.g. “2004”). A range of years is not used.
19+
20+
## Declared Project Licenses
21+
22+
This program and the accompanying materials are made available under the terms
23+
of the Eclipse Public License v. 2.0 which is available at
24+
http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and Document
25+
License (2015-05-13) which is available at
26+
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document.
27+
28+
SPDX-License-Identifier: EPL-2.0 OR W3C-20150513
29+
30+
## Source Code
31+
32+
The project maintains the following source code repositories:
33+
34+
## Third-party Content
35+
36+
## Cryptography
37+
38+
Content may contain encryption software. The country in which you are currently
39+
may have restrictions on the import, possession, and use, and/or re-export to
40+
another country, of encryption software. BEFORE using any encryption software,
41+
please check the country's laws, regulations and policies concerning the import,
42+
possession, or use, and re-export of encryption software, to see if this is
43+
permitted.
144
<!--- https://www.eclipse.org/security/ --->
245

346
_ISO 27005 defines vulnerability as:

archetypes/default.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};

binaries/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)