Skip to content

Commit efc8af5

Browse files
committed
Add managing packages documentation and update logo configuration
1 parent a0b07fb commit efc8af5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git-pkgs tracks your dependency history across git commits. Initialize a databas
1414
{{< card link="sbom" title="SBOM" subtitle="Export CycloneDX or SPDX" >}}
1515
{{< card link="ci-cd" title="CI/CD" subtitle="GitHub Actions, GitLab CI, and more" >}}
1616
{{< card link="bisect" title="Bisect" subtitle="Binary search for dependency changes" >}}
17-
{{< card link="package-management" title="Package Management" subtitle="Install, add, update, remove" >}}
17+
{{< card link="managing-packages" title="Managing Packages" subtitle="Install, add, update, remove" >}}
1818
{{< /cards >}}
1919

2020
### Libraries
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Package Management
2+
title: Managing Packages
33
weight: 50
44
---
55

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ params:
3030
displayTitle: true
3131
displayLogo: true
3232
logo:
33-
light: /logo.png
34-
dark: /logo.png
33+
path: logo.png
34+
dark: logo-dark.png
3535
page:
3636
width: wide
3737
footer:

static/logo-dark.png

771 KB
Loading

0 commit comments

Comments
 (0)