Skip to content

feat: overhaul website content and structure - #14

Merged
JustinCappos merged 2 commits into
SBOMit:mainfrom
absol27:main
Jul 31, 2026
Merged

feat: overhaul website content and structure#14
JustinCappos merged 2 commits into
SBOMit:mainfrom
absol27:main

Conversation

@absol27

@absol27 absol27 commented Apr 8, 2026

Copy link
Copy Markdown
Member

No description provided.

@absol27
absol27 requested a review from JustinCappos April 8, 2026 13:45
@netlify

netlify Bot commented Apr 8, 2026

Copy link
Copy Markdown

Deploy Preview for sbomit ready!

Name Link
🔨 Latest commit 0c4b16e
🔍 Latest deploy log https://app.netlify.com/projects/sbomit/deploys/6a6a3bf3d8ca3400088710bf
😎 Deploy Preview https://deploy-preview-14--sbomit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@absol27
absol27 requested a review from jkjell April 8, 2026 16:04
JustinCappos
JustinCappos previously approved these changes Jul 23, 2026

@JustinCappos JustinCappos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for the update!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread config.yml
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 thread content/faq.md
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.
Comment thread content/_index.md Outdated
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>
@absol27
absol27 requested a review from JustinCappos July 29, 2026 17:58
@JustinCappos
JustinCappos merged commit 86bdf57 into SBOMit:main Jul 31, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants