Skip to content

Commit

Permalink
(Astro rework) Redesign of /community page and its subpages (#1160)
Browse files Browse the repository at this point in the history
Changes:
- migrate `/community`, `/community/[team]`, `/community/event-funding`
and `/community/commercial-support` to Astro
- update DaisyUI to `4.0.4` for timeline support
- animate RFC diagram
- load content from content collections (22 new `.yaml` or `.mdx` files)
- introduce `MDXLayout` for creating pages in mdx
- translate content from `html` to `mdx`/`yaml`
- use Fisher-Yates algorithm for unbiased shuffle in commercial support
page
- add members of nixcon team, based on [this
post](https://discourse.nixos.org/t/governance-through-project-leads-in-nixcon-2024/33981#how-can-you-get-involved-3)
- add contact section to team pages
- update link for adding company to `/commercial-support`, will be
active after merge

What can be improved in another PR:
- #1162 
- #1161

---------

Co-authored-by: Thilo Billerbeck <[email protected]>
  • Loading branch information
kacperwyczawski and thilobillerbeck committed Dec 17, 2023
1 parent d36a631 commit d65097f
Show file tree
Hide file tree
Showing 60 changed files with 2,401 additions and 16 deletions.
28 changes: 15 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"astro-heroicons": "^0.3.0",
"astro-icon": "^0.8.2",
"astro-seo": "^0.8.0",
"daisyui": "^3.7.3",
"daisyui": "^4.0.4",
"htmx.org": "^1.9.9",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/commercial-support-logos/flox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/commercial-support-logos/nixcademy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d65097f

Please sign in to comment.