Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: bump hextra to v0.4.0 #2931

Merged
merged 4 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ and we will add you. **All** contributors belong here. 💯
- [Gonçalo Montalvão Marques](https://github.com/gonmmarques)
- [Sumit Kumar Soni](https://github.com/zelfroster)
- [Chaiyapruek Muangsiri](https://github.com/cmppoon)
- [Xin Fu](https://github.com/imfing)
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/getporter/porter

go 1.20

require github.com/imfing/hextra v0.2.5 // indirect
require github.com/imfing/hextra v0.4.0 // indirect
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/imfing/hextra v0.2.5 h1:lOuQAHxkehJ3PQsDMe+BHnh4Ig4pyZbjhqnUUuBsrE8=
github.com/imfing/hextra v0.2.5/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
github.com/imfing/hextra v0.4.0 h1:IwPL9eRAn2ukdhgaJHe5fPm1L/U0c5i5JkyPkyOZ9Qk=
github.com/imfing/hextra v0.4.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enableInlineShortcodes= true

[params.navbar.logo]
path = "images/porter-icon-badge.png"
width = 80
width = 50
height = 50

[params.footer]
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 class="mt-6 text-xl mx-auto text-center font-bold text-gray-400 leading-6 tr
</div>
</div>
<div class="mt-6 flex flex-col gap-4 w-full">
<h2 class="mt-4 text-xl mx-auto text-center font-bold text-gray-400 leading-6 tracking-tighter bg-clip-text text-transparent bg-gradient-to-b from-gray-900 to-gray-600 dark:from-gray-100 dark:to-gray-400" style="max-width: 800px">
<h2 class="mt-4 text-xl mx-auto text-center font-bold text-gray-400 leading-6 tracking-tighter text-gray-600 text-center dark:text-gray-400" style="max-width: 800px">
We are a <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> Sandbox Project
</h2>
<a style="margin-bottom: 3rem" class="mx-auto max-w-[350px]" href="https://www.cncf.io/">
Expand Down