feat: overhaul website content and structure - #14
Merged
Conversation
✅ Deploy Preview for sbomit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
JustinCappos
previously approved these changes
Jul 23, 2026
JustinCappos
left a comment
Contributor
There was a problem hiding this comment.
Looks great! Thanks for the update!
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the site’s homepage and navigation while adding substantial new documentation content (home page, About, FAQ, Getting Started) to better explain SBOMit and how to use it.
Changes:
- Reworks the home/list rendering to support homepage content + additional “Community & Meetings” content.
- Adds/rewrites key content pages: homepage (
_index), About, FAQ, and a Getting Started guide. - Updates site configuration (metadata, menus, home info params) and adds a
.gitignore.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
layouts/partials/home_info.html |
Adjusts home-info rendering to prefer homepage content and support an “Additional” section. |
layouts/_default/list.html |
Adds a custom list template to control home vs. section rendering and integrate the home-info partial. |
content/getting-started.md |
Adds a step-by-step guide for Witness + SBOMit usage. |
content/faq.md |
Adds an FAQ page describing SBOMit’s motivation and approach. |
content/about.md |
Rewrites the About page with updated positioning, research, and supported formats. |
content/_index.md |
Adds new homepage copy and a comparison table. |
config.yml |
Updates SEO metadata, home info params, social links, and main navigation. |
.gitignore |
Introduces ignore rules for common build/dev artifacts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
13
to
16
| minify: | ||
| disableXML: true | ||
| minifyOutput: true | ||
| minifyOutput: false | ||
|
|
Comment on lines
+14
to
+18
| {{- with .Additional }} | ||
| <div class="post-content"> | ||
| {{ . | markdownify }} | ||
| </div> | ||
| {{- end }} |
Comment on lines
+26
to
+28
| More than you'd expect. We analyzed the top 1,000 Debian-based images on Docker Hub and found that | ||
| a significant percentage of files in many images(sometimes 40–100%) cannot be attributed to any | ||
| package manager at all. |
| sbomit generate attestation.json --catalog syft --project-dir /path/to/project | ||
| ``` | ||
|
|
||
| SBOMit(right now) produces a **flat list** of dependencies, it knows what was installed and used, but does not reconstruct the full dependency tree. |
Applies suggestion by CoPilot for readability Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Santiago Torres <santiagotorres@purdue.edu>
SantiagoTorres
approved these changes
Jul 29, 2026
JustinCappos
approved these changes
Jul 31, 2026
This was referenced Aug 3, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.