This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
from b81f7bde66 Support plantuml in documentation build
new a3bf75932e Complete Apache NuttX website redesign with modern UI,
Apache compliance, and full asset localization
new fde506f9aa Refactor: Remove pill/capsule terminology and unused CSS
classes
new 9bd91d275e fixed navbar, changed to sans seriff, interaction removed
new c21a49a2c2 Merge articles.css into modern.css with scoped styling and
add article separators
new 3c34a44a01 Update website: fix GitHub links, update 2025 to 2026
workshop dates, add mailing list to footer, reorder social icons, and update
community channels
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Gemfile.lock | 79 +-
_includes/themes/apache/_doc_minimal.html | 35 +
_includes/themes/apache/_navigation.html | 223 ++-
_includes/themes/apache/default.html | 124 +-
_includes/themes/apache/footer.html | 74 +-
_includes/themes/apache/page.html | 2 +-
_layouts/demo.html | 3 +
_posts/2019-12-19-hello.md | 2 +-
articles.md | 6 +
assets/themes/apache/css/demo.css | 13 +-
assets/themes/apache/css/modern.css | 3036 +++++++++++++++++++++++++++++
demo/jslinux.js | 9 +-
download.md | 32 +-
index.md | 452 ++++-
static/companies/fitbit.svg | 1 +
static/companies/google.svg | 1 +
static/companies/inspace.png | Bin 0 -> 19626 bytes
static/companies/motorola.svg | 1 +
static/companies/samsung.svg | 55 +
static/companies/seeed.png | Bin 0 -> 8782 bytes
static/companies/sony.svg | 1 +
static/companies/xiaomi.svg | 1 +
static/icons/articles-papers.svg | 7 +
static/icons/calendar.svg | 6 +
static/icons/code-examples.svg | 4 +
static/icons/code-repos.svg | 3 +
static/icons/community-people.svg | 6 +
static/icons/configuration.svg | 6 +
static/icons/cpu-architecture.svg | 5 +
static/icons/discord.svg | 3 +
static/icons/document-full.svg | 4 +
static/icons/download-white.svg | 5 +
static/icons/download.svg | 5 +
static/icons/fork.svg | 3 +
static/icons/github.svg | 3 +
static/icons/hackster.svg | 3 +
static/icons/hardware-boards.svg | 12 +
static/icons/linkedin.svg | 3 +
static/icons/location-pin.svg | 4 +
static/icons/mailing-list.svg | 4 +
static/icons/monitor.svg | 5 +
static/icons/moon.svg | 3 +
static/icons/play.svg | 4 +
static/icons/reddit.svg | 3 +
static/icons/security-shield.svg | 3 +
static/icons/star.svg | 3 +
static/icons/sun.svg | 11 +
static/icons/video-play.svg | 3 +
static/icons/website-globe.svg | 5 +
static/icons/youtube.svg | 3 +
50 files changed, 4072 insertions(+), 207 deletions(-)
create mode 100644 _includes/themes/apache/_doc_minimal.html
create mode 100644 assets/themes/apache/css/modern.css
create mode 100644 static/companies/fitbit.svg
create mode 100644 static/companies/google.svg
create mode 100644 static/companies/inspace.png
create mode 100644 static/companies/motorola.svg
create mode 100644 static/companies/samsung.svg
create mode 100644 static/companies/seeed.png
create mode 100644 static/companies/sony.svg
create mode 100644 static/companies/xiaomi.svg
create mode 100644 static/icons/articles-papers.svg
create mode 100644 static/icons/calendar.svg
create mode 100644 static/icons/code-examples.svg
create mode 100644 static/icons/code-repos.svg
create mode 100644 static/icons/community-people.svg
create mode 100644 static/icons/configuration.svg
create mode 100644 static/icons/cpu-architecture.svg
create mode 100644 static/icons/discord.svg
create mode 100644 static/icons/document-full.svg
create mode 100644 static/icons/download-white.svg
create mode 100644 static/icons/download.svg
create mode 100644 static/icons/fork.svg
create mode 100644 static/icons/github.svg
create mode 100644 static/icons/hackster.svg
create mode 100644 static/icons/hardware-boards.svg
create mode 100644 static/icons/linkedin.svg
create mode 100644 static/icons/location-pin.svg
create mode 100644 static/icons/mailing-list.svg
create mode 100644 static/icons/monitor.svg
create mode 100644 static/icons/moon.svg
create mode 100644 static/icons/play.svg
create mode 100644 static/icons/reddit.svg
create mode 100644 static/icons/security-shield.svg
create mode 100644 static/icons/star.svg
create mode 100644 static/icons/sun.svg
create mode 100644 static/icons/video-play.svg
create mode 100644 static/icons/website-globe.svg
create mode 100644 static/icons/youtube.svg