Skip to content

Various website improvements#13

Merged
vojtechtrefny merged 15 commits into
storaged-project:masterfrom
vojtechtrefny:master_various-improvements
Apr 15, 2026
Merged

Various website improvements#13
vojtechtrefny merged 15 commits into
storaged-project:masterfrom
vojtechtrefny:master_various-improvements

Conversation

@vojtechtrefny
Copy link
Copy Markdown
Member

  • Author bios: Added author bio block with GitHub avatar at the bottom of each blog post
  • GoatCounter analytics: Added web analytics via GoatCounter
  • Homepage intro: Added a short "about" paragraph on the main page
  • Collapsible Projects menu: Replaced the flat list of 5 project links in the header with a "Projects" dropdown
  • About page: New page with project descriptions and an SVG diagram showing relationships between Storaged projects and external consumers (Anaconda, Storage Role, Cockpit, GNOME Disks)
  • README: Added a developer/contributor-facing README (excluded from Jekyll build)
  • blivet-gui screenshot: Added a screenshot to the blivet-gui project page
  • Reading time: Added estimated reading time to blog posts
  • Sitemap: Enabled jekyll-sitemap plugin for SEO
  • Minor fixes (udisks typo, libblockdev docs cleanup, author data updates)

vojtechtrefny and others added 13 commits March 24, 2026 13:08
Display author avatar, bio and GitHub link at the bottom of each post.
Author data is looked up from _data/authors.yml based on the post's
front matter author field. The block is gracefully hidden for authors
not listed in the data file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Just so there is something other than the blog posts.
Replace the flat list of project links in the navigation bar with a
single "Projects" dropdown that reveals the links on hover/focus.
On mobile, the projects are shown expanded inside the hamburger menu.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a new About page with descriptions of all sub-projects and an
inline SVG diagram showing dependencies between Storaged projects
and notable external consumers (Anaconda, Storage Role, Cockpit,
GNOME Disks).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remnant from libblockdev 3.0 development, no longer needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes CI failure caused by Jekyll trying to process gem template
files installed in vendor/bundle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Member

@tbzatek tbzatek left a comment

Choose a reason for hiding this comment

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

Hmmm, I don't quite like the collapsible Projects menu - I found it more useful to have direct links at the header. It's visible on the first sight and even though it's mentioned in the added header, users tend to ignore such fixed paragraphs.

The About page graph is missing gvfs, one of our very important consumers.

Agree with the rest.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vojtechtrefny
Copy link
Copy Markdown
Member Author

The About page graph is missing gvfs, one of our very important consumers.

Added.

Hmmm, I don't quite like the collapsible Projects menu

Any idea how to make the "top menu" work with both the projects and the about page? This looks really weird:

image

@tbzatek
Copy link
Copy Markdown
Member

tbzatek commented Apr 13, 2026

Any idea how to make the "top menu" work with both the projects and the about page? This looks really weird:

Any way to add a separator?
<span class="separator"> | </span>

Revert the collapsible dropdown menu (6d2ae42) back to a flat list
of project links. Add the About page to the main menu, separated
from the project links by a visual divider.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vojtechtrefny vojtechtrefny requested a review from tbzatek April 14, 2026 13:06
@vojtechtrefny
Copy link
Copy Markdown
Member Author

Any idea how to make the "top menu" work with both the projects and the about page? This looks really weird:

Any way to add a separator? <span class="separator"> | </span>

Ok.

image

@vojtechtrefny vojtechtrefny merged commit f3ff2a2 into storaged-project:master Apr 15, 2026
1 check 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.

2 participants