Skip to content

Commit

Permalink
Merge pull request #82 from SergioCasCeb/website-redesign-sergio
Browse files Browse the repository at this point in the history
Thingweb website redesign
  • Loading branch information
egekorkan authored Oct 21, 2024
2 parents 0d3ab7d + aba62e9 commit ad8f7bd
Show file tree
Hide file tree
Showing 169 changed files with 21,058 additions and 21,556 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/gh-pages.yml

This file was deleted.

32 changes: 20 additions & 12 deletions .gitignore
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*
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
<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

Rendered version: <https://www.thingweb.io>

## How to contribute

- 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`

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`

## Hugo Versions

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.
## Adopters
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.
43 changes: 43 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# Notices for Eclipse Thingweb

This content is produced and maintained by the Eclipse Thingweb project.

- Project home: https://projects.eclipse.org/projects/iot.thingweb

## Trademarks

Eclipse Thingweb is a trademark of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.

Note: The {year} in the copyright statements is the year in which the content
was created (e.g. “2004”). A range of years is not used.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and Document
License (2015-05-13) which is available at
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document.

SPDX-License-Identifier: EPL-2.0 OR W3C-20150513

## Source Code

The project maintains the following source code repositories:

## Third-party Content

## Cryptography

Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
<!--- https://www.eclipse.org/security/ --->

_ISO 27005 defines vulnerability as:
Expand Down
6 changes: 0 additions & 6 deletions archetypes/default.md

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
201 changes: 0 additions & 201 deletions binaries/LICENSE

This file was deleted.

Loading

0 comments on commit ad8f7bd

Please sign in to comment.