Skip to content

Commit b97ccc5

Browse files
committed
update footer info with links
1 parent bacbec0 commit b97ccc5

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

content/docs/repo/infra/list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Pig package manager, PostgreSQL tools, and other database related utilities
138138
| [`sealos`](https://github.com/labring/sealos) | `5.0.1` | [Apache-2.0](https://github.com/labring/sealos/blob/main/LICENSE) | Battery-included Kubernetes distribution |
139139
| [`vray`](https://github.com/v2fly/v2ray-core) | `5.28.0` | [MIT](https://github.com/v2fly/v2ray-core/blob/master/LICENSE) | Build proxies to bypass network restrictions |
140140
| [`asciinema`](https://github.com/asciinema/asciinema) | `3.0.1` | [GPL-3.0](https://github.com/asciinema/asciinema/blob/develop/LICENSE) | Terminal session recording and playback |
141-
| [`postgrest`](https://github.com/PostgREST/postgrest) | `3.6.7` | [MIT](https://github.com/PostgREST/postgrest/blob/main/LICENSE) | RESTful API for PostgreSQL |
142-
| [`npgsqlrest`](https://github.com/vb-consulting/NpgsqlRest) | `0.9.0` | [MIT](https://github.com/vb-consulting/NpgsqlRest/blob/master/LICENSE.md) | .NET REST API generator for PostgreSQL |
141+
| [`postgrest`](https://github.com/PostgREST/postgrest) | `14.3` | [MIT](https://github.com/PostgREST/postgrest/blob/main/LICENSE) | RESTful API for PostgreSQL |
142+
| [`npgsqlrest`](https://github.com/vb-consulting/NpgsqlRest) | `3.3.3` | [MIT](https://github.com/vb-consulting/NpgsqlRest/blob/master/LICENSE.md) | .NET REST API generator for PostgreSQL |
143143
{.stretch-last}
144144

145145
--------

content/docs/repo/infra/log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ categories: [Reference]
1414
| Name | Old Ver | New Ver | Note |
1515
|-----------------|----------|-----------|-----------------------------|
1616
| `pg_exporter` | `1.1.0` | `1.1.1` | new pg_timeline collector |
17-
| `npgsqlrest` | `0.8.0` | `0.9.0` | new |
18-
| `postgrest` | `3.6.6` | `3.6.7` | new |
17+
| `npgsqlrest` | - | `3.3.3` | new |
18+
| `postgrest` | - | `14.3` | new |
1919
| `opencode` | | `1.0.223` | new |
2020
| `code-server` | | `4.107.0` | new |
2121
| `claude` | `2.0.76` | `2.1.1` | update |

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ params:
171171
- name: GitHub - Vonng
172172
url: 'https://github.com/Vonng'
173173
icon: fab fa-github
174-
desc: Pigsty code repository
174+
desc: Vonng's GitHub Profile
175175
- name: X - Vonng
176176
url: 'https://x.com/RonVonng'
177177
icon: fab fa-x-twitter

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ <h4 class="footer-column-title">About</h4>
13941394
</div>
13951395

13961396
<div class="footer-bottom">
1397-
<div>© 2018-2025 Ruohang Feng (Vonng)</div>
1397+
<div class="footer-copyright">© 2018-2026 <a href="https://vonng.com/en" target="_blank">Ruohang Feng</a> (<a href="https://github.com/Vonng" target="_blank">Vonng</a>)</div>
13981398
<div class="footer-lang-switch">
13991399
<a href="/">English</a>
14001400
<a href="https://pigsty.cc" target="_blank">中文</a>

static/css/landing.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,11 @@ body.landing-page {
21092109
font-size: 0.85rem;
21102110
}
21112111

2112+
.footer-copyright a {
2113+
color: inherit;
2114+
text-decoration: none;
2115+
}
2116+
21122117
.footer-lang-switch a {
21132118
color: var(--pigsty-gray-400);
21142119
text-decoration: none;

0 commit comments

Comments
 (0)