Skip to content

Commit

Permalink
📝 misc(projects): load git-sumi demo from its repo
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 19, 2024
1 parent 5b5d1fa commit ac36fcb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ footer_menu = [
allowed_domains = [
{ directive = "font-src", domains = ["'self'", "data:"] },
{ directive = "img-src", domains = ["'self'", "https://*", "data:"] },
{ directive = "media-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] },
{ directive = "script-src", domains = ["'self'"] },
{ directive = "style-src", domains = ["'self'"] },
{ directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com"] },
Expand Down
Binary file removed content/projects/git-sumi/git-sumi demo.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion content/projects/git-sumi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ canonical_url = "https://osc.garden/projects/git-sumi/"
**git-sumi** is a non-opinionated commit message linter written in Rust. It's a flexible tool to enforce commit message standards, ensuring consistent and automation-friendly commit messages.

{% wide_container() %}
<video controls src="git-sumi demo.mp4" title="git-sumi demo"></video>
<video controls src="https://cdn.jsdelivr.net/gh/welpo/git-sumi@main/assets/git-sumi_demo.mp4" title="git-sumi demo"></video>
{% end %}

#### [GitHub](https://github.com/welpo/git-sumi)[Website](https://sumi.rs/)[Documentation](https://sumi.rs/docs/) {.centered-text}
Expand Down
1 change: 1 addition & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ encode_plaintext_email = true # Setting is ignored if email is already encoded.
allowed_domains = [
{ directive = "font-src", domains = ["'self'", "data:"] },
{ directive = "img-src", domains = ["'self'", "https://*", "data:"] },
{ directive = "media-src", domains = ["'self'"] },
{ directive = "script-src", domains = ["'self'"] },
{ directive = "style-src", domains = ["'self'"] },
{ directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com"] },
Expand Down

0 comments on commit ac36fcb

Please sign in to comment.